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