Home
last modified time | relevance | path

Searched refs:sb_tls_protocol_min (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dconfig.c1552 … { BER_BVC("tls_protocol_min="), offsetof(slap_bindconf, sb_tls_protocol_min), 's', 0, NULL },
1927 if ( bc->sb_tls_protocol_min ) { in bindconf_free()
1928 ch_free( bc->sb_tls_protocol_min ); in bindconf_free()
1929 bc->sb_tls_protocol_min = NULL; in bindconf_free()
2046 if ( bc->sb_tls_protocol_min ) { in bindconf_tls_set()
2048 bc->sb_tls_protocol_min ); in bindconf_tls_set()
2052 bc->sb_tls_protocol_min ); in bindconf_tls_set()
Dslap.h1664 char *sb_tls_protocol_min; member