From: Howard Chu Date: Mon, 9 Sep 2013 18:41:28 +0000 (-0700) Subject: ITS#7595 more for LDAP_OPT_X_TLS_ECNAME X-Git-Tag: OPENLDAP_REL_ENG_2_4_52~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d8d526ad0b4e2ba6910b66d856066b9c23844f1;p=thirdparty%2Fopenldap.git ITS#7595 more for LDAP_OPT_X_TLS_ECNAME Update ldap_get_option(3) for LDAP_OPT_X_TLS_ECNAME --- 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