From: Richard Levitte Date: Sun, 18 Sep 2016 21:52:30 +0000 (+0200) Subject: Documentation fixup; no more ECDHParameters X-Git-Tag: OpenSSL_1_1_1-pre1~3495 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e836806add140fa9e56d1226d7514fdfa2c803a;p=openssl Documentation fixup; no more ECDHParameters Reviewed-by: Rich Salz --- diff --git a/doc/ssl/SSL_CONF_cmd.pod b/doc/ssl/SSL_CONF_cmd.pod index 7b3848976a..d8c0e9b95d 100644 --- a/doc/ssl/SSL_CONF_cmd.pod +++ b/doc/ssl/SSL_CONF_cmd.pod @@ -263,16 +263,6 @@ The B argument is a colon separated list of curves. The curve can be either the B name (e.g. B) or an OpenSSL OID name (e.g B). Curve names are case sensitive. -=item B - -This sets the temporary curve used for ephemeral ECDH modes. Only used by -servers - -The B argument is a curve name or the special value B which -picks an appropriate curve based on client and server preferences. The curve -can be either the B name (e.g. B) or an OpenSSL OID name -(e.g B). Curve names are case sensitive. - =item B This sets the minimum supported SSL, TLS or DTLS version.