Fixup BIO demos for OpenSSL 1.1.x

'ECDHParameters = Automatic' isn't accepted.

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2016-09-09 00:59:00 +02:00
parent 16c6deed2c
commit 3656ea1c22

View File

@ -5,8 +5,6 @@ Port = 4433
# Protocol = ALL, -TLSv1.2 # Protocol = ALL, -TLSv1.2
# Only support 3 curves # Only support 3 curves
Curves = P-521:P-384:P-256 Curves = P-521:P-384:P-256
# Automatic curve selection
ECDHParameters = Automatic
# Restricted signature algorithms # Restricted signature algorithms
SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512 SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512
Certificate=server.pem Certificate=server.pem