1 | # Generated with generate_ssl_tests.pl
|
---|
2 |
|
---|
3 | num_tests = 17
|
---|
4 |
|
---|
5 | test-0 = 0-renegotiate-client-no-resume
|
---|
6 | test-1 = 1-renegotiate-client-resume
|
---|
7 | test-2 = 2-renegotiate-server-no-resume
|
---|
8 | test-3 = 3-renegotiate-server-resume
|
---|
9 | test-4 = 4-renegotiate-client-auth-require
|
---|
10 | test-5 = 5-renegotiate-client-auth-once
|
---|
11 | test-6 = 6-renegotiate-aead-to-non-aead
|
---|
12 | test-7 = 7-renegotiate-non-aead-to-aead
|
---|
13 | test-8 = 8-renegotiate-non-aead-to-non-aead
|
---|
14 | test-9 = 9-renegotiate-aead-to-aead
|
---|
15 | test-10 = 10-no-renegotiation-server-by-client
|
---|
16 | test-11 = 11-no-renegotiation-server-by-server
|
---|
17 | test-12 = 12-no-renegotiation-client-by-server
|
---|
18 | test-13 = 13-no-renegotiation-client-by-client
|
---|
19 | test-14 = 14-no-extms-on-renegotiation
|
---|
20 | test-15 = 15-allow-client-renegotiation
|
---|
21 | test-16 = 16-no-client-renegotiation
|
---|
22 | # ===========================================================
|
---|
23 |
|
---|
24 | [0-renegotiate-client-no-resume]
|
---|
25 | ssl_conf = 0-renegotiate-client-no-resume-ssl
|
---|
26 |
|
---|
27 | [0-renegotiate-client-no-resume-ssl]
|
---|
28 | server = 0-renegotiate-client-no-resume-server
|
---|
29 | client = 0-renegotiate-client-no-resume-client
|
---|
30 |
|
---|
31 | [0-renegotiate-client-no-resume-server]
|
---|
32 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
33 | CipherString = DEFAULT
|
---|
34 | MaxProtocol = TLSv1.2
|
---|
35 | Options = NoResumptionOnRenegotiation
|
---|
36 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
37 |
|
---|
38 | [0-renegotiate-client-no-resume-client]
|
---|
39 | CipherString = DEFAULT
|
---|
40 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
41 | VerifyMode = Peer
|
---|
42 |
|
---|
43 | [test-0]
|
---|
44 | ExpectedResult = Success
|
---|
45 | HandshakeMode = RenegotiateClient
|
---|
46 | Method = TLS
|
---|
47 | ResumptionExpected = No
|
---|
48 |
|
---|
49 |
|
---|
50 | # ===========================================================
|
---|
51 |
|
---|
52 | [1-renegotiate-client-resume]
|
---|
53 | ssl_conf = 1-renegotiate-client-resume-ssl
|
---|
54 |
|
---|
55 | [1-renegotiate-client-resume-ssl]
|
---|
56 | server = 1-renegotiate-client-resume-server
|
---|
57 | client = 1-renegotiate-client-resume-client
|
---|
58 |
|
---|
59 | [1-renegotiate-client-resume-server]
|
---|
60 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
61 | CipherString = DEFAULT
|
---|
62 | MaxProtocol = TLSv1.2
|
---|
63 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
64 |
|
---|
65 | [1-renegotiate-client-resume-client]
|
---|
66 | CipherString = DEFAULT
|
---|
67 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
68 | VerifyMode = Peer
|
---|
69 |
|
---|
70 | [test-1]
|
---|
71 | ExpectedResult = Success
|
---|
72 | HandshakeMode = RenegotiateClient
|
---|
73 | Method = TLS
|
---|
74 | ResumptionExpected = Yes
|
---|
75 |
|
---|
76 |
|
---|
77 | # ===========================================================
|
---|
78 |
|
---|
79 | [2-renegotiate-server-no-resume]
|
---|
80 | ssl_conf = 2-renegotiate-server-no-resume-ssl
|
---|
81 |
|
---|
82 | [2-renegotiate-server-no-resume-ssl]
|
---|
83 | server = 2-renegotiate-server-no-resume-server
|
---|
84 | client = 2-renegotiate-server-no-resume-client
|
---|
85 |
|
---|
86 | [2-renegotiate-server-no-resume-server]
|
---|
87 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
88 | CipherString = DEFAULT
|
---|
89 | MaxProtocol = TLSv1.2
|
---|
90 | Options = NoResumptionOnRenegotiation
|
---|
91 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
92 |
|
---|
93 | [2-renegotiate-server-no-resume-client]
|
---|
94 | CipherString = DEFAULT
|
---|
95 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
96 | VerifyMode = Peer
|
---|
97 |
|
---|
98 | [test-2]
|
---|
99 | ExpectedResult = Success
|
---|
100 | HandshakeMode = RenegotiateServer
|
---|
101 | Method = TLS
|
---|
102 | ResumptionExpected = No
|
---|
103 |
|
---|
104 |
|
---|
105 | # ===========================================================
|
---|
106 |
|
---|
107 | [3-renegotiate-server-resume]
|
---|
108 | ssl_conf = 3-renegotiate-server-resume-ssl
|
---|
109 |
|
---|
110 | [3-renegotiate-server-resume-ssl]
|
---|
111 | server = 3-renegotiate-server-resume-server
|
---|
112 | client = 3-renegotiate-server-resume-client
|
---|
113 |
|
---|
114 | [3-renegotiate-server-resume-server]
|
---|
115 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
116 | CipherString = DEFAULT
|
---|
117 | MaxProtocol = TLSv1.2
|
---|
118 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
119 |
|
---|
120 | [3-renegotiate-server-resume-client]
|
---|
121 | CipherString = DEFAULT
|
---|
122 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
123 | VerifyMode = Peer
|
---|
124 |
|
---|
125 | [test-3]
|
---|
126 | ExpectedResult = Success
|
---|
127 | HandshakeMode = RenegotiateServer
|
---|
128 | Method = TLS
|
---|
129 | ResumptionExpected = Yes
|
---|
130 |
|
---|
131 |
|
---|
132 | # ===========================================================
|
---|
133 |
|
---|
134 | [4-renegotiate-client-auth-require]
|
---|
135 | ssl_conf = 4-renegotiate-client-auth-require-ssl
|
---|
136 |
|
---|
137 | [4-renegotiate-client-auth-require-ssl]
|
---|
138 | server = 4-renegotiate-client-auth-require-server
|
---|
139 | client = 4-renegotiate-client-auth-require-client
|
---|
140 |
|
---|
141 | [4-renegotiate-client-auth-require-server]
|
---|
142 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
143 | CipherString = DEFAULT
|
---|
144 | MaxProtocol = TLSv1.2
|
---|
145 | Options = NoResumptionOnRenegotiation
|
---|
146 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
147 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/root-cert.pem
|
---|
148 | VerifyMode = Require
|
---|
149 |
|
---|
150 | [4-renegotiate-client-auth-require-client]
|
---|
151 | Certificate = ${ENV::TEST_CERTS_DIR}/ee-client-chain.pem
|
---|
152 | CipherString = DEFAULT
|
---|
153 | PrivateKey = ${ENV::TEST_CERTS_DIR}/ee-key.pem
|
---|
154 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
155 | VerifyMode = Peer
|
---|
156 |
|
---|
157 | [test-4]
|
---|
158 | ExpectedResult = Success
|
---|
159 | HandshakeMode = RenegotiateServer
|
---|
160 | Method = TLS
|
---|
161 | ResumptionExpected = No
|
---|
162 |
|
---|
163 |
|
---|
164 | # ===========================================================
|
---|
165 |
|
---|
166 | [5-renegotiate-client-auth-once]
|
---|
167 | ssl_conf = 5-renegotiate-client-auth-once-ssl
|
---|
168 |
|
---|
169 | [5-renegotiate-client-auth-once-ssl]
|
---|
170 | server = 5-renegotiate-client-auth-once-server
|
---|
171 | client = 5-renegotiate-client-auth-once-client
|
---|
172 |
|
---|
173 | [5-renegotiate-client-auth-once-server]
|
---|
174 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
175 | CipherString = DEFAULT
|
---|
176 | MaxProtocol = TLSv1.2
|
---|
177 | Options = NoResumptionOnRenegotiation
|
---|
178 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
179 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/root-cert.pem
|
---|
180 | VerifyMode = Once
|
---|
181 |
|
---|
182 | [5-renegotiate-client-auth-once-client]
|
---|
183 | Certificate = ${ENV::TEST_CERTS_DIR}/ee-client-chain.pem
|
---|
184 | CipherString = DEFAULT
|
---|
185 | PrivateKey = ${ENV::TEST_CERTS_DIR}/ee-key.pem
|
---|
186 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
187 | VerifyMode = Peer
|
---|
188 |
|
---|
189 | [test-5]
|
---|
190 | ExpectedResult = Success
|
---|
191 | HandshakeMode = RenegotiateServer
|
---|
192 | Method = TLS
|
---|
193 | ResumptionExpected = No
|
---|
194 |
|
---|
195 |
|
---|
196 | # ===========================================================
|
---|
197 |
|
---|
198 | [6-renegotiate-aead-to-non-aead]
|
---|
199 | ssl_conf = 6-renegotiate-aead-to-non-aead-ssl
|
---|
200 |
|
---|
201 | [6-renegotiate-aead-to-non-aead-ssl]
|
---|
202 | server = 6-renegotiate-aead-to-non-aead-server
|
---|
203 | client = 6-renegotiate-aead-to-non-aead-client
|
---|
204 |
|
---|
205 | [6-renegotiate-aead-to-non-aead-server]
|
---|
206 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
207 | CipherString = DEFAULT
|
---|
208 | Options = NoResumptionOnRenegotiation
|
---|
209 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
210 |
|
---|
211 | [6-renegotiate-aead-to-non-aead-client]
|
---|
212 | CipherString = AES128-GCM-SHA256
|
---|
213 | MaxProtocol = TLSv1.2
|
---|
214 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
215 | VerifyMode = Peer
|
---|
216 |
|
---|
217 | [test-6]
|
---|
218 | ExpectedResult = Success
|
---|
219 | HandshakeMode = RenegotiateClient
|
---|
220 | Method = TLS
|
---|
221 | ResumptionExpected = No
|
---|
222 | client = 6-renegotiate-aead-to-non-aead-client-extra
|
---|
223 |
|
---|
224 | [6-renegotiate-aead-to-non-aead-client-extra]
|
---|
225 | RenegotiateCiphers = AES128-SHA
|
---|
226 |
|
---|
227 |
|
---|
228 | # ===========================================================
|
---|
229 |
|
---|
230 | [7-renegotiate-non-aead-to-aead]
|
---|
231 | ssl_conf = 7-renegotiate-non-aead-to-aead-ssl
|
---|
232 |
|
---|
233 | [7-renegotiate-non-aead-to-aead-ssl]
|
---|
234 | server = 7-renegotiate-non-aead-to-aead-server
|
---|
235 | client = 7-renegotiate-non-aead-to-aead-client
|
---|
236 |
|
---|
237 | [7-renegotiate-non-aead-to-aead-server]
|
---|
238 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
239 | CipherString = DEFAULT
|
---|
240 | Options = NoResumptionOnRenegotiation
|
---|
241 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
242 |
|
---|
243 | [7-renegotiate-non-aead-to-aead-client]
|
---|
244 | CipherString = AES128-SHA
|
---|
245 | MaxProtocol = TLSv1.2
|
---|
246 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
247 | VerifyMode = Peer
|
---|
248 |
|
---|
249 | [test-7]
|
---|
250 | ExpectedResult = Success
|
---|
251 | HandshakeMode = RenegotiateClient
|
---|
252 | Method = TLS
|
---|
253 | ResumptionExpected = No
|
---|
254 | client = 7-renegotiate-non-aead-to-aead-client-extra
|
---|
255 |
|
---|
256 | [7-renegotiate-non-aead-to-aead-client-extra]
|
---|
257 | RenegotiateCiphers = AES128-GCM-SHA256
|
---|
258 |
|
---|
259 |
|
---|
260 | # ===========================================================
|
---|
261 |
|
---|
262 | [8-renegotiate-non-aead-to-non-aead]
|
---|
263 | ssl_conf = 8-renegotiate-non-aead-to-non-aead-ssl
|
---|
264 |
|
---|
265 | [8-renegotiate-non-aead-to-non-aead-ssl]
|
---|
266 | server = 8-renegotiate-non-aead-to-non-aead-server
|
---|
267 | client = 8-renegotiate-non-aead-to-non-aead-client
|
---|
268 |
|
---|
269 | [8-renegotiate-non-aead-to-non-aead-server]
|
---|
270 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
271 | CipherString = DEFAULT
|
---|
272 | Options = NoResumptionOnRenegotiation
|
---|
273 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
274 |
|
---|
275 | [8-renegotiate-non-aead-to-non-aead-client]
|
---|
276 | CipherString = AES128-SHA
|
---|
277 | MaxProtocol = TLSv1.2
|
---|
278 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
279 | VerifyMode = Peer
|
---|
280 |
|
---|
281 | [test-8]
|
---|
282 | ExpectedResult = Success
|
---|
283 | HandshakeMode = RenegotiateClient
|
---|
284 | Method = TLS
|
---|
285 | ResumptionExpected = No
|
---|
286 | client = 8-renegotiate-non-aead-to-non-aead-client-extra
|
---|
287 |
|
---|
288 | [8-renegotiate-non-aead-to-non-aead-client-extra]
|
---|
289 | RenegotiateCiphers = AES256-SHA
|
---|
290 |
|
---|
291 |
|
---|
292 | # ===========================================================
|
---|
293 |
|
---|
294 | [9-renegotiate-aead-to-aead]
|
---|
295 | ssl_conf = 9-renegotiate-aead-to-aead-ssl
|
---|
296 |
|
---|
297 | [9-renegotiate-aead-to-aead-ssl]
|
---|
298 | server = 9-renegotiate-aead-to-aead-server
|
---|
299 | client = 9-renegotiate-aead-to-aead-client
|
---|
300 |
|
---|
301 | [9-renegotiate-aead-to-aead-server]
|
---|
302 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
303 | CipherString = DEFAULT
|
---|
304 | Options = NoResumptionOnRenegotiation
|
---|
305 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
306 |
|
---|
307 | [9-renegotiate-aead-to-aead-client]
|
---|
308 | CipherString = AES128-GCM-SHA256
|
---|
309 | MaxProtocol = TLSv1.2
|
---|
310 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
311 | VerifyMode = Peer
|
---|
312 |
|
---|
313 | [test-9]
|
---|
314 | ExpectedResult = Success
|
---|
315 | HandshakeMode = RenegotiateClient
|
---|
316 | Method = TLS
|
---|
317 | ResumptionExpected = No
|
---|
318 | client = 9-renegotiate-aead-to-aead-client-extra
|
---|
319 |
|
---|
320 | [9-renegotiate-aead-to-aead-client-extra]
|
---|
321 | RenegotiateCiphers = AES256-GCM-SHA384
|
---|
322 |
|
---|
323 |
|
---|
324 | # ===========================================================
|
---|
325 |
|
---|
326 | [10-no-renegotiation-server-by-client]
|
---|
327 | ssl_conf = 10-no-renegotiation-server-by-client-ssl
|
---|
328 |
|
---|
329 | [10-no-renegotiation-server-by-client-ssl]
|
---|
330 | server = 10-no-renegotiation-server-by-client-server
|
---|
331 | client = 10-no-renegotiation-server-by-client-client
|
---|
332 |
|
---|
333 | [10-no-renegotiation-server-by-client-server]
|
---|
334 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
335 | CipherString = DEFAULT
|
---|
336 | MaxProtocol = TLSv1.2
|
---|
337 | Options = NoRenegotiation
|
---|
338 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
339 |
|
---|
340 | [10-no-renegotiation-server-by-client-client]
|
---|
341 | CipherString = DEFAULT
|
---|
342 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
343 | VerifyMode = Peer
|
---|
344 |
|
---|
345 | [test-10]
|
---|
346 | ExpectedResult = ClientFail
|
---|
347 | HandshakeMode = RenegotiateClient
|
---|
348 | Method = TLS
|
---|
349 | ResumptionExpected = No
|
---|
350 |
|
---|
351 |
|
---|
352 | # ===========================================================
|
---|
353 |
|
---|
354 | [11-no-renegotiation-server-by-server]
|
---|
355 | ssl_conf = 11-no-renegotiation-server-by-server-ssl
|
---|
356 |
|
---|
357 | [11-no-renegotiation-server-by-server-ssl]
|
---|
358 | server = 11-no-renegotiation-server-by-server-server
|
---|
359 | client = 11-no-renegotiation-server-by-server-client
|
---|
360 |
|
---|
361 | [11-no-renegotiation-server-by-server-server]
|
---|
362 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
363 | CipherString = DEFAULT
|
---|
364 | MaxProtocol = TLSv1.2
|
---|
365 | Options = NoRenegotiation
|
---|
366 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
367 |
|
---|
368 | [11-no-renegotiation-server-by-server-client]
|
---|
369 | CipherString = DEFAULT
|
---|
370 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
371 | VerifyMode = Peer
|
---|
372 |
|
---|
373 | [test-11]
|
---|
374 | ExpectedResult = ServerFail
|
---|
375 | HandshakeMode = RenegotiateServer
|
---|
376 | Method = TLS
|
---|
377 | ResumptionExpected = No
|
---|
378 |
|
---|
379 |
|
---|
380 | # ===========================================================
|
---|
381 |
|
---|
382 | [12-no-renegotiation-client-by-server]
|
---|
383 | ssl_conf = 12-no-renegotiation-client-by-server-ssl
|
---|
384 |
|
---|
385 | [12-no-renegotiation-client-by-server-ssl]
|
---|
386 | server = 12-no-renegotiation-client-by-server-server
|
---|
387 | client = 12-no-renegotiation-client-by-server-client
|
---|
388 |
|
---|
389 | [12-no-renegotiation-client-by-server-server]
|
---|
390 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
391 | CipherString = DEFAULT
|
---|
392 | MaxProtocol = TLSv1.2
|
---|
393 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
394 |
|
---|
395 | [12-no-renegotiation-client-by-server-client]
|
---|
396 | CipherString = DEFAULT
|
---|
397 | Options = NoRenegotiation
|
---|
398 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
399 | VerifyMode = Peer
|
---|
400 |
|
---|
401 | [test-12]
|
---|
402 | ExpectedResult = ServerFail
|
---|
403 | HandshakeMode = RenegotiateServer
|
---|
404 | Method = TLS
|
---|
405 | ResumptionExpected = No
|
---|
406 |
|
---|
407 |
|
---|
408 | # ===========================================================
|
---|
409 |
|
---|
410 | [13-no-renegotiation-client-by-client]
|
---|
411 | ssl_conf = 13-no-renegotiation-client-by-client-ssl
|
---|
412 |
|
---|
413 | [13-no-renegotiation-client-by-client-ssl]
|
---|
414 | server = 13-no-renegotiation-client-by-client-server
|
---|
415 | client = 13-no-renegotiation-client-by-client-client
|
---|
416 |
|
---|
417 | [13-no-renegotiation-client-by-client-server]
|
---|
418 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
419 | CipherString = DEFAULT
|
---|
420 | MaxProtocol = TLSv1.2
|
---|
421 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
422 |
|
---|
423 | [13-no-renegotiation-client-by-client-client]
|
---|
424 | CipherString = DEFAULT
|
---|
425 | Options = NoRenegotiation
|
---|
426 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
427 | VerifyMode = Peer
|
---|
428 |
|
---|
429 | [test-13]
|
---|
430 | ExpectedResult = ClientFail
|
---|
431 | HandshakeMode = RenegotiateClient
|
---|
432 | Method = TLS
|
---|
433 | ResumptionExpected = No
|
---|
434 |
|
---|
435 |
|
---|
436 | # ===========================================================
|
---|
437 |
|
---|
438 | [14-no-extms-on-renegotiation]
|
---|
439 | ssl_conf = 14-no-extms-on-renegotiation-ssl
|
---|
440 |
|
---|
441 | [14-no-extms-on-renegotiation-ssl]
|
---|
442 | server = 14-no-extms-on-renegotiation-server
|
---|
443 | client = 14-no-extms-on-renegotiation-client
|
---|
444 |
|
---|
445 | [14-no-extms-on-renegotiation-server]
|
---|
446 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
447 | CipherString = DEFAULT
|
---|
448 | MaxProtocol = TLSv1.2
|
---|
449 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
450 |
|
---|
451 | [14-no-extms-on-renegotiation-client]
|
---|
452 | CipherString = DEFAULT
|
---|
453 | MaxProtocol = TLSv1.2
|
---|
454 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
455 | VerifyMode = Peer
|
---|
456 |
|
---|
457 | [test-14]
|
---|
458 | ExpectedResult = ServerFail
|
---|
459 | HandshakeMode = RenegotiateClient
|
---|
460 | Method = TLS
|
---|
461 | ResumptionExpected = No
|
---|
462 | client = 14-no-extms-on-renegotiation-client-extra
|
---|
463 |
|
---|
464 | [14-no-extms-on-renegotiation-client-extra]
|
---|
465 | RenegotiateNoExtms = Yes
|
---|
466 |
|
---|
467 |
|
---|
468 | # ===========================================================
|
---|
469 |
|
---|
470 | [15-allow-client-renegotiation]
|
---|
471 | ssl_conf = 15-allow-client-renegotiation-ssl
|
---|
472 |
|
---|
473 | [15-allow-client-renegotiation-ssl]
|
---|
474 | server = 15-allow-client-renegotiation-server
|
---|
475 | client = 15-allow-client-renegotiation-client
|
---|
476 |
|
---|
477 | [15-allow-client-renegotiation-server]
|
---|
478 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
479 | CipherString = DEFAULT
|
---|
480 | MaxProtocol = TLSv1.2
|
---|
481 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
482 |
|
---|
483 | [15-allow-client-renegotiation-client]
|
---|
484 | CipherString = DEFAULT
|
---|
485 | MaxProtocol = TLSv1.2
|
---|
486 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
487 | VerifyMode = Peer
|
---|
488 |
|
---|
489 | [test-15]
|
---|
490 | ExpectedResult = Success
|
---|
491 | HandshakeMode = RenegotiateClient
|
---|
492 | Method = TLS
|
---|
493 | ResumptionExpected = Yes
|
---|
494 |
|
---|
495 |
|
---|
496 | # ===========================================================
|
---|
497 |
|
---|
498 | [16-no-client-renegotiation]
|
---|
499 | ssl_conf = 16-no-client-renegotiation-ssl
|
---|
500 |
|
---|
501 | [16-no-client-renegotiation-ssl]
|
---|
502 | server = 16-no-client-renegotiation-server
|
---|
503 | client = 16-no-client-renegotiation-client
|
---|
504 |
|
---|
505 | [16-no-client-renegotiation-server]
|
---|
506 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
507 | CipherString = DEFAULT
|
---|
508 | MaxProtocol = TLSv1.2
|
---|
509 | Options = -ClientRenegotiation
|
---|
510 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
511 |
|
---|
512 | [16-no-client-renegotiation-client]
|
---|
513 | CipherString = DEFAULT
|
---|
514 | MaxProtocol = TLSv1.2
|
---|
515 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
516 | VerifyMode = Peer
|
---|
517 |
|
---|
518 | [test-16]
|
---|
519 | ExpectedResult = ClientFail
|
---|
520 | ExpectedServerAlert = NoRenegotiation
|
---|
521 | HandshakeMode = RenegotiateClient
|
---|
522 | Method = TLS
|
---|
523 | ResumptionExpected = No
|
---|
524 |
|
---|
525 |
|
---|