OpenSSL: update to 1.0.2a
[tomato.git] / release / src / router / openssl / demos / bio / connect.cnf
blob4dee03c373885edb7128ef899f737932d8661d18
1 # Example configuration file
2 # Connects to the default port of s_server
3 Connect = localhost:4433
4 # Disable TLS v1.2 for test.
5 # Protocol = ALL, -TLSv1.2
6 # Only support 3 curves
7 Curves = P-521:P-384:P-256
8 # Restricted signature algorithms
9 SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512