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