From 2d8d526ad0b4e2ba6910b66d856066b9c23844f1 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 9 Sep 2013 11:41:28 -0700 Subject: [PATCH] ITS#7595 more for LDAP_OPT_X_TLS_ECNAME Update ldap_get_option(3) for LDAP_OPT_X_TLS_ECNAME --- doc/man/man3/ldap_get_option.3 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/man/man3/ldap_get_option.3 b/doc/man/man3/ldap_get_option.3 index 98e4b354e8..47bddde84b 100644 --- a/doc/man/man3/ldap_get_option.3 +++ b/doc/man/man3/ldap_get_option.3 @@ -710,6 +710,20 @@ and its contents need to be freed by the caller using .BR ldap_memfree (3). Ignored by GnuTLS and Mozilla NSS. .TP +.B LDAP_OPT_X_TLS_ECNAME +Gets/sets the name of the curve used for +elliptic curve key exchanges. +.BR invalue +must be +.BR "const char *" ; +.BR outvalue +must be +.BR "char **" , +and its contents need to be freed by the caller using +.BR ldap_memfree (3). +Ignored by GnuTLS and Mozilla NSS. In GnuTLS a curve may be selected +in the cipher suite specification. +.TP .B LDAP_OPT_X_TLS_KEYFILE Sets/gets the full-path of the certificate key file. .BR invalue -- 2.47.3