projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
372566b
)
Modify sample accept.cnf
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 20 Oct 2013 21:21:09 +0000
(22:21 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 20 Oct 2013 21:21:52 +0000
(22:21 +0100)
demos/bio/accept.cnf
patch
|
blob
|
history
diff --git
a/demos/bio/accept.cnf
b/demos/bio/accept.cnf
index c1a0343a05aa373b4c5da71dc6cd335641003a49..e4acea75f344bdf3209964e992afa6deda71f079 100644
(file)
--- a/
demos/bio/accept.cnf
+++ b/
demos/bio/accept.cnf
@@
-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