Navigation



Ignore:
Timestamp:
Aug 23, 2012, 5:56:22 AM (12 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Updated verification of the local certificate following GnuTLS 3.x guideline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_diameap/diameap_tls.c

    r803 r805  
    143143        gnutls_transport_set_push_function(data->session, diameap_tls_send);
    144144        gnutls_transport_set_ptr(data->session, (gnutls_transport_ptr) data);
    145 #ifndef GNUTLS_VERSION_300
     145
    146146        /* starting version 2.12, this call is not needed */
    147         gnutls_transport_set_lowat(data->session, 0);
    148 #endif /* GNUTLS_VERSION_300 */
     147        //gnutls_transport_set_lowat(data->session, 0);
     148       
    149149        return ret;
    150150}
Note: See TracChangeset for help on using the changeset viewer.