Skip to content
Snippets Groups Projects
Commit 13f35c4d authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

ITS#9687 TLSECName is no longer required with OpenSSL 1.1+

parent 40dd5dea
No related branches found
No related tags found
No related merge requests found
......@@ -160,12 +160,13 @@ or
H4: TLSECName <name>
This directive specifies the curve to use for Elliptic Curve
Diffie-Hellman ephemeral key exchange. This is required in order
Diffie-Hellman ephemeral key exchange. This option is only needed
to use ECDHE-based cipher suites in OpenSSL. The names of supported
curves may be shown using the following command
> openssl ecparam -list_curves
If it is omitted, OpenSSL will auto-negotiate the curve choice.
This directive is not used for GnuTLS.
For GnuTLS the curves may be specified in the ciphersuite.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment