mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
GnuTLS tweaks
This commit is contained in:
parent
d03052b894
commit
c012c105ba
1 changed files with 3 additions and 3 deletions
|
|
@ -650,7 +650,7 @@ must be
|
|||
.BR "char **" ,
|
||||
and its contents need to be freed by the caller using
|
||||
.BR ldap_memfree (3).
|
||||
This option is only valid for GNUtls.
|
||||
This option is only valid for GnuTLS.
|
||||
.TP
|
||||
.B LDAP_OPT_X_TLS_CTX
|
||||
Sets/gets the OpenSSL CTX.
|
||||
|
|
@ -672,7 +672,7 @@ must be
|
|||
.BR "char **" ,
|
||||
and its contents need to be freed by the caller using
|
||||
.BR ldap_memfree (3).
|
||||
Ignored by GNUtls.
|
||||
Ignored by GnuTLS.
|
||||
.TP
|
||||
.B LDAP_OPT_X_TLS_KEYFILE
|
||||
Sets/gets the full-path of the certificate key file.
|
||||
|
|
@ -717,7 +717,7 @@ must be
|
|||
.BR "char **" ,
|
||||
and its contents need to be freed by the caller using
|
||||
.BR ldap_memfree (3).
|
||||
Ignored by GNUtls.
|
||||
Ignored by GnuTLS older than version 2.2.
|
||||
.TP
|
||||
.B LDAP_OPT_X_TLS_REQUIRE_CERT
|
||||
Sets/gets the peer certificate checking strategy,
|
||||
|
|
|
|||
Loading…
Reference in a new issue