Modify sample accept.cnf
authorDr. Stephen Henson <steve@openssl.org>
Sun, 20 Oct 2013 21:21:09 +0000 (22:21 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 20 Oct 2013 21:21:52 +0000 (22:21 +0100)
demos/bio/accept.cnf

index c1a0343a05aa373b4c5da71dc6cd335641003a49..e4acea75f344bdf3209964e992afa6deda71f079 100644 (file)
@@ -1,10 +1,11 @@
 # Example configuration file
-# Connects to the default port of s_server
-Port = localhost:4433
+# Port to listen on
+Port = 4433
 # Disable TLS v1.2 for test.
 # 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