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