]> git.sur5r.net Git - openldap/commitdiff
More tls tweaks
authorHoward Chu <hyc@openldap.org>
Wed, 26 Aug 2009 23:17:43 +0000 (23:17 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 26 Aug 2009 23:17:43 +0000 (23:17 +0000)
doc/man/man3/ldap_get_option.3

index 2a0890e0a534714a33c5f6f47a6eed411bc2d398..a81e85afdc2762bee37e2a7721c89d5bac51f45c 100644 (file)
@@ -653,7 +653,8 @@ and its contents need to be freed by the caller using
 This option is only valid for GnuTLS.
 .TP
 .B LDAP_OPT_X_TLS_CTX
-Sets/gets the TLS library context associated with this handle.
+Sets/gets the TLS library context associated with this handle.  New TLS
+sessions will inherit their default settings from this library context.
 .BR invalue
 must be
 .BR "const void *" ;
@@ -661,8 +662,9 @@ must be
 must be
 .BR "void **" .
 When using the OpenSSL library this is an SSL_CTX*. When using other
-crypto libraries this is an OpenLDAP private structure. Applications
-generally should not use this option.
+crypto libraries this is a pointer to an OpenLDAP private structure.
+Applications generally should not use this option or attempt to
+manipulate this structure.
 .TP
 .B LDAP_OPT_X_TLS_DHFILE
 Gets/sets the full-path of the file containing the parameters
@@ -732,13 +734,13 @@ one of
 .BR LDAP_OPT_X_TLS_TRY .
 .TP
 .B LDAP_OPT_X_TLS_SSL_CTX
-Gets the OpenSSL SSL CTX associated with this handle.
+Gets the TLS session context associated with this handle.
 .BR outvalue
 must be
 .BR "void **" .
 When using the OpenSSL library this is an SSL*. When using other
-crypto libraries this is an OpenLDAP private structure. Applications
-generally should not use this option.
+crypto libraries this is a pointer to an OpenLDAP private structure.
+Applications generally should not use this option.
 .SH ERRORS
 On success, the functions return
 .BR LDAP_OPT_SUCCESS ,