From 3656ea1c2217f38d44f3f34253e7c16f1b40ba77 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 9 Sep 2016 00:59:00 +0200 Subject: [PATCH] Fixup BIO demos for OpenSSL 1.1.x 'ECDHParameters = Automatic' isn't accepted. Reviewed-by: Rich Salz --- demos/bio/accept.cnf | 2 -- 1 file changed, 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 -- 2.25.1