2
0

connect.cnf 370 B

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