yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame^] | 1 | # Generated with generate_ssl_tests.pl |
| 2 | |
| 3 | num_tests = 2 |
| 4 | |
| 5 | test-0 = 0-Just a sanity test case |
| 6 | test-1 = 1-Pass with empty groups with TLS1.2 |
| 7 | # =========================================================== |
| 8 | |
| 9 | [0-Just a sanity test case] |
| 10 | ssl_conf = 0-Just a sanity test case-ssl |
| 11 | |
| 12 | [0-Just a sanity test case-ssl] |
| 13 | server = 0-Just a sanity test case-server |
| 14 | client = 0-Just a sanity test case-client |
| 15 | |
| 16 | [0-Just a sanity test case-server] |
| 17 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem |
| 18 | CipherString = DEFAULT |
| 19 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem |
| 20 | |
| 21 | [0-Just a sanity test case-client] |
| 22 | CipherString = DEFAULT |
| 23 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem |
| 24 | VerifyMode = Peer |
| 25 | |
| 26 | [test-0] |
| 27 | ExpectedResult = Success |
| 28 | |
| 29 | |
| 30 | # =========================================================== |
| 31 | |
| 32 | [1-Pass with empty groups with TLS1.2] |
| 33 | ssl_conf = 1-Pass with empty groups with TLS1.2-ssl |
| 34 | |
| 35 | [1-Pass with empty groups with TLS1.2-ssl] |
| 36 | server = 1-Pass with empty groups with TLS1.2-server |
| 37 | client = 1-Pass with empty groups with TLS1.2-client |
| 38 | |
| 39 | [1-Pass with empty groups with TLS1.2-server] |
| 40 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem |
| 41 | CipherString = DEFAULT |
| 42 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem |
| 43 | |
| 44 | [1-Pass with empty groups with TLS1.2-client] |
| 45 | CipherString = DEFAULT |
| 46 | Groups = sect163k1 |
| 47 | MaxProtocol = TLSv1.2 |
| 48 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem |
| 49 | VerifyMode = Peer |
| 50 | |
| 51 | [test-1] |
| 52 | ExpectedResult = Success |
| 53 | |
| 54 | |