xref: /netbsd-src/crypto/external/bsd/openssl/dist/demos/bio/connect.cnf (revision c38e7cc395b1472a774ff828e46123de44c628e9)
1# Example configuration file
2# Connects to the default port of s_server
3Connect = localhost:4433
4# Disable TLS v1.2 for test.
5# Protocol = ALL, -TLSv1.2
6# Only support 3 curves
7Curves = P-521:P-384:P-256
8# Restricted signature algorithms
9SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512
10