HomeSort by: relevance | last modified time | path
    Searched refs:ldo_tls_protocol_max (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
tls_o.c 417 if ( lo->ldo_tls_protocol_max ) {
420 if ( lo->ldo_tls_protocol_max < LDAP_OPT_X_TLS_PROTOCOL_TLS1_3 )
424 if ( lo->ldo_tls_protocol_max < LDAP_OPT_X_TLS_PROTOCOL_TLS1_2 )
428 if ( lo->ldo_tls_protocol_max < LDAP_OPT_X_TLS_PROTOCOL_TLS1_1 )
432 if ( lo->ldo_tls_protocol_max < LDAP_OPT_X_TLS_PROTOCOL_TLS1_0 )
435 if ( lo->ldo_tls_protocol_max < LDAP_OPT_X_TLS_PROTOCOL_SSL3 )
tls2.c 757 *(int *)arg = lo->ldo_tls_protocol_max;
988 lo->ldo_tls_protocol_max = *(int *)arg;
ldap-int.h 313 #define ldo_tls_protocol_max ldo_tls_info.lt_protocol_max macro

Completed in 18 milliseconds