aboutsummaryrefslogtreecommitdiffstats
path: root/demos/bio/accept.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'demos/bio/accept.cnf')
-rw-r--r--demos/bio/accept.cnf12
1 files changed, 12 insertions, 0 deletions
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