aboutsummaryrefslogtreecommitdiff
path: root/openssl-1.1.0h/demos/bio/connect.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'openssl-1.1.0h/demos/bio/connect.cnf')
-rw-r--r--openssl-1.1.0h/demos/bio/connect.cnf9
1 files changed, 9 insertions, 0 deletions
diff --git a/openssl-1.1.0h/demos/bio/connect.cnf b/openssl-1.1.0h/demos/bio/connect.cnf
new file mode 100644
index 0000000..4dee03c
--- /dev/null
+++ b/openssl-1.1.0h/demos/bio/connect.cnf
@@ -0,0 +1,9 @@
+# Example configuration file
+# Connects to the default port of s_server
+Connect = localhost:4433
+# Disable TLS v1.2 for test.
+# Protocol = ALL, -TLSv1.2
+# Only support 3 curves
+Curves = P-521:P-384:P-256
+# Restricted signature algorithms
+SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512