Documentation fixup; no more ECDHParameters
authorRichard Levitte <levitte@openssl.org>
Sun, 18 Sep 2016 21:52:30 +0000 (23:52 +0200)
committerRichard Levitte <richard@levitte.org>
Tue, 20 Sep 2016 16:25:13 +0000 (18:25 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit 6e836806add140fa9e56d1226d7514fdfa2c803a)

doc/ssl/SSL_CONF_cmd.pod

index 7b3848976a4b92c0020b8366390557d26066652f..d8c0e9b95df4121e57b3883c99719f87fd0d3c80 100644 (file)
@@ -263,16 +263,6 @@ The B<value> argument is a colon separated list of curves. The curve can be
 either the B<NIST> name (e.g. B<P-256>) or an OpenSSL OID name (e.g
 B<prime256v1>). Curve names are case sensitive.
 
-=item B<ECDHParameters>
-
-This sets the temporary curve used for ephemeral ECDH modes. Only used by
-servers
-
-The B<value> argument is a curve name or the special value B<Automatic> which
-picks an appropriate curve based on client and server preferences. The curve
-can be either the B<NIST> name (e.g. B<P-256>) or an OpenSSL OID name
-(e.g B<prime256v1>). Curve names are case sensitive.
-
 =item B<MinProtocol>
 
 This sets the minimum supported SSL, TLS or DTLS version.