Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Dubner
OpenLDAP
Commits
2d8d526a
Commit
2d8d526a
authored
Sep 09, 2013
by
Howard Chu
Committed by
Quanah Gibson-Mount
Aug 21, 2020
Browse files
ITS#7595 more for LDAP_OPT_X_TLS_ECNAME
Update ldap_get_option(3) for LDAP_OPT_X_TLS_ECNAME
parent
53d0351e
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/man/man3/ldap_get_option.3
View file @
2d8d526a
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment