From ebd14bfce9ef6b4bf41129a329823130d1002f42 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 18 Oct 2013 16:28:38 +0100 Subject: Add demo for SSL server using SSL_CONF. --- demos/bio/accept.cnf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 demos/bio/accept.cnf (limited to 'demos/bio/accept.cnf') diff --git a/demos/bio/accept.cnf b/demos/bio/accept.cnf new file mode 100644 index 0000000000..c1a0343a05 --- /dev/null +++ b/demos/bio/accept.cnf @@ -0,0 +1,12 @@ +# Example configuration file +# Connects to the default port of s_server +Port = localhost:4433 +# Disable TLS v1.2 for test. +# Protocol = ALL, -TLSv1.2 +# Only support 3 curves +Curves = P-521:P-384:P-256 +ECDHParameters = Automatic +# Restricted signature algorithms +SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512 +Certificate=server.pem +PrivateKey=server.pem -- cgit v1.2.3