]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#7595 more for LDAP_OPT_X_TLS_ECNAME
authorHoward Chu <hyc@openldap.org>
Mon, 9 Sep 2013 18:41:28 +0000 (11:41 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 21 Aug 2020 22:03:42 +0000 (22:03 +0000)
Update ldap_get_option(3) for LDAP_OPT_X_TLS_ECNAME

doc/man/man3/ldap_get_option.3

index 98e4b354e835a7161b4d15563bb2a7a7de1e4bbc..47bddde84b27666f1d813df30253389bafc461cf 100644 (file)
@@ -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