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