diff --git a/doc/configuration.txt b/doc/configuration.txt index bbec0aa89..48d8054ad 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1123,6 +1123,7 @@ The following keywords are supported in the "global" section : - ssl-default-server-ciphers - ssl-default-server-ciphersuites - ssl-default-server-client-sigalgs + - ssl-default-server-curves - ssl-default-server-options - ssl-default-server-sigalgs - ssl-dh-param-file @@ -2336,6 +2337,13 @@ ssl-default-server-client-sigalgs versions. It is not recommended to change this setting unless compatibility with a middlebox is required. +ssl-default-server-curves + This setting is only available when support for OpenSSL was built in. It sets + the default string describing the list of elliptic curves algorithms ("curve + suite") that are negotiated during the SSL/TLS handshake with ECDHE. The format + of the string is a colon-delimited list of curve name. + Please check the "server" keyword for more information. + ssl-default-server-options [