Add the SSL_METHOD for TLSv1.3 and all other base changes required
[oweals/openssl.git] / test / ssl-tests / 10-resumption.conf
1 # Generated with generate_ssl_tests.pl
2
3 num_tests = 64
4
5 test-0 = 0-resumption
6 test-1 = 1-resumption
7 test-2 = 2-resumption
8 test-3 = 3-resumption
9 test-4 = 4-resumption
10 test-5 = 5-resumption
11 test-6 = 6-resumption
12 test-7 = 7-resumption
13 test-8 = 8-resumption
14 test-9 = 9-resumption
15 test-10 = 10-resumption
16 test-11 = 11-resumption
17 test-12 = 12-resumption
18 test-13 = 13-resumption
19 test-14 = 14-resumption
20 test-15 = 15-resumption
21 test-16 = 16-resumption
22 test-17 = 17-resumption
23 test-18 = 18-resumption
24 test-19 = 19-resumption
25 test-20 = 20-resumption
26 test-21 = 21-resumption
27 test-22 = 22-resumption
28 test-23 = 23-resumption
29 test-24 = 24-resumption
30 test-25 = 25-resumption
31 test-26 = 26-resumption
32 test-27 = 27-resumption
33 test-28 = 28-resumption
34 test-29 = 29-resumption
35 test-30 = 30-resumption
36 test-31 = 31-resumption
37 test-32 = 32-resumption
38 test-33 = 33-resumption
39 test-34 = 34-resumption
40 test-35 = 35-resumption
41 test-36 = 36-resumption
42 test-37 = 37-resumption
43 test-38 = 38-resumption
44 test-39 = 39-resumption
45 test-40 = 40-resumption
46 test-41 = 41-resumption
47 test-42 = 42-resumption
48 test-43 = 43-resumption
49 test-44 = 44-resumption
50 test-45 = 45-resumption
51 test-46 = 46-resumption
52 test-47 = 47-resumption
53 test-48 = 48-resumption
54 test-49 = 49-resumption
55 test-50 = 50-resumption
56 test-51 = 51-resumption
57 test-52 = 52-resumption
58 test-53 = 53-resumption
59 test-54 = 54-resumption
60 test-55 = 55-resumption
61 test-56 = 56-resumption
62 test-57 = 57-resumption
63 test-58 = 58-resumption
64 test-59 = 59-resumption
65 test-60 = 60-resumption
66 test-61 = 61-resumption
67 test-62 = 62-resumption
68 test-63 = 63-resumption
69 # ===========================================================
70
71 [0-resumption]
72 ssl_conf = 0-resumption-ssl
73
74 [0-resumption-ssl]
75 server = 0-resumption-server
76 client = 0-resumption-client
77 resume-server = 0-resumption-resume-server
78 resume-client = 0-resumption-client
79
80 [0-resumption-server]
81 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
82 CipherString = DEFAULT
83 MaxProtocol = TLSv1
84 MinProtocol = TLSv1
85 Options = SessionTicket
86 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
87
88 [0-resumption-resume-server]
89 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
90 CipherString = DEFAULT
91 MaxProtocol = TLSv1
92 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
93
94 [0-resumption-client]
95 CipherString = DEFAULT
96 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
97 VerifyMode = Peer
98
99 [test-0]
100 ExpectedProtocol = TLSv1
101 HandshakeMode = Resume
102 ResumptionExpected = Yes
103
104
105 # ===========================================================
106
107 [1-resumption]
108 ssl_conf = 1-resumption-ssl
109
110 [1-resumption-ssl]
111 server = 1-resumption-server
112 client = 1-resumption-client
113 resume-server = 1-resumption-resume-server
114 resume-client = 1-resumption-client
115
116 [1-resumption-server]
117 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
118 CipherString = DEFAULT
119 MaxProtocol = TLSv1
120 MinProtocol = TLSv1
121 Options = -SessionTicket
122 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
123
124 [1-resumption-resume-server]
125 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
126 CipherString = DEFAULT
127 MaxProtocol = TLSv1
128 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
129
130 [1-resumption-client]
131 CipherString = DEFAULT
132 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
133 VerifyMode = Peer
134
135 [test-1]
136 ExpectedProtocol = TLSv1
137 HandshakeMode = Resume
138 ResumptionExpected = Yes
139
140
141 # ===========================================================
142
143 [2-resumption]
144 ssl_conf = 2-resumption-ssl
145
146 [2-resumption-ssl]
147 server = 2-resumption-server
148 client = 2-resumption-client
149 resume-server = 2-resumption-resume-server
150 resume-client = 2-resumption-client
151
152 [2-resumption-server]
153 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
154 CipherString = DEFAULT
155 MaxProtocol = TLSv1
156 MinProtocol = TLSv1
157 Options = SessionTicket
158 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
159
160 [2-resumption-resume-server]
161 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
162 CipherString = DEFAULT
163 MaxProtocol = TLSv1.1
164 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
165
166 [2-resumption-client]
167 CipherString = DEFAULT
168 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
169 VerifyMode = Peer
170
171 [test-2]
172 ExpectedProtocol = TLSv1.1
173 HandshakeMode = Resume
174 ResumptionExpected = No
175
176
177 # ===========================================================
178
179 [3-resumption]
180 ssl_conf = 3-resumption-ssl
181
182 [3-resumption-ssl]
183 server = 3-resumption-server
184 client = 3-resumption-client
185 resume-server = 3-resumption-resume-server
186 resume-client = 3-resumption-client
187
188 [3-resumption-server]
189 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
190 CipherString = DEFAULT
191 MaxProtocol = TLSv1
192 MinProtocol = TLSv1
193 Options = -SessionTicket
194 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
195
196 [3-resumption-resume-server]
197 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
198 CipherString = DEFAULT
199 MaxProtocol = TLSv1.1
200 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
201
202 [3-resumption-client]
203 CipherString = DEFAULT
204 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
205 VerifyMode = Peer
206
207 [test-3]
208 ExpectedProtocol = TLSv1.1
209 HandshakeMode = Resume
210 ResumptionExpected = No
211
212
213 # ===========================================================
214
215 [4-resumption]
216 ssl_conf = 4-resumption-ssl
217
218 [4-resumption-ssl]
219 server = 4-resumption-server
220 client = 4-resumption-client
221 resume-server = 4-resumption-resume-server
222 resume-client = 4-resumption-client
223
224 [4-resumption-server]
225 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
226 CipherString = DEFAULT
227 MaxProtocol = TLSv1
228 MinProtocol = TLSv1
229 Options = SessionTicket
230 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
231
232 [4-resumption-resume-server]
233 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
234 CipherString = DEFAULT
235 MaxProtocol = TLSv1.2
236 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
237
238 [4-resumption-client]
239 CipherString = DEFAULT
240 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
241 VerifyMode = Peer
242
243 [test-4]
244 ExpectedProtocol = TLSv1.2
245 HandshakeMode = Resume
246 ResumptionExpected = No
247
248
249 # ===========================================================
250
251 [5-resumption]
252 ssl_conf = 5-resumption-ssl
253
254 [5-resumption-ssl]
255 server = 5-resumption-server
256 client = 5-resumption-client
257 resume-server = 5-resumption-resume-server
258 resume-client = 5-resumption-client
259
260 [5-resumption-server]
261 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
262 CipherString = DEFAULT
263 MaxProtocol = TLSv1
264 MinProtocol = TLSv1
265 Options = -SessionTicket
266 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
267
268 [5-resumption-resume-server]
269 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
270 CipherString = DEFAULT
271 MaxProtocol = TLSv1.2
272 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
273
274 [5-resumption-client]
275 CipherString = DEFAULT
276 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
277 VerifyMode = Peer
278
279 [test-5]
280 ExpectedProtocol = TLSv1.2
281 HandshakeMode = Resume
282 ResumptionExpected = No
283
284
285 # ===========================================================
286
287 [6-resumption]
288 ssl_conf = 6-resumption-ssl
289
290 [6-resumption-ssl]
291 server = 6-resumption-server
292 client = 6-resumption-client
293 resume-server = 6-resumption-resume-server
294 resume-client = 6-resumption-client
295
296 [6-resumption-server]
297 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
298 CipherString = DEFAULT
299 MaxProtocol = TLSv1
300 MinProtocol = TLSv1
301 Options = SessionTicket
302 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
303
304 [6-resumption-resume-server]
305 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
306 CipherString = DEFAULT
307 MaxProtocol = TLSv1.3
308 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
309
310 [6-resumption-client]
311 CipherString = DEFAULT
312 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
313 VerifyMode = Peer
314
315 [test-6]
316 ExpectedProtocol = TLSv1.3
317 HandshakeMode = Resume
318 ResumptionExpected = No
319
320
321 # ===========================================================
322
323 [7-resumption]
324 ssl_conf = 7-resumption-ssl
325
326 [7-resumption-ssl]
327 server = 7-resumption-server
328 client = 7-resumption-client
329 resume-server = 7-resumption-resume-server
330 resume-client = 7-resumption-client
331
332 [7-resumption-server]
333 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
334 CipherString = DEFAULT
335 MaxProtocol = TLSv1
336 MinProtocol = TLSv1
337 Options = -SessionTicket
338 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
339
340 [7-resumption-resume-server]
341 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
342 CipherString = DEFAULT
343 MaxProtocol = TLSv1.3
344 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
345
346 [7-resumption-client]
347 CipherString = DEFAULT
348 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
349 VerifyMode = Peer
350
351 [test-7]
352 ExpectedProtocol = TLSv1.3
353 HandshakeMode = Resume
354 ResumptionExpected = No
355
356
357 # ===========================================================
358
359 [8-resumption]
360 ssl_conf = 8-resumption-ssl
361
362 [8-resumption-ssl]
363 server = 8-resumption-server
364 client = 8-resumption-client
365 resume-server = 8-resumption-resume-server
366 resume-client = 8-resumption-client
367
368 [8-resumption-server]
369 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
370 CipherString = DEFAULT
371 MaxProtocol = TLSv1.1
372 MinProtocol = TLSv1.1
373 Options = SessionTicket
374 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
375
376 [8-resumption-resume-server]
377 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
378 CipherString = DEFAULT
379 MaxProtocol = TLSv1
380 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
381
382 [8-resumption-client]
383 CipherString = DEFAULT
384 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
385 VerifyMode = Peer
386
387 [test-8]
388 ExpectedProtocol = TLSv1
389 HandshakeMode = Resume
390 ResumptionExpected = No
391
392
393 # ===========================================================
394
395 [9-resumption]
396 ssl_conf = 9-resumption-ssl
397
398 [9-resumption-ssl]
399 server = 9-resumption-server
400 client = 9-resumption-client
401 resume-server = 9-resumption-resume-server
402 resume-client = 9-resumption-client
403
404 [9-resumption-server]
405 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
406 CipherString = DEFAULT
407 MaxProtocol = TLSv1.1
408 MinProtocol = TLSv1.1
409 Options = -SessionTicket
410 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
411
412 [9-resumption-resume-server]
413 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
414 CipherString = DEFAULT
415 MaxProtocol = TLSv1
416 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
417
418 [9-resumption-client]
419 CipherString = DEFAULT
420 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
421 VerifyMode = Peer
422
423 [test-9]
424 ExpectedProtocol = TLSv1
425 HandshakeMode = Resume
426 ResumptionExpected = No
427
428
429 # ===========================================================
430
431 [10-resumption]
432 ssl_conf = 10-resumption-ssl
433
434 [10-resumption-ssl]
435 server = 10-resumption-server
436 client = 10-resumption-client
437 resume-server = 10-resumption-resume-server
438 resume-client = 10-resumption-client
439
440 [10-resumption-server]
441 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
442 CipherString = DEFAULT
443 MaxProtocol = TLSv1.1
444 MinProtocol = TLSv1.1
445 Options = SessionTicket
446 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
447
448 [10-resumption-resume-server]
449 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
450 CipherString = DEFAULT
451 MaxProtocol = TLSv1.1
452 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
453
454 [10-resumption-client]
455 CipherString = DEFAULT
456 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
457 VerifyMode = Peer
458
459 [test-10]
460 ExpectedProtocol = TLSv1.1
461 HandshakeMode = Resume
462 ResumptionExpected = Yes
463
464
465 # ===========================================================
466
467 [11-resumption]
468 ssl_conf = 11-resumption-ssl
469
470 [11-resumption-ssl]
471 server = 11-resumption-server
472 client = 11-resumption-client
473 resume-server = 11-resumption-resume-server
474 resume-client = 11-resumption-client
475
476 [11-resumption-server]
477 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
478 CipherString = DEFAULT
479 MaxProtocol = TLSv1.1
480 MinProtocol = TLSv1.1
481 Options = -SessionTicket
482 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
483
484 [11-resumption-resume-server]
485 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
486 CipherString = DEFAULT
487 MaxProtocol = TLSv1.1
488 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
489
490 [11-resumption-client]
491 CipherString = DEFAULT
492 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
493 VerifyMode = Peer
494
495 [test-11]
496 ExpectedProtocol = TLSv1.1
497 HandshakeMode = Resume
498 ResumptionExpected = Yes
499
500
501 # ===========================================================
502
503 [12-resumption]
504 ssl_conf = 12-resumption-ssl
505
506 [12-resumption-ssl]
507 server = 12-resumption-server
508 client = 12-resumption-client
509 resume-server = 12-resumption-resume-server
510 resume-client = 12-resumption-client
511
512 [12-resumption-server]
513 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
514 CipherString = DEFAULT
515 MaxProtocol = TLSv1.1
516 MinProtocol = TLSv1.1
517 Options = SessionTicket
518 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
519
520 [12-resumption-resume-server]
521 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
522 CipherString = DEFAULT
523 MaxProtocol = TLSv1.2
524 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
525
526 [12-resumption-client]
527 CipherString = DEFAULT
528 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
529 VerifyMode = Peer
530
531 [test-12]
532 ExpectedProtocol = TLSv1.2
533 HandshakeMode = Resume
534 ResumptionExpected = No
535
536
537 # ===========================================================
538
539 [13-resumption]
540 ssl_conf = 13-resumption-ssl
541
542 [13-resumption-ssl]
543 server = 13-resumption-server
544 client = 13-resumption-client
545 resume-server = 13-resumption-resume-server
546 resume-client = 13-resumption-client
547
548 [13-resumption-server]
549 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
550 CipherString = DEFAULT
551 MaxProtocol = TLSv1.1
552 MinProtocol = TLSv1.1
553 Options = -SessionTicket
554 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
555
556 [13-resumption-resume-server]
557 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
558 CipherString = DEFAULT
559 MaxProtocol = TLSv1.2
560 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
561
562 [13-resumption-client]
563 CipherString = DEFAULT
564 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
565 VerifyMode = Peer
566
567 [test-13]
568 ExpectedProtocol = TLSv1.2
569 HandshakeMode = Resume
570 ResumptionExpected = No
571
572
573 # ===========================================================
574
575 [14-resumption]
576 ssl_conf = 14-resumption-ssl
577
578 [14-resumption-ssl]
579 server = 14-resumption-server
580 client = 14-resumption-client
581 resume-server = 14-resumption-resume-server
582 resume-client = 14-resumption-client
583
584 [14-resumption-server]
585 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
586 CipherString = DEFAULT
587 MaxProtocol = TLSv1.1
588 MinProtocol = TLSv1.1
589 Options = SessionTicket
590 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
591
592 [14-resumption-resume-server]
593 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
594 CipherString = DEFAULT
595 MaxProtocol = TLSv1.3
596 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
597
598 [14-resumption-client]
599 CipherString = DEFAULT
600 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
601 VerifyMode = Peer
602
603 [test-14]
604 ExpectedProtocol = TLSv1.3
605 HandshakeMode = Resume
606 ResumptionExpected = No
607
608
609 # ===========================================================
610
611 [15-resumption]
612 ssl_conf = 15-resumption-ssl
613
614 [15-resumption-ssl]
615 server = 15-resumption-server
616 client = 15-resumption-client
617 resume-server = 15-resumption-resume-server
618 resume-client = 15-resumption-client
619
620 [15-resumption-server]
621 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
622 CipherString = DEFAULT
623 MaxProtocol = TLSv1.1
624 MinProtocol = TLSv1.1
625 Options = -SessionTicket
626 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
627
628 [15-resumption-resume-server]
629 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
630 CipherString = DEFAULT
631 MaxProtocol = TLSv1.3
632 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
633
634 [15-resumption-client]
635 CipherString = DEFAULT
636 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
637 VerifyMode = Peer
638
639 [test-15]
640 ExpectedProtocol = TLSv1.3
641 HandshakeMode = Resume
642 ResumptionExpected = No
643
644
645 # ===========================================================
646
647 [16-resumption]
648 ssl_conf = 16-resumption-ssl
649
650 [16-resumption-ssl]
651 server = 16-resumption-server
652 client = 16-resumption-client
653 resume-server = 16-resumption-resume-server
654 resume-client = 16-resumption-client
655
656 [16-resumption-server]
657 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
658 CipherString = DEFAULT
659 MaxProtocol = TLSv1.2
660 MinProtocol = TLSv1.2
661 Options = SessionTicket
662 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
663
664 [16-resumption-resume-server]
665 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
666 CipherString = DEFAULT
667 MaxProtocol = TLSv1
668 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
669
670 [16-resumption-client]
671 CipherString = DEFAULT
672 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
673 VerifyMode = Peer
674
675 [test-16]
676 ExpectedProtocol = TLSv1
677 HandshakeMode = Resume
678 ResumptionExpected = No
679
680
681 # ===========================================================
682
683 [17-resumption]
684 ssl_conf = 17-resumption-ssl
685
686 [17-resumption-ssl]
687 server = 17-resumption-server
688 client = 17-resumption-client
689 resume-server = 17-resumption-resume-server
690 resume-client = 17-resumption-client
691
692 [17-resumption-server]
693 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
694 CipherString = DEFAULT
695 MaxProtocol = TLSv1.2
696 MinProtocol = TLSv1.2
697 Options = -SessionTicket
698 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
699
700 [17-resumption-resume-server]
701 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
702 CipherString = DEFAULT
703 MaxProtocol = TLSv1
704 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
705
706 [17-resumption-client]
707 CipherString = DEFAULT
708 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
709 VerifyMode = Peer
710
711 [test-17]
712 ExpectedProtocol = TLSv1
713 HandshakeMode = Resume
714 ResumptionExpected = No
715
716
717 # ===========================================================
718
719 [18-resumption]
720 ssl_conf = 18-resumption-ssl
721
722 [18-resumption-ssl]
723 server = 18-resumption-server
724 client = 18-resumption-client
725 resume-server = 18-resumption-resume-server
726 resume-client = 18-resumption-client
727
728 [18-resumption-server]
729 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
730 CipherString = DEFAULT
731 MaxProtocol = TLSv1.2
732 MinProtocol = TLSv1.2
733 Options = SessionTicket
734 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
735
736 [18-resumption-resume-server]
737 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
738 CipherString = DEFAULT
739 MaxProtocol = TLSv1.1
740 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
741
742 [18-resumption-client]
743 CipherString = DEFAULT
744 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
745 VerifyMode = Peer
746
747 [test-18]
748 ExpectedProtocol = TLSv1.1
749 HandshakeMode = Resume
750 ResumptionExpected = No
751
752
753 # ===========================================================
754
755 [19-resumption]
756 ssl_conf = 19-resumption-ssl
757
758 [19-resumption-ssl]
759 server = 19-resumption-server
760 client = 19-resumption-client
761 resume-server = 19-resumption-resume-server
762 resume-client = 19-resumption-client
763
764 [19-resumption-server]
765 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
766 CipherString = DEFAULT
767 MaxProtocol = TLSv1.2
768 MinProtocol = TLSv1.2
769 Options = -SessionTicket
770 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
771
772 [19-resumption-resume-server]
773 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
774 CipherString = DEFAULT
775 MaxProtocol = TLSv1.1
776 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
777
778 [19-resumption-client]
779 CipherString = DEFAULT
780 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
781 VerifyMode = Peer
782
783 [test-19]
784 ExpectedProtocol = TLSv1.1
785 HandshakeMode = Resume
786 ResumptionExpected = No
787
788
789 # ===========================================================
790
791 [20-resumption]
792 ssl_conf = 20-resumption-ssl
793
794 [20-resumption-ssl]
795 server = 20-resumption-server
796 client = 20-resumption-client
797 resume-server = 20-resumption-resume-server
798 resume-client = 20-resumption-client
799
800 [20-resumption-server]
801 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
802 CipherString = DEFAULT
803 MaxProtocol = TLSv1.2
804 MinProtocol = TLSv1.2
805 Options = SessionTicket
806 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
807
808 [20-resumption-resume-server]
809 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
810 CipherString = DEFAULT
811 MaxProtocol = TLSv1.2
812 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
813
814 [20-resumption-client]
815 CipherString = DEFAULT
816 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
817 VerifyMode = Peer
818
819 [test-20]
820 ExpectedProtocol = TLSv1.2
821 HandshakeMode = Resume
822 ResumptionExpected = Yes
823
824
825 # ===========================================================
826
827 [21-resumption]
828 ssl_conf = 21-resumption-ssl
829
830 [21-resumption-ssl]
831 server = 21-resumption-server
832 client = 21-resumption-client
833 resume-server = 21-resumption-resume-server
834 resume-client = 21-resumption-client
835
836 [21-resumption-server]
837 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
838 CipherString = DEFAULT
839 MaxProtocol = TLSv1.2
840 MinProtocol = TLSv1.2
841 Options = -SessionTicket
842 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
843
844 [21-resumption-resume-server]
845 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
846 CipherString = DEFAULT
847 MaxProtocol = TLSv1.2
848 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
849
850 [21-resumption-client]
851 CipherString = DEFAULT
852 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
853 VerifyMode = Peer
854
855 [test-21]
856 ExpectedProtocol = TLSv1.2
857 HandshakeMode = Resume
858 ResumptionExpected = Yes
859
860
861 # ===========================================================
862
863 [22-resumption]
864 ssl_conf = 22-resumption-ssl
865
866 [22-resumption-ssl]
867 server = 22-resumption-server
868 client = 22-resumption-client
869 resume-server = 22-resumption-resume-server
870 resume-client = 22-resumption-client
871
872 [22-resumption-server]
873 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
874 CipherString = DEFAULT
875 MaxProtocol = TLSv1.2
876 MinProtocol = TLSv1.2
877 Options = SessionTicket
878 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
879
880 [22-resumption-resume-server]
881 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
882 CipherString = DEFAULT
883 MaxProtocol = TLSv1.3
884 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
885
886 [22-resumption-client]
887 CipherString = DEFAULT
888 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
889 VerifyMode = Peer
890
891 [test-22]
892 ExpectedProtocol = TLSv1.3
893 HandshakeMode = Resume
894 ResumptionExpected = No
895
896
897 # ===========================================================
898
899 [23-resumption]
900 ssl_conf = 23-resumption-ssl
901
902 [23-resumption-ssl]
903 server = 23-resumption-server
904 client = 23-resumption-client
905 resume-server = 23-resumption-resume-server
906 resume-client = 23-resumption-client
907
908 [23-resumption-server]
909 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
910 CipherString = DEFAULT
911 MaxProtocol = TLSv1.2
912 MinProtocol = TLSv1.2
913 Options = -SessionTicket
914 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
915
916 [23-resumption-resume-server]
917 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
918 CipherString = DEFAULT
919 MaxProtocol = TLSv1.3
920 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
921
922 [23-resumption-client]
923 CipherString = DEFAULT
924 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
925 VerifyMode = Peer
926
927 [test-23]
928 ExpectedProtocol = TLSv1.3
929 HandshakeMode = Resume
930 ResumptionExpected = No
931
932
933 # ===========================================================
934
935 [24-resumption]
936 ssl_conf = 24-resumption-ssl
937
938 [24-resumption-ssl]
939 server = 24-resumption-server
940 client = 24-resumption-client
941 resume-server = 24-resumption-resume-server
942 resume-client = 24-resumption-client
943
944 [24-resumption-server]
945 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
946 CipherString = DEFAULT
947 MaxProtocol = TLSv1.3
948 MinProtocol = TLSv1.3
949 Options = SessionTicket
950 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
951
952 [24-resumption-resume-server]
953 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
954 CipherString = DEFAULT
955 MaxProtocol = TLSv1
956 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
957
958 [24-resumption-client]
959 CipherString = DEFAULT
960 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
961 VerifyMode = Peer
962
963 [test-24]
964 ExpectedProtocol = TLSv1
965 HandshakeMode = Resume
966 ResumptionExpected = No
967
968
969 # ===========================================================
970
971 [25-resumption]
972 ssl_conf = 25-resumption-ssl
973
974 [25-resumption-ssl]
975 server = 25-resumption-server
976 client = 25-resumption-client
977 resume-server = 25-resumption-resume-server
978 resume-client = 25-resumption-client
979
980 [25-resumption-server]
981 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
982 CipherString = DEFAULT
983 MaxProtocol = TLSv1.3
984 MinProtocol = TLSv1.3
985 Options = -SessionTicket
986 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
987
988 [25-resumption-resume-server]
989 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
990 CipherString = DEFAULT
991 MaxProtocol = TLSv1
992 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
993
994 [25-resumption-client]
995 CipherString = DEFAULT
996 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
997 VerifyMode = Peer
998
999 [test-25]
1000 ExpectedProtocol = TLSv1
1001 HandshakeMode = Resume
1002 ResumptionExpected = No
1003
1004
1005 # ===========================================================
1006
1007 [26-resumption]
1008 ssl_conf = 26-resumption-ssl
1009
1010 [26-resumption-ssl]
1011 server = 26-resumption-server
1012 client = 26-resumption-client
1013 resume-server = 26-resumption-resume-server
1014 resume-client = 26-resumption-client
1015
1016 [26-resumption-server]
1017 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1018 CipherString = DEFAULT
1019 MaxProtocol = TLSv1.3
1020 MinProtocol = TLSv1.3
1021 Options = SessionTicket
1022 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1023
1024 [26-resumption-resume-server]
1025 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1026 CipherString = DEFAULT
1027 MaxProtocol = TLSv1.1
1028 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1029
1030 [26-resumption-client]
1031 CipherString = DEFAULT
1032 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1033 VerifyMode = Peer
1034
1035 [test-26]
1036 ExpectedProtocol = TLSv1.1
1037 HandshakeMode = Resume
1038 ResumptionExpected = No
1039
1040
1041 # ===========================================================
1042
1043 [27-resumption]
1044 ssl_conf = 27-resumption-ssl
1045
1046 [27-resumption-ssl]
1047 server = 27-resumption-server
1048 client = 27-resumption-client
1049 resume-server = 27-resumption-resume-server
1050 resume-client = 27-resumption-client
1051
1052 [27-resumption-server]
1053 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1054 CipherString = DEFAULT
1055 MaxProtocol = TLSv1.3
1056 MinProtocol = TLSv1.3
1057 Options = -SessionTicket
1058 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1059
1060 [27-resumption-resume-server]
1061 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1062 CipherString = DEFAULT
1063 MaxProtocol = TLSv1.1
1064 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1065
1066 [27-resumption-client]
1067 CipherString = DEFAULT
1068 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1069 VerifyMode = Peer
1070
1071 [test-27]
1072 ExpectedProtocol = TLSv1.1
1073 HandshakeMode = Resume
1074 ResumptionExpected = No
1075
1076
1077 # ===========================================================
1078
1079 [28-resumption]
1080 ssl_conf = 28-resumption-ssl
1081
1082 [28-resumption-ssl]
1083 server = 28-resumption-server
1084 client = 28-resumption-client
1085 resume-server = 28-resumption-resume-server
1086 resume-client = 28-resumption-client
1087
1088 [28-resumption-server]
1089 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1090 CipherString = DEFAULT
1091 MaxProtocol = TLSv1.3
1092 MinProtocol = TLSv1.3
1093 Options = SessionTicket
1094 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1095
1096 [28-resumption-resume-server]
1097 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1098 CipherString = DEFAULT
1099 MaxProtocol = TLSv1.2
1100 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1101
1102 [28-resumption-client]
1103 CipherString = DEFAULT
1104 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1105 VerifyMode = Peer
1106
1107 [test-28]
1108 ExpectedProtocol = TLSv1.2
1109 HandshakeMode = Resume
1110 ResumptionExpected = No
1111
1112
1113 # ===========================================================
1114
1115 [29-resumption]
1116 ssl_conf = 29-resumption-ssl
1117
1118 [29-resumption-ssl]
1119 server = 29-resumption-server
1120 client = 29-resumption-client
1121 resume-server = 29-resumption-resume-server
1122 resume-client = 29-resumption-client
1123
1124 [29-resumption-server]
1125 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1126 CipherString = DEFAULT
1127 MaxProtocol = TLSv1.3
1128 MinProtocol = TLSv1.3
1129 Options = -SessionTicket
1130 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1131
1132 [29-resumption-resume-server]
1133 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1134 CipherString = DEFAULT
1135 MaxProtocol = TLSv1.2
1136 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1137
1138 [29-resumption-client]
1139 CipherString = DEFAULT
1140 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1141 VerifyMode = Peer
1142
1143 [test-29]
1144 ExpectedProtocol = TLSv1.2
1145 HandshakeMode = Resume
1146 ResumptionExpected = No
1147
1148
1149 # ===========================================================
1150
1151 [30-resumption]
1152 ssl_conf = 30-resumption-ssl
1153
1154 [30-resumption-ssl]
1155 server = 30-resumption-server
1156 client = 30-resumption-client
1157 resume-server = 30-resumption-resume-server
1158 resume-client = 30-resumption-client
1159
1160 [30-resumption-server]
1161 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1162 CipherString = DEFAULT
1163 MaxProtocol = TLSv1.3
1164 MinProtocol = TLSv1.3
1165 Options = SessionTicket
1166 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1167
1168 [30-resumption-resume-server]
1169 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1170 CipherString = DEFAULT
1171 MaxProtocol = TLSv1.3
1172 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1173
1174 [30-resumption-client]
1175 CipherString = DEFAULT
1176 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1177 VerifyMode = Peer
1178
1179 [test-30]
1180 ExpectedProtocol = TLSv1.3
1181 HandshakeMode = Resume
1182 ResumptionExpected = Yes
1183
1184
1185 # ===========================================================
1186
1187 [31-resumption]
1188 ssl_conf = 31-resumption-ssl
1189
1190 [31-resumption-ssl]
1191 server = 31-resumption-server
1192 client = 31-resumption-client
1193 resume-server = 31-resumption-resume-server
1194 resume-client = 31-resumption-client
1195
1196 [31-resumption-server]
1197 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1198 CipherString = DEFAULT
1199 MaxProtocol = TLSv1.3
1200 MinProtocol = TLSv1.3
1201 Options = -SessionTicket
1202 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1203
1204 [31-resumption-resume-server]
1205 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1206 CipherString = DEFAULT
1207 MaxProtocol = TLSv1.3
1208 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1209
1210 [31-resumption-client]
1211 CipherString = DEFAULT
1212 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1213 VerifyMode = Peer
1214
1215 [test-31]
1216 ExpectedProtocol = TLSv1.3
1217 HandshakeMode = Resume
1218 ResumptionExpected = Yes
1219
1220
1221 # ===========================================================
1222
1223 [32-resumption]
1224 ssl_conf = 32-resumption-ssl
1225
1226 [32-resumption-ssl]
1227 server = 32-resumption-server
1228 client = 32-resumption-client
1229 resume-server = 32-resumption-server
1230 resume-client = 32-resumption-resume-client
1231
1232 [32-resumption-server]
1233 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1234 CipherString = DEFAULT
1235 Options = SessionTicket
1236 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1237
1238 [32-resumption-client]
1239 CipherString = DEFAULT
1240 MaxProtocol = TLSv1
1241 MinProtocol = TLSv1
1242 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1243 VerifyMode = Peer
1244
1245 [32-resumption-resume-client]
1246 CipherString = DEFAULT
1247 MaxProtocol = TLSv1
1248 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1249 VerifyMode = Peer
1250
1251 [test-32]
1252 ExpectedProtocol = TLSv1
1253 HandshakeMode = Resume
1254 ResumptionExpected = Yes
1255
1256
1257 # ===========================================================
1258
1259 [33-resumption]
1260 ssl_conf = 33-resumption-ssl
1261
1262 [33-resumption-ssl]
1263 server = 33-resumption-server
1264 client = 33-resumption-client
1265 resume-server = 33-resumption-server
1266 resume-client = 33-resumption-resume-client
1267
1268 [33-resumption-server]
1269 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1270 CipherString = DEFAULT
1271 Options = -SessionTicket
1272 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1273
1274 [33-resumption-client]
1275 CipherString = DEFAULT
1276 MaxProtocol = TLSv1
1277 MinProtocol = TLSv1
1278 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1279 VerifyMode = Peer
1280
1281 [33-resumption-resume-client]
1282 CipherString = DEFAULT
1283 MaxProtocol = TLSv1
1284 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1285 VerifyMode = Peer
1286
1287 [test-33]
1288 ExpectedProtocol = TLSv1
1289 HandshakeMode = Resume
1290 ResumptionExpected = Yes
1291
1292
1293 # ===========================================================
1294
1295 [34-resumption]
1296 ssl_conf = 34-resumption-ssl
1297
1298 [34-resumption-ssl]
1299 server = 34-resumption-server
1300 client = 34-resumption-client
1301 resume-server = 34-resumption-server
1302 resume-client = 34-resumption-resume-client
1303
1304 [34-resumption-server]
1305 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1306 CipherString = DEFAULT
1307 Options = SessionTicket
1308 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1309
1310 [34-resumption-client]
1311 CipherString = DEFAULT
1312 MaxProtocol = TLSv1
1313 MinProtocol = TLSv1
1314 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1315 VerifyMode = Peer
1316
1317 [34-resumption-resume-client]
1318 CipherString = DEFAULT
1319 MaxProtocol = TLSv1.1
1320 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1321 VerifyMode = Peer
1322
1323 [test-34]
1324 ExpectedProtocol = TLSv1.1
1325 HandshakeMode = Resume
1326 ResumptionExpected = No
1327
1328
1329 # ===========================================================
1330
1331 [35-resumption]
1332 ssl_conf = 35-resumption-ssl
1333
1334 [35-resumption-ssl]
1335 server = 35-resumption-server
1336 client = 35-resumption-client
1337 resume-server = 35-resumption-server
1338 resume-client = 35-resumption-resume-client
1339
1340 [35-resumption-server]
1341 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1342 CipherString = DEFAULT
1343 Options = -SessionTicket
1344 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1345
1346 [35-resumption-client]
1347 CipherString = DEFAULT
1348 MaxProtocol = TLSv1
1349 MinProtocol = TLSv1
1350 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1351 VerifyMode = Peer
1352
1353 [35-resumption-resume-client]
1354 CipherString = DEFAULT
1355 MaxProtocol = TLSv1.1
1356 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1357 VerifyMode = Peer
1358
1359 [test-35]
1360 ExpectedProtocol = TLSv1.1
1361 HandshakeMode = Resume
1362 ResumptionExpected = No
1363
1364
1365 # ===========================================================
1366
1367 [36-resumption]
1368 ssl_conf = 36-resumption-ssl
1369
1370 [36-resumption-ssl]
1371 server = 36-resumption-server
1372 client = 36-resumption-client
1373 resume-server = 36-resumption-server
1374 resume-client = 36-resumption-resume-client
1375
1376 [36-resumption-server]
1377 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1378 CipherString = DEFAULT
1379 Options = SessionTicket
1380 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1381
1382 [36-resumption-client]
1383 CipherString = DEFAULT
1384 MaxProtocol = TLSv1
1385 MinProtocol = TLSv1
1386 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1387 VerifyMode = Peer
1388
1389 [36-resumption-resume-client]
1390 CipherString = DEFAULT
1391 MaxProtocol = TLSv1.2
1392 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1393 VerifyMode = Peer
1394
1395 [test-36]
1396 ExpectedProtocol = TLSv1.2
1397 HandshakeMode = Resume
1398 ResumptionExpected = No
1399
1400
1401 # ===========================================================
1402
1403 [37-resumption]
1404 ssl_conf = 37-resumption-ssl
1405
1406 [37-resumption-ssl]
1407 server = 37-resumption-server
1408 client = 37-resumption-client
1409 resume-server = 37-resumption-server
1410 resume-client = 37-resumption-resume-client
1411
1412 [37-resumption-server]
1413 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1414 CipherString = DEFAULT
1415 Options = -SessionTicket
1416 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1417
1418 [37-resumption-client]
1419 CipherString = DEFAULT
1420 MaxProtocol = TLSv1
1421 MinProtocol = TLSv1
1422 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1423 VerifyMode = Peer
1424
1425 [37-resumption-resume-client]
1426 CipherString = DEFAULT
1427 MaxProtocol = TLSv1.2
1428 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1429 VerifyMode = Peer
1430
1431 [test-37]
1432 ExpectedProtocol = TLSv1.2
1433 HandshakeMode = Resume
1434 ResumptionExpected = No
1435
1436
1437 # ===========================================================
1438
1439 [38-resumption]
1440 ssl_conf = 38-resumption-ssl
1441
1442 [38-resumption-ssl]
1443 server = 38-resumption-server
1444 client = 38-resumption-client
1445 resume-server = 38-resumption-server
1446 resume-client = 38-resumption-resume-client
1447
1448 [38-resumption-server]
1449 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1450 CipherString = DEFAULT
1451 Options = SessionTicket
1452 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1453
1454 [38-resumption-client]
1455 CipherString = DEFAULT
1456 MaxProtocol = TLSv1
1457 MinProtocol = TLSv1
1458 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1459 VerifyMode = Peer
1460
1461 [38-resumption-resume-client]
1462 CipherString = DEFAULT
1463 MaxProtocol = TLSv1.3
1464 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1465 VerifyMode = Peer
1466
1467 [test-38]
1468 ExpectedProtocol = TLSv1.3
1469 HandshakeMode = Resume
1470 ResumptionExpected = No
1471
1472
1473 # ===========================================================
1474
1475 [39-resumption]
1476 ssl_conf = 39-resumption-ssl
1477
1478 [39-resumption-ssl]
1479 server = 39-resumption-server
1480 client = 39-resumption-client
1481 resume-server = 39-resumption-server
1482 resume-client = 39-resumption-resume-client
1483
1484 [39-resumption-server]
1485 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1486 CipherString = DEFAULT
1487 Options = -SessionTicket
1488 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1489
1490 [39-resumption-client]
1491 CipherString = DEFAULT
1492 MaxProtocol = TLSv1
1493 MinProtocol = TLSv1
1494 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1495 VerifyMode = Peer
1496
1497 [39-resumption-resume-client]
1498 CipherString = DEFAULT
1499 MaxProtocol = TLSv1.3
1500 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1501 VerifyMode = Peer
1502
1503 [test-39]
1504 ExpectedProtocol = TLSv1.3
1505 HandshakeMode = Resume
1506 ResumptionExpected = No
1507
1508
1509 # ===========================================================
1510
1511 [40-resumption]
1512 ssl_conf = 40-resumption-ssl
1513
1514 [40-resumption-ssl]
1515 server = 40-resumption-server
1516 client = 40-resumption-client
1517 resume-server = 40-resumption-server
1518 resume-client = 40-resumption-resume-client
1519
1520 [40-resumption-server]
1521 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1522 CipherString = DEFAULT
1523 Options = SessionTicket
1524 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1525
1526 [40-resumption-client]
1527 CipherString = DEFAULT
1528 MaxProtocol = TLSv1.1
1529 MinProtocol = TLSv1.1
1530 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1531 VerifyMode = Peer
1532
1533 [40-resumption-resume-client]
1534 CipherString = DEFAULT
1535 MaxProtocol = TLSv1
1536 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1537 VerifyMode = Peer
1538
1539 [test-40]
1540 ExpectedProtocol = TLSv1
1541 HandshakeMode = Resume
1542 ResumptionExpected = No
1543
1544
1545 # ===========================================================
1546
1547 [41-resumption]
1548 ssl_conf = 41-resumption-ssl
1549
1550 [41-resumption-ssl]
1551 server = 41-resumption-server
1552 client = 41-resumption-client
1553 resume-server = 41-resumption-server
1554 resume-client = 41-resumption-resume-client
1555
1556 [41-resumption-server]
1557 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1558 CipherString = DEFAULT
1559 Options = -SessionTicket
1560 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1561
1562 [41-resumption-client]
1563 CipherString = DEFAULT
1564 MaxProtocol = TLSv1.1
1565 MinProtocol = TLSv1.1
1566 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1567 VerifyMode = Peer
1568
1569 [41-resumption-resume-client]
1570 CipherString = DEFAULT
1571 MaxProtocol = TLSv1
1572 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1573 VerifyMode = Peer
1574
1575 [test-41]
1576 ExpectedProtocol = TLSv1
1577 HandshakeMode = Resume
1578 ResumptionExpected = No
1579
1580
1581 # ===========================================================
1582
1583 [42-resumption]
1584 ssl_conf = 42-resumption-ssl
1585
1586 [42-resumption-ssl]
1587 server = 42-resumption-server
1588 client = 42-resumption-client
1589 resume-server = 42-resumption-server
1590 resume-client = 42-resumption-resume-client
1591
1592 [42-resumption-server]
1593 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1594 CipherString = DEFAULT
1595 Options = SessionTicket
1596 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1597
1598 [42-resumption-client]
1599 CipherString = DEFAULT
1600 MaxProtocol = TLSv1.1
1601 MinProtocol = TLSv1.1
1602 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1603 VerifyMode = Peer
1604
1605 [42-resumption-resume-client]
1606 CipherString = DEFAULT
1607 MaxProtocol = TLSv1.1
1608 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1609 VerifyMode = Peer
1610
1611 [test-42]
1612 ExpectedProtocol = TLSv1.1
1613 HandshakeMode = Resume
1614 ResumptionExpected = Yes
1615
1616
1617 # ===========================================================
1618
1619 [43-resumption]
1620 ssl_conf = 43-resumption-ssl
1621
1622 [43-resumption-ssl]
1623 server = 43-resumption-server
1624 client = 43-resumption-client
1625 resume-server = 43-resumption-server
1626 resume-client = 43-resumption-resume-client
1627
1628 [43-resumption-server]
1629 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1630 CipherString = DEFAULT
1631 Options = -SessionTicket
1632 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1633
1634 [43-resumption-client]
1635 CipherString = DEFAULT
1636 MaxProtocol = TLSv1.1
1637 MinProtocol = TLSv1.1
1638 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1639 VerifyMode = Peer
1640
1641 [43-resumption-resume-client]
1642 CipherString = DEFAULT
1643 MaxProtocol = TLSv1.1
1644 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1645 VerifyMode = Peer
1646
1647 [test-43]
1648 ExpectedProtocol = TLSv1.1
1649 HandshakeMode = Resume
1650 ResumptionExpected = Yes
1651
1652
1653 # ===========================================================
1654
1655 [44-resumption]
1656 ssl_conf = 44-resumption-ssl
1657
1658 [44-resumption-ssl]
1659 server = 44-resumption-server
1660 client = 44-resumption-client
1661 resume-server = 44-resumption-server
1662 resume-client = 44-resumption-resume-client
1663
1664 [44-resumption-server]
1665 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1666 CipherString = DEFAULT
1667 Options = SessionTicket
1668 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1669
1670 [44-resumption-client]
1671 CipherString = DEFAULT
1672 MaxProtocol = TLSv1.1
1673 MinProtocol = TLSv1.1
1674 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1675 VerifyMode = Peer
1676
1677 [44-resumption-resume-client]
1678 CipherString = DEFAULT
1679 MaxProtocol = TLSv1.2
1680 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1681 VerifyMode = Peer
1682
1683 [test-44]
1684 ExpectedProtocol = TLSv1.2
1685 HandshakeMode = Resume
1686 ResumptionExpected = No
1687
1688
1689 # ===========================================================
1690
1691 [45-resumption]
1692 ssl_conf = 45-resumption-ssl
1693
1694 [45-resumption-ssl]
1695 server = 45-resumption-server
1696 client = 45-resumption-client
1697 resume-server = 45-resumption-server
1698 resume-client = 45-resumption-resume-client
1699
1700 [45-resumption-server]
1701 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1702 CipherString = DEFAULT
1703 Options = -SessionTicket
1704 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1705
1706 [45-resumption-client]
1707 CipherString = DEFAULT
1708 MaxProtocol = TLSv1.1
1709 MinProtocol = TLSv1.1
1710 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1711 VerifyMode = Peer
1712
1713 [45-resumption-resume-client]
1714 CipherString = DEFAULT
1715 MaxProtocol = TLSv1.2
1716 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1717 VerifyMode = Peer
1718
1719 [test-45]
1720 ExpectedProtocol = TLSv1.2
1721 HandshakeMode = Resume
1722 ResumptionExpected = No
1723
1724
1725 # ===========================================================
1726
1727 [46-resumption]
1728 ssl_conf = 46-resumption-ssl
1729
1730 [46-resumption-ssl]
1731 server = 46-resumption-server
1732 client = 46-resumption-client
1733 resume-server = 46-resumption-server
1734 resume-client = 46-resumption-resume-client
1735
1736 [46-resumption-server]
1737 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1738 CipherString = DEFAULT
1739 Options = SessionTicket
1740 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1741
1742 [46-resumption-client]
1743 CipherString = DEFAULT
1744 MaxProtocol = TLSv1.1
1745 MinProtocol = TLSv1.1
1746 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1747 VerifyMode = Peer
1748
1749 [46-resumption-resume-client]
1750 CipherString = DEFAULT
1751 MaxProtocol = TLSv1.3
1752 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1753 VerifyMode = Peer
1754
1755 [test-46]
1756 ExpectedProtocol = TLSv1.3
1757 HandshakeMode = Resume
1758 ResumptionExpected = No
1759
1760
1761 # ===========================================================
1762
1763 [47-resumption]
1764 ssl_conf = 47-resumption-ssl
1765
1766 [47-resumption-ssl]
1767 server = 47-resumption-server
1768 client = 47-resumption-client
1769 resume-server = 47-resumption-server
1770 resume-client = 47-resumption-resume-client
1771
1772 [47-resumption-server]
1773 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1774 CipherString = DEFAULT
1775 Options = -SessionTicket
1776 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1777
1778 [47-resumption-client]
1779 CipherString = DEFAULT
1780 MaxProtocol = TLSv1.1
1781 MinProtocol = TLSv1.1
1782 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1783 VerifyMode = Peer
1784
1785 [47-resumption-resume-client]
1786 CipherString = DEFAULT
1787 MaxProtocol = TLSv1.3
1788 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1789 VerifyMode = Peer
1790
1791 [test-47]
1792 ExpectedProtocol = TLSv1.3
1793 HandshakeMode = Resume
1794 ResumptionExpected = No
1795
1796
1797 # ===========================================================
1798
1799 [48-resumption]
1800 ssl_conf = 48-resumption-ssl
1801
1802 [48-resumption-ssl]
1803 server = 48-resumption-server
1804 client = 48-resumption-client
1805 resume-server = 48-resumption-server
1806 resume-client = 48-resumption-resume-client
1807
1808 [48-resumption-server]
1809 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1810 CipherString = DEFAULT
1811 Options = SessionTicket
1812 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1813
1814 [48-resumption-client]
1815 CipherString = DEFAULT
1816 MaxProtocol = TLSv1.2
1817 MinProtocol = TLSv1.2
1818 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1819 VerifyMode = Peer
1820
1821 [48-resumption-resume-client]
1822 CipherString = DEFAULT
1823 MaxProtocol = TLSv1
1824 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1825 VerifyMode = Peer
1826
1827 [test-48]
1828 ExpectedProtocol = TLSv1
1829 HandshakeMode = Resume
1830 ResumptionExpected = No
1831
1832
1833 # ===========================================================
1834
1835 [49-resumption]
1836 ssl_conf = 49-resumption-ssl
1837
1838 [49-resumption-ssl]
1839 server = 49-resumption-server
1840 client = 49-resumption-client
1841 resume-server = 49-resumption-server
1842 resume-client = 49-resumption-resume-client
1843
1844 [49-resumption-server]
1845 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1846 CipherString = DEFAULT
1847 Options = -SessionTicket
1848 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1849
1850 [49-resumption-client]
1851 CipherString = DEFAULT
1852 MaxProtocol = TLSv1.2
1853 MinProtocol = TLSv1.2
1854 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1855 VerifyMode = Peer
1856
1857 [49-resumption-resume-client]
1858 CipherString = DEFAULT
1859 MaxProtocol = TLSv1
1860 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1861 VerifyMode = Peer
1862
1863 [test-49]
1864 ExpectedProtocol = TLSv1
1865 HandshakeMode = Resume
1866 ResumptionExpected = No
1867
1868
1869 # ===========================================================
1870
1871 [50-resumption]
1872 ssl_conf = 50-resumption-ssl
1873
1874 [50-resumption-ssl]
1875 server = 50-resumption-server
1876 client = 50-resumption-client
1877 resume-server = 50-resumption-server
1878 resume-client = 50-resumption-resume-client
1879
1880 [50-resumption-server]
1881 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1882 CipherString = DEFAULT
1883 Options = SessionTicket
1884 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1885
1886 [50-resumption-client]
1887 CipherString = DEFAULT
1888 MaxProtocol = TLSv1.2
1889 MinProtocol = TLSv1.2
1890 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1891 VerifyMode = Peer
1892
1893 [50-resumption-resume-client]
1894 CipherString = DEFAULT
1895 MaxProtocol = TLSv1.1
1896 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1897 VerifyMode = Peer
1898
1899 [test-50]
1900 ExpectedProtocol = TLSv1.1
1901 HandshakeMode = Resume
1902 ResumptionExpected = No
1903
1904
1905 # ===========================================================
1906
1907 [51-resumption]
1908 ssl_conf = 51-resumption-ssl
1909
1910 [51-resumption-ssl]
1911 server = 51-resumption-server
1912 client = 51-resumption-client
1913 resume-server = 51-resumption-server
1914 resume-client = 51-resumption-resume-client
1915
1916 [51-resumption-server]
1917 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1918 CipherString = DEFAULT
1919 Options = -SessionTicket
1920 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1921
1922 [51-resumption-client]
1923 CipherString = DEFAULT
1924 MaxProtocol = TLSv1.2
1925 MinProtocol = TLSv1.2
1926 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1927 VerifyMode = Peer
1928
1929 [51-resumption-resume-client]
1930 CipherString = DEFAULT
1931 MaxProtocol = TLSv1.1
1932 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1933 VerifyMode = Peer
1934
1935 [test-51]
1936 ExpectedProtocol = TLSv1.1
1937 HandshakeMode = Resume
1938 ResumptionExpected = No
1939
1940
1941 # ===========================================================
1942
1943 [52-resumption]
1944 ssl_conf = 52-resumption-ssl
1945
1946 [52-resumption-ssl]
1947 server = 52-resumption-server
1948 client = 52-resumption-client
1949 resume-server = 52-resumption-server
1950 resume-client = 52-resumption-resume-client
1951
1952 [52-resumption-server]
1953 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1954 CipherString = DEFAULT
1955 Options = SessionTicket
1956 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1957
1958 [52-resumption-client]
1959 CipherString = DEFAULT
1960 MaxProtocol = TLSv1.2
1961 MinProtocol = TLSv1.2
1962 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1963 VerifyMode = Peer
1964
1965 [52-resumption-resume-client]
1966 CipherString = DEFAULT
1967 MaxProtocol = TLSv1.2
1968 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1969 VerifyMode = Peer
1970
1971 [test-52]
1972 ExpectedProtocol = TLSv1.2
1973 HandshakeMode = Resume
1974 ResumptionExpected = Yes
1975
1976
1977 # ===========================================================
1978
1979 [53-resumption]
1980 ssl_conf = 53-resumption-ssl
1981
1982 [53-resumption-ssl]
1983 server = 53-resumption-server
1984 client = 53-resumption-client
1985 resume-server = 53-resumption-server
1986 resume-client = 53-resumption-resume-client
1987
1988 [53-resumption-server]
1989 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1990 CipherString = DEFAULT
1991 Options = -SessionTicket
1992 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1993
1994 [53-resumption-client]
1995 CipherString = DEFAULT
1996 MaxProtocol = TLSv1.2
1997 MinProtocol = TLSv1.2
1998 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1999 VerifyMode = Peer
2000
2001 [53-resumption-resume-client]
2002 CipherString = DEFAULT
2003 MaxProtocol = TLSv1.2
2004 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
2005 VerifyMode = Peer
2006
2007 [test-53]
2008 ExpectedProtocol = TLSv1.2
2009 HandshakeMode = Resume
2010 ResumptionExpected = Yes
2011
2012
2013 # ===========================================================
2014
2015 [54-resumption]
2016 ssl_conf = 54-resumption-ssl
2017
2018 [54-resumption-ssl]
2019 server = 54-resumption-server
2020 client = 54-resumption-client
2021 resume-server = 54-resumption-server
2022 resume-client = 54-resumption-resume-client
2023
2024 [54-resumption-server]
2025 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
2026 CipherString = DEFAULT
2027 Options = SessionTicket
2028 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
2029
2030 [54-resumption-client]
2031 CipherString = DEFAULT
2032 MaxProtocol = TLSv1.2
2033 MinProtocol = TLSv1.2
2034 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
2035 VerifyMode = Peer
2036
2037 [54-resumption-resume-client]
2038 CipherString = DEFAULT
2039 MaxProtocol = TLSv1.3
2040 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
2041 VerifyMode = Peer
2042
2043 [test-54]
2044 ExpectedProtocol = TLSv1.3
2045 HandshakeMode = Resume
2046 ResumptionExpected = No
2047
2048
2049 # ===========================================================
2050
2051 [55-resumption]
2052 ssl_conf = 55-resumption-ssl
2053
2054 [55-resumption-ssl]
2055 server = 55-resumption-server
2056 client = 55-resumption-client
2057 resume-server = 55-resumption-server
2058 resume-client = 55-resumption-resume-client
2059
2060 [55-resumption-server]
2061 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
2062 CipherString = DEFAULT
2063 Options = -SessionTicket
2064 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
2065
2066 [55-resumption-client]
2067 CipherString = DEFAULT
2068 MaxProtocol = TLSv1.2
2069 MinProtocol = TLSv1.2
2070 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
2071 VerifyMode = Peer
2072
2073 [55-resumption-resume-client]
2074 CipherString = DEFAULT
2075 MaxProtocol = TLSv1.3
2076 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
2077 VerifyMode = Peer
2078
2079 [test-55]
2080 ExpectedProtocol = TLSv1.3
2081 HandshakeMode = Resume
2082 ResumptionExpected = No
2083
2084
2085 # ===========================================================
2086
2087 [56-resumption]
2088 ssl_conf = 56-resumption-ssl
2089
2090 [56-resumption-ssl]
2091 server = 56-resumption-server
2092 client = 56-resumption-client
2093 resume-server = 56-resumption-server
2094 resume-client = 56-resumption-resume-client
2095
2096 [56-resumption-server]
2097 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
2098 CipherString = DEFAULT
2099 Options = SessionTicket
2100 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
2101
2102 [56-resumption-client]
2103 CipherString = DEFAULT
2104 MaxProtocol = TLSv1.3
2105 MinProtocol = TLSv1.3
2106 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
2107 VerifyMode = Peer
2108
2109 [56-resumption-resume-client]
2110 CipherString = DEFAULT
2111 MaxProtocol = TLSv1
2112 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
2113 VerifyMode = Peer
2114
2115 [test-56]
2116 ExpectedProtocol = TLSv1
2117 HandshakeMode = Resume
2118 ResumptionExpected = No
2119
2120
2121 # ===========================================================
2122
2123 [57-resumption]
2124 ssl_conf = 57-resumption-ssl
2125
2126 [57-resumption-ssl]
2127 server = 57-resumption-server
2128 client = 57-resumption-client
2129 resume-server = 57-resumption-server
2130 resume-client = 57-resumption-resume-client
2131
2132 [57-resumption-server]
2133 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
2134 CipherString = DEFAULT
2135 Options = -SessionTicket
2136 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
2137
2138 [57-resumption-client]
2139 CipherString = DEFAULT
2140 MaxProtocol = TLSv1.3
2141 MinProtocol = TLSv1.3
2142 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
2143 VerifyMode = Peer
2144
2145 [57-resumption-resume-client]
2146 CipherString = DEFAULT
2147 MaxProtocol = TLSv1
2148 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
2149 VerifyMode = Peer
2150
2151 [test-57]
2152 ExpectedProtocol = TLSv1
2153 HandshakeMode = Resume
2154 ResumptionExpected = No
2155
2156
2157 # ===========================================================
2158
2159 [58-resumption]
2160 ssl_conf = 58-resumption-ssl
2161
2162 [58-resumption-ssl]
2163 server = 58-resumption-server
2164 client = 58-resumption-client
2165 resume-server = 58-resumption-server
2166 resume-client = 58-resumption-resume-client
2167
2168 [58-resumption-server]
2169 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
2170 CipherString = DEFAULT
2171 Options = SessionTicket
2172 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
2173
2174 [58-resumption-client]
2175 CipherString = DEFAULT
2176 MaxProtocol = TLSv1.3
2177 MinProtocol = TLSv1.3
2178 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
2179 VerifyMode = Peer
2180
2181 [58-resumption-resume-client]
2182 CipherString = DEFAULT
2183 MaxProtocol = TLSv1.1
2184 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
2185 VerifyMode = Peer
2186
2187 [test-58]
2188 ExpectedProtocol = TLSv1.1
2189 HandshakeMode = Resume
2190 ResumptionExpected = No
2191
2192
2193 # ===========================================================
2194
2195 [59-resumption]
2196 ssl_conf = 59-resumption-ssl
2197
2198 [59-resumption-ssl]
2199 server = 59-resumption-server
2200 client = 59-resumption-client
2201 resume-server = 59-resumption-server
2202 resume-client = 59-resumption-resume-client
2203
2204 [59-resumption-server]
2205 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
2206 CipherString = DEFAULT
2207 Options = -SessionTicket
2208 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
2209
2210 [59-resumption-client]
2211 CipherString = DEFAULT
2212 MaxProtocol = TLSv1.3
2213 MinProtocol = TLSv1.3
2214 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
2215 VerifyMode = Peer
2216
2217 [59-resumption-resume-client]
2218 CipherString = DEFAULT
2219 MaxProtocol = TLSv1.1
2220 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
2221 VerifyMode = Peer
2222
2223 [test-59]
2224 ExpectedProtocol = TLSv1.1
2225 HandshakeMode = Resume
2226 ResumptionExpected = No
2227
2228
2229 # ===========================================================
2230
2231 [60-resumption]
2232 ssl_conf = 60-resumption-ssl
2233
2234 [60-resumption-ssl]
2235 server = 60-resumption-server
2236 client = 60-resumption-client
2237 resume-server = 60-resumption-server
2238 resume-client = 60-resumption-resume-client
2239
2240 [60-resumption-server]
2241 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
2242 CipherString = DEFAULT
2243 Options = SessionTicket
2244 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
2245
2246 [60-resumption-client]
2247 CipherString = DEFAULT
2248 MaxProtocol = TLSv1.3
2249 MinProtocol = TLSv1.3
2250 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
2251 VerifyMode = Peer
2252
2253 [60-resumption-resume-client]
2254 CipherString = DEFAULT
2255 MaxProtocol = TLSv1.2
2256 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
2257 VerifyMode = Peer
2258
2259 [test-60]
2260 ExpectedProtocol = TLSv1.2
2261 HandshakeMode = Resume
2262 ResumptionExpected = No
2263
2264
2265 # ===========================================================
2266
2267 [61-resumption]
2268 ssl_conf = 61-resumption-ssl
2269
2270 [61-resumption-ssl]
2271 server = 61-resumption-server
2272 client = 61-resumption-client
2273 resume-server = 61-resumption-server
2274 resume-client = 61-resumption-resume-client
2275
2276 [61-resumption-server]
2277 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
2278 CipherString = DEFAULT
2279 Options = -SessionTicket
2280 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
2281
2282 [61-resumption-client]
2283 CipherString = DEFAULT
2284 MaxProtocol = TLSv1.3
2285 MinProtocol = TLSv1.3
2286 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
2287 VerifyMode = Peer
2288
2289 [61-resumption-resume-client]
2290 CipherString = DEFAULT
2291 MaxProtocol = TLSv1.2
2292 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
2293 VerifyMode = Peer
2294
2295 [test-61]
2296 ExpectedProtocol = TLSv1.2
2297 HandshakeMode = Resume
2298 ResumptionExpected = No
2299
2300
2301 # ===========================================================
2302
2303 [62-resumption]
2304 ssl_conf = 62-resumption-ssl
2305
2306 [62-resumption-ssl]
2307 server = 62-resumption-server
2308 client = 62-resumption-client
2309 resume-server = 62-resumption-server
2310 resume-client = 62-resumption-resume-client
2311
2312 [62-resumption-server]
2313 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
2314 CipherString = DEFAULT
2315 Options = SessionTicket
2316 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
2317
2318 [62-resumption-client]
2319 CipherString = DEFAULT
2320 MaxProtocol = TLSv1.3
2321 MinProtocol = TLSv1.3
2322 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
2323 VerifyMode = Peer
2324
2325 [62-resumption-resume-client]
2326 CipherString = DEFAULT
2327 MaxProtocol = TLSv1.3
2328 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
2329 VerifyMode = Peer
2330
2331 [test-62]
2332 ExpectedProtocol = TLSv1.3
2333 HandshakeMode = Resume
2334 ResumptionExpected = Yes
2335
2336
2337 # ===========================================================
2338
2339 [63-resumption]
2340 ssl_conf = 63-resumption-ssl
2341
2342 [63-resumption-ssl]
2343 server = 63-resumption-server
2344 client = 63-resumption-client
2345 resume-server = 63-resumption-server
2346 resume-client = 63-resumption-resume-client
2347
2348 [63-resumption-server]
2349 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
2350 CipherString = DEFAULT
2351 Options = -SessionTicket
2352 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
2353
2354 [63-resumption-client]
2355 CipherString = DEFAULT
2356 MaxProtocol = TLSv1.3
2357 MinProtocol = TLSv1.3
2358 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
2359 VerifyMode = Peer
2360
2361 [63-resumption-resume-client]
2362 CipherString = DEFAULT
2363 MaxProtocol = TLSv1.3
2364 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
2365 VerifyMode = Peer
2366
2367 [test-63]
2368 ExpectedProtocol = TLSv1.3
2369 HandshakeMode = Resume
2370 ResumptionExpected = Yes
2371
2372