diff options
author | Richard Levitte <levitte@openssl.org> | 2016-09-09 00:59:00 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-09-20 18:24:24 +0200 |
commit | 3656ea1c2217f38d44f3f34253e7c16f1b40ba77 (patch) | |
tree | dde1c4d9e1570ad8319ec133c8bedfcbdfe69974 /demos | |
parent | Fixup BIO demos for OpenSSL 1.1.x (diff) | |
download | openssl-3656ea1c2217f38d44f3f34253e7c16f1b40ba77.tar.xz openssl-3656ea1c2217f38d44f3f34253e7c16f1b40ba77.zip |
Fixup BIO demos for OpenSSL 1.1.x
'ECDHParameters = Automatic' isn't accepted.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'demos')
-rw-r--r-- | demos/bio/accept.cnf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/bio/accept.cnf b/demos/bio/accept.cnf index 5a2ef45ea7..eb6965832f 100644 --- a/demos/bio/accept.cnf +++ b/demos/bio/accept.cnf @@ -5,8 +5,6 @@ Port = 4433 # Protocol = ALL, -TLSv1.2 # Only support 3 curves Curves = P-521:P-384:P-256 -# Automatic curve selection -ECDHParameters = Automatic # Restricted signature algorithms SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512 Certificate=server.pem |