aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-09-18 23:52:30 +0200
committerRichard Levitte <levitte@openssl.org>2016-09-20 18:24:24 +0200
commit6e836806add140fa9e56d1226d7514fdfa2c803a (patch)
treed3c6ac8965dd6fc187ff8f8511ccff4fe306dc76 /doc/ssl
parent8c88c88b5ad43bbdf1f6e7602b6ac56c9031b153 (diff)
downloadopenssl-6e836806add140fa9e56d1226d7514fdfa2c803a.tar.gz
Documentation fixup; no more ECDHParameters
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'doc/ssl')
-rw-r--r--doc/ssl/SSL_CONF_cmd.pod10
1 files changed, 0 insertions, 10 deletions
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<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.