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

  /src/external/bsd/openldap/dist/servers/slapd/
config.c 1301 { BER_BVC("tls_protocol_min="), offsetof(slap_bindconf, sb_tls_protocol_min), 's', 0, NULL },
1676 if ( bc->sb_tls_protocol_min ) {
1677 ch_free( bc->sb_tls_protocol_min );
1678 bc->sb_tls_protocol_min = NULL;
1795 if ( bc->sb_tls_protocol_min ) {
1797 bc->sb_tls_protocol_min );
1801 bc->sb_tls_protocol_min );
slap.h 1671 char *sb_tls_protocol_min; member in struct:slap_bindconf
  /src/external/bsd/openldap/dist/servers/lloadd/
config.c 2874 { BER_BVC("tls_protocol_min="), offsetof(slap_bindconf, sb_tls_protocol_min), 's', 0, NULL },
3217 if ( bc->sb_tls_protocol_min ) {
3219 ld, LDAP_OPT_X_TLS_PROTOCOL_MIN, bc->sb_tls_protocol_min );
3223 bc->sb_tls_protocol_min );
3368 if ( bc->sb_tls_protocol_min ) {
3369 ch_free( bc->sb_tls_protocol_min );
3370 bc->sb_tls_protocol_min = NULL;

Completed in 29 milliseconds