1 1.1 christos # Example configuration file 2 1.1 christos 3 1.1 christos # Comment out the next line to ignore configuration errors 4 1.1 christos config_diagnostics = 1 5 1.1 christos 6 1.1 christos # Connects to the default port of s_server 7 1.1 christos Connect = localhost:4433 8 1.1 christos 9 1.1 christos # Disable TLS v1.2 for test. 10 1.1 christos # Protocol = ALL, -TLSv1.2 11 1.1 christos # Only support 3 curves 12 1.1 christos Curves = P-521:P-384:P-256 13 1.1 christos 14 1.1 christos # Restricted signature algorithms 15 1.1 christos SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512 16