From: Richard Levitte <levitte@openssl.org>
Date: Thu, 8 Sep 2016 22:59:00 +0000 (+0200)
Subject: Fixup BIO demos for OpenSSL 1.1.x
X-Git-Tag: OpenSSL_1_1_1-pre1~3500
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3656ea1c2217f38d44f3f34253e7c16f1b40ba77;p=oweals%2Fopenssl.git

Fixup BIO demos for OpenSSL 1.1.x

'ECDHParameters = Automatic' isn't accepted.

Reviewed-by: Rich Salz <rsalz@openssl.org>
---

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