Home | History | Annotate | Line # | Download | only in bio
connect.cnf revision 1.1.1.1
      1  1.1  christos # Example configuration file
      2  1.1  christos # Connects to the default port of s_server
      3  1.1  christos Connect = localhost:4433
      4  1.1  christos # Disable TLS v1.2 for test.
      5  1.1  christos # Protocol = ALL, -TLSv1.2
      6  1.1  christos # Only support 3 curves
      7  1.1  christos Curves = P-521:P-384:P-256
      8  1.1  christos # Restricted signature algorithms
      9  1.1  christos SignatureAlgorithms = RSA+SHA512:ECDSA+SHA512 
     10