1e1051a39Sopenharmony_ci# Generated with generate_ssl_tests.pl
2e1051a39Sopenharmony_ci
3e1051a39Sopenharmony_cinum_tests = 7
4e1051a39Sopenharmony_ci
5e1051a39Sopenharmony_citest-0 = 0-disable-extended-master-secret-server-sha
6e1051a39Sopenharmony_citest-1 = 1-disable-extended-master-secret-client-sha
7e1051a39Sopenharmony_citest-2 = 2-disable-extended-master-secret-both-sha
8e1051a39Sopenharmony_citest-3 = 3-disable-extended-master-secret-both-resume
9e1051a39Sopenharmony_citest-4 = 4-disable-extended-master-secret-server-sha2
10e1051a39Sopenharmony_citest-5 = 5-disable-extended-master-secret-client-sha2
11e1051a39Sopenharmony_citest-6 = 6-disable-extended-master-secret-both-sha2
12e1051a39Sopenharmony_ci# ===========================================================
13e1051a39Sopenharmony_ci
14e1051a39Sopenharmony_ci[0-disable-extended-master-secret-server-sha]
15e1051a39Sopenharmony_cissl_conf = 0-disable-extended-master-secret-server-sha-ssl
16e1051a39Sopenharmony_ci
17e1051a39Sopenharmony_ci[0-disable-extended-master-secret-server-sha-ssl]
18e1051a39Sopenharmony_ciserver = 0-disable-extended-master-secret-server-sha-server
19e1051a39Sopenharmony_ciclient = 0-disable-extended-master-secret-server-sha-client
20e1051a39Sopenharmony_ci
21e1051a39Sopenharmony_ci[0-disable-extended-master-secret-server-sha-server]
22e1051a39Sopenharmony_ciCertificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
23e1051a39Sopenharmony_ciCipherString = DEFAULT
24e1051a39Sopenharmony_ciOptions = -ExtendedMasterSecret
25e1051a39Sopenharmony_ciPrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
26e1051a39Sopenharmony_ci
27e1051a39Sopenharmony_ci[0-disable-extended-master-secret-server-sha-client]
28e1051a39Sopenharmony_ciCipherString = AES128-SHA
29e1051a39Sopenharmony_ciMaxProtocol = TLSv1.2
30e1051a39Sopenharmony_ciVerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
31e1051a39Sopenharmony_ciVerifyMode = Peer
32e1051a39Sopenharmony_ci
33e1051a39Sopenharmony_ci[test-0]
34e1051a39Sopenharmony_ciExpectedResult = Success
35e1051a39Sopenharmony_ci
36e1051a39Sopenharmony_ci
37e1051a39Sopenharmony_ci# ===========================================================
38e1051a39Sopenharmony_ci
39e1051a39Sopenharmony_ci[1-disable-extended-master-secret-client-sha]
40e1051a39Sopenharmony_cissl_conf = 1-disable-extended-master-secret-client-sha-ssl
41e1051a39Sopenharmony_ci
42e1051a39Sopenharmony_ci[1-disable-extended-master-secret-client-sha-ssl]
43e1051a39Sopenharmony_ciserver = 1-disable-extended-master-secret-client-sha-server
44e1051a39Sopenharmony_ciclient = 1-disable-extended-master-secret-client-sha-client
45e1051a39Sopenharmony_ci
46e1051a39Sopenharmony_ci[1-disable-extended-master-secret-client-sha-server]
47e1051a39Sopenharmony_ciCertificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
48e1051a39Sopenharmony_ciCipherString = DEFAULT
49e1051a39Sopenharmony_ciPrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
50e1051a39Sopenharmony_ci
51e1051a39Sopenharmony_ci[1-disable-extended-master-secret-client-sha-client]
52e1051a39Sopenharmony_ciCipherString = AES128-SHA
53e1051a39Sopenharmony_ciMaxProtocol = TLSv1.2
54e1051a39Sopenharmony_ciOptions = -ExtendedMasterSecret
55e1051a39Sopenharmony_ciVerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
56e1051a39Sopenharmony_ciVerifyMode = Peer
57e1051a39Sopenharmony_ci
58e1051a39Sopenharmony_ci[test-1]
59e1051a39Sopenharmony_ciExpectedResult = Success
60e1051a39Sopenharmony_ci
61e1051a39Sopenharmony_ci
62e1051a39Sopenharmony_ci# ===========================================================
63e1051a39Sopenharmony_ci
64e1051a39Sopenharmony_ci[2-disable-extended-master-secret-both-sha]
65e1051a39Sopenharmony_cissl_conf = 2-disable-extended-master-secret-both-sha-ssl
66e1051a39Sopenharmony_ci
67e1051a39Sopenharmony_ci[2-disable-extended-master-secret-both-sha-ssl]
68e1051a39Sopenharmony_ciserver = 2-disable-extended-master-secret-both-sha-server
69e1051a39Sopenharmony_ciclient = 2-disable-extended-master-secret-both-sha-client
70e1051a39Sopenharmony_ci
71e1051a39Sopenharmony_ci[2-disable-extended-master-secret-both-sha-server]
72e1051a39Sopenharmony_ciCertificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
73e1051a39Sopenharmony_ciCipherString = DEFAULT
74e1051a39Sopenharmony_ciOptions = -ExtendedMasterSecret
75e1051a39Sopenharmony_ciPrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
76e1051a39Sopenharmony_ci
77e1051a39Sopenharmony_ci[2-disable-extended-master-secret-both-sha-client]
78e1051a39Sopenharmony_ciCipherString = AES128-SHA
79e1051a39Sopenharmony_ciMaxProtocol = TLSv1.2
80e1051a39Sopenharmony_ciOptions = -ExtendedMasterSecret
81e1051a39Sopenharmony_ciVerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
82e1051a39Sopenharmony_ciVerifyMode = Peer
83e1051a39Sopenharmony_ci
84e1051a39Sopenharmony_ci[test-2]
85e1051a39Sopenharmony_ciExpectedResult = Success
86e1051a39Sopenharmony_ci
87e1051a39Sopenharmony_ci
88e1051a39Sopenharmony_ci# ===========================================================
89e1051a39Sopenharmony_ci
90e1051a39Sopenharmony_ci[3-disable-extended-master-secret-both-resume]
91e1051a39Sopenharmony_cissl_conf = 3-disable-extended-master-secret-both-resume-ssl
92e1051a39Sopenharmony_ci
93e1051a39Sopenharmony_ci[3-disable-extended-master-secret-both-resume-ssl]
94e1051a39Sopenharmony_ciserver = 3-disable-extended-master-secret-both-resume-server
95e1051a39Sopenharmony_ciclient = 3-disable-extended-master-secret-both-resume-client
96e1051a39Sopenharmony_ciresume-server = 3-disable-extended-master-secret-both-resume-resume-server
97e1051a39Sopenharmony_ciresume-client = 3-disable-extended-master-secret-both-resume-resume-client
98e1051a39Sopenharmony_ci
99e1051a39Sopenharmony_ci[3-disable-extended-master-secret-both-resume-server]
100e1051a39Sopenharmony_ciCertificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
101e1051a39Sopenharmony_ciCipherString = DEFAULT
102e1051a39Sopenharmony_ciOptions = -ExtendedMasterSecret
103e1051a39Sopenharmony_ciPrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
104e1051a39Sopenharmony_ci
105e1051a39Sopenharmony_ci[3-disable-extended-master-secret-both-resume-resume-server]
106e1051a39Sopenharmony_ciCertificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
107e1051a39Sopenharmony_ciCipherString = DEFAULT
108e1051a39Sopenharmony_ciPrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
109e1051a39Sopenharmony_ci
110e1051a39Sopenharmony_ci[3-disable-extended-master-secret-both-resume-client]
111e1051a39Sopenharmony_ciCipherString = AES128-SHA
112e1051a39Sopenharmony_ciMaxProtocol = TLSv1.2
113e1051a39Sopenharmony_ciOptions = -ExtendedMasterSecret
114e1051a39Sopenharmony_ciVerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
115e1051a39Sopenharmony_ciVerifyMode = Peer
116e1051a39Sopenharmony_ci
117e1051a39Sopenharmony_ci[3-disable-extended-master-secret-both-resume-resume-client]
118e1051a39Sopenharmony_ciCipherString = AES128-SHA
119e1051a39Sopenharmony_ciMaxProtocol = TLSv1.2
120e1051a39Sopenharmony_ciVerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
121e1051a39Sopenharmony_ciVerifyMode = Peer
122e1051a39Sopenharmony_ci
123e1051a39Sopenharmony_ci[test-3]
124e1051a39Sopenharmony_ciExpectedResult = Success
125e1051a39Sopenharmony_ciHandshakeMode = Resume
126e1051a39Sopenharmony_ci
127e1051a39Sopenharmony_ci
128e1051a39Sopenharmony_ci# ===========================================================
129e1051a39Sopenharmony_ci
130e1051a39Sopenharmony_ci[4-disable-extended-master-secret-server-sha2]
131e1051a39Sopenharmony_cissl_conf = 4-disable-extended-master-secret-server-sha2-ssl
132e1051a39Sopenharmony_ci
133e1051a39Sopenharmony_ci[4-disable-extended-master-secret-server-sha2-ssl]
134e1051a39Sopenharmony_ciserver = 4-disable-extended-master-secret-server-sha2-server
135e1051a39Sopenharmony_ciclient = 4-disable-extended-master-secret-server-sha2-client
136e1051a39Sopenharmony_ci
137e1051a39Sopenharmony_ci[4-disable-extended-master-secret-server-sha2-server]
138e1051a39Sopenharmony_ciCertificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
139e1051a39Sopenharmony_ciCipherString = DEFAULT
140e1051a39Sopenharmony_ciOptions = -ExtendedMasterSecret
141e1051a39Sopenharmony_ciPrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
142e1051a39Sopenharmony_ci
143e1051a39Sopenharmony_ci[4-disable-extended-master-secret-server-sha2-client]
144e1051a39Sopenharmony_ciCipherString = AES128-SHA256
145e1051a39Sopenharmony_ciMaxProtocol = TLSv1.2
146e1051a39Sopenharmony_ciVerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
147e1051a39Sopenharmony_ciVerifyMode = Peer
148e1051a39Sopenharmony_ci
149e1051a39Sopenharmony_ci[test-4]
150e1051a39Sopenharmony_ciExpectedResult = Success
151e1051a39Sopenharmony_ci
152e1051a39Sopenharmony_ci
153e1051a39Sopenharmony_ci# ===========================================================
154e1051a39Sopenharmony_ci
155e1051a39Sopenharmony_ci[5-disable-extended-master-secret-client-sha2]
156e1051a39Sopenharmony_cissl_conf = 5-disable-extended-master-secret-client-sha2-ssl
157e1051a39Sopenharmony_ci
158e1051a39Sopenharmony_ci[5-disable-extended-master-secret-client-sha2-ssl]
159e1051a39Sopenharmony_ciserver = 5-disable-extended-master-secret-client-sha2-server
160e1051a39Sopenharmony_ciclient = 5-disable-extended-master-secret-client-sha2-client
161e1051a39Sopenharmony_ci
162e1051a39Sopenharmony_ci[5-disable-extended-master-secret-client-sha2-server]
163e1051a39Sopenharmony_ciCertificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
164e1051a39Sopenharmony_ciCipherString = DEFAULT
165e1051a39Sopenharmony_ciPrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
166e1051a39Sopenharmony_ci
167e1051a39Sopenharmony_ci[5-disable-extended-master-secret-client-sha2-client]
168e1051a39Sopenharmony_ciCipherString = AES128-SHA256
169e1051a39Sopenharmony_ciMaxProtocol = TLSv1.2
170e1051a39Sopenharmony_ciOptions = -ExtendedMasterSecret
171e1051a39Sopenharmony_ciVerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
172e1051a39Sopenharmony_ciVerifyMode = Peer
173e1051a39Sopenharmony_ci
174e1051a39Sopenharmony_ci[test-5]
175e1051a39Sopenharmony_ciExpectedResult = Success
176e1051a39Sopenharmony_ci
177e1051a39Sopenharmony_ci
178e1051a39Sopenharmony_ci# ===========================================================
179e1051a39Sopenharmony_ci
180e1051a39Sopenharmony_ci[6-disable-extended-master-secret-both-sha2]
181e1051a39Sopenharmony_cissl_conf = 6-disable-extended-master-secret-both-sha2-ssl
182e1051a39Sopenharmony_ci
183e1051a39Sopenharmony_ci[6-disable-extended-master-secret-both-sha2-ssl]
184e1051a39Sopenharmony_ciserver = 6-disable-extended-master-secret-both-sha2-server
185e1051a39Sopenharmony_ciclient = 6-disable-extended-master-secret-both-sha2-client
186e1051a39Sopenharmony_ci
187e1051a39Sopenharmony_ci[6-disable-extended-master-secret-both-sha2-server]
188e1051a39Sopenharmony_ciCertificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
189e1051a39Sopenharmony_ciCipherString = DEFAULT
190e1051a39Sopenharmony_ciOptions = -ExtendedMasterSecret
191e1051a39Sopenharmony_ciPrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
192e1051a39Sopenharmony_ci
193e1051a39Sopenharmony_ci[6-disable-extended-master-secret-both-sha2-client]
194e1051a39Sopenharmony_ciCipherString = AES128-SHA256
195e1051a39Sopenharmony_ciMaxProtocol = TLSv1.2
196e1051a39Sopenharmony_ciOptions = -ExtendedMasterSecret
197e1051a39Sopenharmony_ciVerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
198e1051a39Sopenharmony_ciVerifyMode = Peer
199e1051a39Sopenharmony_ci
200e1051a39Sopenharmony_ci[test-6]
201e1051a39Sopenharmony_ciExpectedResult = Success
202e1051a39Sopenharmony_ci
203e1051a39Sopenharmony_ci
204