[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Fri May 5 07:29:23 UTC 2017


The branch master has been updated
       via  c0b4ff16755c5ced1bde62dd34f9df0ab8967f12 (commit)
      from  fee65521e7af40d6fcedf68c515f602bdb11f565 (commit)


- Log -----------------------------------------------------------------
commit c0b4ff16755c5ced1bde62dd34f9df0ab8967f12
Author: Matt Caswell <matt at openssl.org>
Date:   Thu May 4 16:15:17 2017 +0100

    Remove some out of date text inadvertently left behind
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/3386)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/SSL_CONF_cmd.pod | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/doc/man3/SSL_CONF_cmd.pod b/doc/man3/SSL_CONF_cmd.pod
index 6731cf7..18cc88f 100644
--- a/doc/man3/SSL_CONF_cmd.pod
+++ b/doc/man3/SSL_CONF_cmd.pod
@@ -62,17 +62,6 @@ If a server does not request a certificate this option has no effect.
 The syntax of B<value> is identical to B<-sigalgs>. If not set then
 the value set for B<-sigalgs> will be used instead.
 
-=item B<-curves>
-
-This sets the supported elliptic curves. For clients the curves are
-sent using the supported curves extension. For servers it is used
-to determine which curve to use. This setting affects curves used for both
-signatures and key exchange, if applicable.
-
-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<-groups>
 
 This sets the supported groups. For clients, the groups are


More information about the openssl-commits mailing list