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