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 ...@@ -160,12 +160,13 @@ or
H4: TLSECName <name> H4: TLSECName <name>
This directive specifies the curve to use for Elliptic Curve 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 to use ECDHE-based cipher suites in OpenSSL. The names of supported
curves may be shown using the following command curves may be shown using the following command
> openssl ecparam -list_curves > openssl ecparam -list_curves
If it is omitted, OpenSSL will auto-negotiate the curve choice.
This directive is not used for GnuTLS. This directive is not used for GnuTLS.
For GnuTLS the curves may be specified in the ciphersuite. 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