1 | # Generated with generate_ssl_tests.pl
|
---|
2 |
|
---|
3 | num_tests = 2
|
---|
4 |
|
---|
5 | test-0 = 0-certstatus-good
|
---|
6 | test-1 = 1-certstatus-bad
|
---|
7 | # ===========================================================
|
---|
8 |
|
---|
9 | [0-certstatus-good]
|
---|
10 | ssl_conf = 0-certstatus-good-ssl
|
---|
11 |
|
---|
12 | [0-certstatus-good-ssl]
|
---|
13 | server = 0-certstatus-good-server
|
---|
14 | client = 0-certstatus-good-client
|
---|
15 |
|
---|
16 | [0-certstatus-good-server]
|
---|
17 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
18 | CipherString = DEFAULT
|
---|
19 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
20 |
|
---|
21 | [0-certstatus-good-client]
|
---|
22 | CipherString = DEFAULT
|
---|
23 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
24 | VerifyMode = Peer
|
---|
25 |
|
---|
26 | [test-0]
|
---|
27 | ExpectedResult = Success
|
---|
28 | Method = TLS
|
---|
29 | server = 0-certstatus-good-server-extra
|
---|
30 |
|
---|
31 | [0-certstatus-good-server-extra]
|
---|
32 | CertStatus = GoodResponse
|
---|
33 |
|
---|
34 |
|
---|
35 | # ===========================================================
|
---|
36 |
|
---|
37 | [1-certstatus-bad]
|
---|
38 | ssl_conf = 1-certstatus-bad-ssl
|
---|
39 |
|
---|
40 | [1-certstatus-bad-ssl]
|
---|
41 | server = 1-certstatus-bad-server
|
---|
42 | client = 1-certstatus-bad-client
|
---|
43 |
|
---|
44 | [1-certstatus-bad-server]
|
---|
45 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
46 | CipherString = DEFAULT
|
---|
47 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
48 |
|
---|
49 | [1-certstatus-bad-client]
|
---|
50 | CipherString = DEFAULT
|
---|
51 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
52 | VerifyMode = Peer
|
---|
53 |
|
---|
54 | [test-1]
|
---|
55 | ExpectedResult = ClientFail
|
---|
56 | Method = TLS
|
---|
57 | server = 1-certstatus-bad-server-extra
|
---|
58 |
|
---|
59 | [1-certstatus-bad-server-extra]
|
---|
60 | CertStatus = BadResponse
|
---|
61 |
|
---|
62 |
|
---|