mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
More options for TLS
This commit is contained in:
parent
c7425738bb
commit
27bcfd696d
1 changed files with 2 additions and 0 deletions
|
|
@ -122,6 +122,8 @@ LDAP_BEGIN_DECL
|
|||
#define LDAP_OPT_X_TLS_KEYFILE 0x6005
|
||||
#define LDAP_OPT_X_TLS_REQUIRE_CERT 0x6006
|
||||
#define LDAP_OPT_X_TLS 0x6007
|
||||
#define LDAP_OPT_X_TLS_PROTOCOL 0x6008
|
||||
#define LDAP_OPT_X_TLS_CIPHER_SUITE 0x6009
|
||||
|
||||
#define LDAP_OPT_X_TLS_NEVER 0
|
||||
#define LDAP_OPT_X_TLS_HARD 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue