Add signing hash tests
[openssl.git] / test / ssl-tests / 10-resumption.conf
1 # Generated with generate_ssl_tests.pl
2
3 num_tests = 36
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 # ===========================================================
42
43 [0-resumption]
44 ssl_conf = 0-resumption-ssl
45
46 [0-resumption-ssl]
47 server = 0-resumption-server
48 client = 0-resumption-client
49 resume-server = 0-resumption-resume-server
50 resume-client = 0-resumption-client
51
52 [0-resumption-server]
53 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
54 CipherString = DEFAULT
55 MaxProtocol = TLSv1
56 MinProtocol = TLSv1
57 Options = SessionTicket
58 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
59
60 [0-resumption-resume-server]
61 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
62 CipherString = DEFAULT
63 MaxProtocol = TLSv1
64 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
65
66 [0-resumption-client]
67 CipherString = DEFAULT
68 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
69 VerifyMode = Peer
70
71 [test-0]
72 ExpectedProtocol = TLSv1
73 HandshakeMode = Resume
74 ResumptionExpected = Yes
75
76
77 # ===========================================================
78
79 [1-resumption]
80 ssl_conf = 1-resumption-ssl
81
82 [1-resumption-ssl]
83 server = 1-resumption-server
84 client = 1-resumption-client
85 resume-server = 1-resumption-resume-server
86 resume-client = 1-resumption-client
87
88 [1-resumption-server]
89 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
90 CipherString = DEFAULT
91 MaxProtocol = TLSv1
92 MinProtocol = TLSv1
93 Options = -SessionTicket
94 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
95
96 [1-resumption-resume-server]
97 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
98 CipherString = DEFAULT
99 MaxProtocol = TLSv1
100 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
101
102 [1-resumption-client]
103 CipherString = DEFAULT
104 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
105 VerifyMode = Peer
106
107 [test-1]
108 ExpectedProtocol = TLSv1
109 HandshakeMode = Resume
110 ResumptionExpected = Yes
111
112
113 # ===========================================================
114
115 [2-resumption]
116 ssl_conf = 2-resumption-ssl
117
118 [2-resumption-ssl]
119 server = 2-resumption-server
120 client = 2-resumption-client
121 resume-server = 2-resumption-resume-server
122 resume-client = 2-resumption-client
123
124 [2-resumption-server]
125 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
126 CipherString = DEFAULT
127 MaxProtocol = TLSv1
128 MinProtocol = TLSv1
129 Options = SessionTicket
130 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
131
132 [2-resumption-resume-server]
133 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
134 CipherString = DEFAULT
135 MaxProtocol = TLSv1.1
136 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
137
138 [2-resumption-client]
139 CipherString = DEFAULT
140 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
141 VerifyMode = Peer
142
143 [test-2]
144 ExpectedProtocol = TLSv1.1
145 HandshakeMode = Resume
146 ResumptionExpected = No
147
148
149 # ===========================================================
150
151 [3-resumption]
152 ssl_conf = 3-resumption-ssl
153
154 [3-resumption-ssl]
155 server = 3-resumption-server
156 client = 3-resumption-client
157 resume-server = 3-resumption-resume-server
158 resume-client = 3-resumption-client
159
160 [3-resumption-server]
161 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
162 CipherString = DEFAULT
163 MaxProtocol = TLSv1
164 MinProtocol = TLSv1
165 Options = -SessionTicket
166 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
167
168 [3-resumption-resume-server]
169 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
170 CipherString = DEFAULT
171 MaxProtocol = TLSv1.1
172 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
173
174 [3-resumption-client]
175 CipherString = DEFAULT
176 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
177 VerifyMode = Peer
178
179 [test-3]
180 ExpectedProtocol = TLSv1.1
181 HandshakeMode = Resume
182 ResumptionExpected = No
183
184
185 # ===========================================================
186
187 [4-resumption]
188 ssl_conf = 4-resumption-ssl
189
190 [4-resumption-ssl]
191 server = 4-resumption-server
192 client = 4-resumption-client
193 resume-server = 4-resumption-resume-server
194 resume-client = 4-resumption-client
195
196 [4-resumption-server]
197 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
198 CipherString = DEFAULT
199 MaxProtocol = TLSv1
200 MinProtocol = TLSv1
201 Options = SessionTicket
202 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
203
204 [4-resumption-resume-server]
205 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
206 CipherString = DEFAULT
207 MaxProtocol = TLSv1.2
208 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
209
210 [4-resumption-client]
211 CipherString = DEFAULT
212 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
213 VerifyMode = Peer
214
215 [test-4]
216 ExpectedProtocol = TLSv1.2
217 HandshakeMode = Resume
218 ResumptionExpected = No
219
220
221 # ===========================================================
222
223 [5-resumption]
224 ssl_conf = 5-resumption-ssl
225
226 [5-resumption-ssl]
227 server = 5-resumption-server
228 client = 5-resumption-client
229 resume-server = 5-resumption-resume-server
230 resume-client = 5-resumption-client
231
232 [5-resumption-server]
233 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
234 CipherString = DEFAULT
235 MaxProtocol = TLSv1
236 MinProtocol = TLSv1
237 Options = -SessionTicket
238 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
239
240 [5-resumption-resume-server]
241 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
242 CipherString = DEFAULT
243 MaxProtocol = TLSv1.2
244 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
245
246 [5-resumption-client]
247 CipherString = DEFAULT
248 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
249 VerifyMode = Peer
250
251 [test-5]
252 ExpectedProtocol = TLSv1.2
253 HandshakeMode = Resume
254 ResumptionExpected = No
255
256
257 # ===========================================================
258
259 [6-resumption]
260 ssl_conf = 6-resumption-ssl
261
262 [6-resumption-ssl]
263 server = 6-resumption-server
264 client = 6-resumption-client
265 resume-server = 6-resumption-resume-server
266 resume-client = 6-resumption-client
267
268 [6-resumption-server]
269 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
270 CipherString = DEFAULT
271 MaxProtocol = TLSv1.1
272 MinProtocol = TLSv1.1
273 Options = SessionTicket
274 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
275
276 [6-resumption-resume-server]
277 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
278 CipherString = DEFAULT
279 MaxProtocol = TLSv1
280 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
281
282 [6-resumption-client]
283 CipherString = DEFAULT
284 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
285 VerifyMode = Peer
286
287 [test-6]
288 ExpectedProtocol = TLSv1
289 HandshakeMode = Resume
290 ResumptionExpected = No
291
292
293 # ===========================================================
294
295 [7-resumption]
296 ssl_conf = 7-resumption-ssl
297
298 [7-resumption-ssl]
299 server = 7-resumption-server
300 client = 7-resumption-client
301 resume-server = 7-resumption-resume-server
302 resume-client = 7-resumption-client
303
304 [7-resumption-server]
305 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
306 CipherString = DEFAULT
307 MaxProtocol = TLSv1.1
308 MinProtocol = TLSv1.1
309 Options = -SessionTicket
310 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
311
312 [7-resumption-resume-server]
313 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
314 CipherString = DEFAULT
315 MaxProtocol = TLSv1
316 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
317
318 [7-resumption-client]
319 CipherString = DEFAULT
320 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
321 VerifyMode = Peer
322
323 [test-7]
324 ExpectedProtocol = TLSv1
325 HandshakeMode = Resume
326 ResumptionExpected = No
327
328
329 # ===========================================================
330
331 [8-resumption]
332 ssl_conf = 8-resumption-ssl
333
334 [8-resumption-ssl]
335 server = 8-resumption-server
336 client = 8-resumption-client
337 resume-server = 8-resumption-resume-server
338 resume-client = 8-resumption-client
339
340 [8-resumption-server]
341 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
342 CipherString = DEFAULT
343 MaxProtocol = TLSv1.1
344 MinProtocol = TLSv1.1
345 Options = SessionTicket
346 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
347
348 [8-resumption-resume-server]
349 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
350 CipherString = DEFAULT
351 MaxProtocol = TLSv1.1
352 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
353
354 [8-resumption-client]
355 CipherString = DEFAULT
356 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
357 VerifyMode = Peer
358
359 [test-8]
360 ExpectedProtocol = TLSv1.1
361 HandshakeMode = Resume
362 ResumptionExpected = Yes
363
364
365 # ===========================================================
366
367 [9-resumption]
368 ssl_conf = 9-resumption-ssl
369
370 [9-resumption-ssl]
371 server = 9-resumption-server
372 client = 9-resumption-client
373 resume-server = 9-resumption-resume-server
374 resume-client = 9-resumption-client
375
376 [9-resumption-server]
377 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
378 CipherString = DEFAULT
379 MaxProtocol = TLSv1.1
380 MinProtocol = TLSv1.1
381 Options = -SessionTicket
382 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
383
384 [9-resumption-resume-server]
385 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
386 CipherString = DEFAULT
387 MaxProtocol = TLSv1.1
388 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
389
390 [9-resumption-client]
391 CipherString = DEFAULT
392 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
393 VerifyMode = Peer
394
395 [test-9]
396 ExpectedProtocol = TLSv1.1
397 HandshakeMode = Resume
398 ResumptionExpected = Yes
399
400
401 # ===========================================================
402
403 [10-resumption]
404 ssl_conf = 10-resumption-ssl
405
406 [10-resumption-ssl]
407 server = 10-resumption-server
408 client = 10-resumption-client
409 resume-server = 10-resumption-resume-server
410 resume-client = 10-resumption-client
411
412 [10-resumption-server]
413 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
414 CipherString = DEFAULT
415 MaxProtocol = TLSv1.1
416 MinProtocol = TLSv1.1
417 Options = SessionTicket
418 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
419
420 [10-resumption-resume-server]
421 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
422 CipherString = DEFAULT
423 MaxProtocol = TLSv1.2
424 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
425
426 [10-resumption-client]
427 CipherString = DEFAULT
428 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
429 VerifyMode = Peer
430
431 [test-10]
432 ExpectedProtocol = TLSv1.2
433 HandshakeMode = Resume
434 ResumptionExpected = No
435
436
437 # ===========================================================
438
439 [11-resumption]
440 ssl_conf = 11-resumption-ssl
441
442 [11-resumption-ssl]
443 server = 11-resumption-server
444 client = 11-resumption-client
445 resume-server = 11-resumption-resume-server
446 resume-client = 11-resumption-client
447
448 [11-resumption-server]
449 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
450 CipherString = DEFAULT
451 MaxProtocol = TLSv1.1
452 MinProtocol = TLSv1.1
453 Options = -SessionTicket
454 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
455
456 [11-resumption-resume-server]
457 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
458 CipherString = DEFAULT
459 MaxProtocol = TLSv1.2
460 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
461
462 [11-resumption-client]
463 CipherString = DEFAULT
464 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
465 VerifyMode = Peer
466
467 [test-11]
468 ExpectedProtocol = TLSv1.2
469 HandshakeMode = Resume
470 ResumptionExpected = No
471
472
473 # ===========================================================
474
475 [12-resumption]
476 ssl_conf = 12-resumption-ssl
477
478 [12-resumption-ssl]
479 server = 12-resumption-server
480 client = 12-resumption-client
481 resume-server = 12-resumption-resume-server
482 resume-client = 12-resumption-client
483
484 [12-resumption-server]
485 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
486 CipherString = DEFAULT
487 MaxProtocol = TLSv1.2
488 MinProtocol = TLSv1.2
489 Options = SessionTicket
490 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
491
492 [12-resumption-resume-server]
493 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
494 CipherString = DEFAULT
495 MaxProtocol = TLSv1
496 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
497
498 [12-resumption-client]
499 CipherString = DEFAULT
500 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
501 VerifyMode = Peer
502
503 [test-12]
504 ExpectedProtocol = TLSv1
505 HandshakeMode = Resume
506 ResumptionExpected = No
507
508
509 # ===========================================================
510
511 [13-resumption]
512 ssl_conf = 13-resumption-ssl
513
514 [13-resumption-ssl]
515 server = 13-resumption-server
516 client = 13-resumption-client
517 resume-server = 13-resumption-resume-server
518 resume-client = 13-resumption-client
519
520 [13-resumption-server]
521 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
522 CipherString = DEFAULT
523 MaxProtocol = TLSv1.2
524 MinProtocol = TLSv1.2
525 Options = -SessionTicket
526 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
527
528 [13-resumption-resume-server]
529 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
530 CipherString = DEFAULT
531 MaxProtocol = TLSv1
532 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
533
534 [13-resumption-client]
535 CipherString = DEFAULT
536 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
537 VerifyMode = Peer
538
539 [test-13]
540 ExpectedProtocol = TLSv1
541 HandshakeMode = Resume
542 ResumptionExpected = No
543
544
545 # ===========================================================
546
547 [14-resumption]
548 ssl_conf = 14-resumption-ssl
549
550 [14-resumption-ssl]
551 server = 14-resumption-server
552 client = 14-resumption-client
553 resume-server = 14-resumption-resume-server
554 resume-client = 14-resumption-client
555
556 [14-resumption-server]
557 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
558 CipherString = DEFAULT
559 MaxProtocol = TLSv1.2
560 MinProtocol = TLSv1.2
561 Options = SessionTicket
562 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
563
564 [14-resumption-resume-server]
565 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
566 CipherString = DEFAULT
567 MaxProtocol = TLSv1.1
568 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
569
570 [14-resumption-client]
571 CipherString = DEFAULT
572 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
573 VerifyMode = Peer
574
575 [test-14]
576 ExpectedProtocol = TLSv1.1
577 HandshakeMode = Resume
578 ResumptionExpected = No
579
580
581 # ===========================================================
582
583 [15-resumption]
584 ssl_conf = 15-resumption-ssl
585
586 [15-resumption-ssl]
587 server = 15-resumption-server
588 client = 15-resumption-client
589 resume-server = 15-resumption-resume-server
590 resume-client = 15-resumption-client
591
592 [15-resumption-server]
593 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
594 CipherString = DEFAULT
595 MaxProtocol = TLSv1.2
596 MinProtocol = TLSv1.2
597 Options = -SessionTicket
598 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
599
600 [15-resumption-resume-server]
601 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
602 CipherString = DEFAULT
603 MaxProtocol = TLSv1.1
604 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
605
606 [15-resumption-client]
607 CipherString = DEFAULT
608 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
609 VerifyMode = Peer
610
611 [test-15]
612 ExpectedProtocol = TLSv1.1
613 HandshakeMode = Resume
614 ResumptionExpected = No
615
616
617 # ===========================================================
618
619 [16-resumption]
620 ssl_conf = 16-resumption-ssl
621
622 [16-resumption-ssl]
623 server = 16-resumption-server
624 client = 16-resumption-client
625 resume-server = 16-resumption-resume-server
626 resume-client = 16-resumption-client
627
628 [16-resumption-server]
629 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
630 CipherString = DEFAULT
631 MaxProtocol = TLSv1.2
632 MinProtocol = TLSv1.2
633 Options = SessionTicket
634 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
635
636 [16-resumption-resume-server]
637 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
638 CipherString = DEFAULT
639 MaxProtocol = TLSv1.2
640 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
641
642 [16-resumption-client]
643 CipherString = DEFAULT
644 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
645 VerifyMode = Peer
646
647 [test-16]
648 ExpectedProtocol = TLSv1.2
649 HandshakeMode = Resume
650 ResumptionExpected = Yes
651
652
653 # ===========================================================
654
655 [17-resumption]
656 ssl_conf = 17-resumption-ssl
657
658 [17-resumption-ssl]
659 server = 17-resumption-server
660 client = 17-resumption-client
661 resume-server = 17-resumption-resume-server
662 resume-client = 17-resumption-client
663
664 [17-resumption-server]
665 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
666 CipherString = DEFAULT
667 MaxProtocol = TLSv1.2
668 MinProtocol = TLSv1.2
669 Options = -SessionTicket
670 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
671
672 [17-resumption-resume-server]
673 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
674 CipherString = DEFAULT
675 MaxProtocol = TLSv1.2
676 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
677
678 [17-resumption-client]
679 CipherString = DEFAULT
680 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
681 VerifyMode = Peer
682
683 [test-17]
684 ExpectedProtocol = TLSv1.2
685 HandshakeMode = Resume
686 ResumptionExpected = Yes
687
688
689 # ===========================================================
690
691 [18-resumption]
692 ssl_conf = 18-resumption-ssl
693
694 [18-resumption-ssl]
695 server = 18-resumption-server
696 client = 18-resumption-client
697 resume-server = 18-resumption-server
698 resume-client = 18-resumption-resume-client
699
700 [18-resumption-server]
701 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
702 CipherString = DEFAULT
703 Options = SessionTicket
704 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
705
706 [18-resumption-client]
707 CipherString = DEFAULT
708 MaxProtocol = TLSv1
709 MinProtocol = TLSv1
710 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
711 VerifyMode = Peer
712
713 [18-resumption-resume-client]
714 CipherString = DEFAULT
715 MaxProtocol = TLSv1
716 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
717 VerifyMode = Peer
718
719 [test-18]
720 ExpectedProtocol = TLSv1
721 HandshakeMode = Resume
722 ResumptionExpected = Yes
723
724
725 # ===========================================================
726
727 [19-resumption]
728 ssl_conf = 19-resumption-ssl
729
730 [19-resumption-ssl]
731 server = 19-resumption-server
732 client = 19-resumption-client
733 resume-server = 19-resumption-server
734 resume-client = 19-resumption-resume-client
735
736 [19-resumption-server]
737 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
738 CipherString = DEFAULT
739 Options = -SessionTicket
740 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
741
742 [19-resumption-client]
743 CipherString = DEFAULT
744 MaxProtocol = TLSv1
745 MinProtocol = TLSv1
746 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
747 VerifyMode = Peer
748
749 [19-resumption-resume-client]
750 CipherString = DEFAULT
751 MaxProtocol = TLSv1
752 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
753 VerifyMode = Peer
754
755 [test-19]
756 ExpectedProtocol = TLSv1
757 HandshakeMode = Resume
758 ResumptionExpected = Yes
759
760
761 # ===========================================================
762
763 [20-resumption]
764 ssl_conf = 20-resumption-ssl
765
766 [20-resumption-ssl]
767 server = 20-resumption-server
768 client = 20-resumption-client
769 resume-server = 20-resumption-server
770 resume-client = 20-resumption-resume-client
771
772 [20-resumption-server]
773 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
774 CipherString = DEFAULT
775 Options = SessionTicket
776 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
777
778 [20-resumption-client]
779 CipherString = DEFAULT
780 MaxProtocol = TLSv1
781 MinProtocol = TLSv1
782 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
783 VerifyMode = Peer
784
785 [20-resumption-resume-client]
786 CipherString = DEFAULT
787 MaxProtocol = TLSv1.1
788 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
789 VerifyMode = Peer
790
791 [test-20]
792 ExpectedProtocol = TLSv1.1
793 HandshakeMode = Resume
794 ResumptionExpected = No
795
796
797 # ===========================================================
798
799 [21-resumption]
800 ssl_conf = 21-resumption-ssl
801
802 [21-resumption-ssl]
803 server = 21-resumption-server
804 client = 21-resumption-client
805 resume-server = 21-resumption-server
806 resume-client = 21-resumption-resume-client
807
808 [21-resumption-server]
809 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
810 CipherString = DEFAULT
811 Options = -SessionTicket
812 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
813
814 [21-resumption-client]
815 CipherString = DEFAULT
816 MaxProtocol = TLSv1
817 MinProtocol = TLSv1
818 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
819 VerifyMode = Peer
820
821 [21-resumption-resume-client]
822 CipherString = DEFAULT
823 MaxProtocol = TLSv1.1
824 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
825 VerifyMode = Peer
826
827 [test-21]
828 ExpectedProtocol = TLSv1.1
829 HandshakeMode = Resume
830 ResumptionExpected = No
831
832
833 # ===========================================================
834
835 [22-resumption]
836 ssl_conf = 22-resumption-ssl
837
838 [22-resumption-ssl]
839 server = 22-resumption-server
840 client = 22-resumption-client
841 resume-server = 22-resumption-server
842 resume-client = 22-resumption-resume-client
843
844 [22-resumption-server]
845 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
846 CipherString = DEFAULT
847 Options = SessionTicket
848 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
849
850 [22-resumption-client]
851 CipherString = DEFAULT
852 MaxProtocol = TLSv1
853 MinProtocol = TLSv1
854 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
855 VerifyMode = Peer
856
857 [22-resumption-resume-client]
858 CipherString = DEFAULT
859 MaxProtocol = TLSv1.2
860 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
861 VerifyMode = Peer
862
863 [test-22]
864 ExpectedProtocol = TLSv1.2
865 HandshakeMode = Resume
866 ResumptionExpected = No
867
868
869 # ===========================================================
870
871 [23-resumption]
872 ssl_conf = 23-resumption-ssl
873
874 [23-resumption-ssl]
875 server = 23-resumption-server
876 client = 23-resumption-client
877 resume-server = 23-resumption-server
878 resume-client = 23-resumption-resume-client
879
880 [23-resumption-server]
881 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
882 CipherString = DEFAULT
883 Options = -SessionTicket
884 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
885
886 [23-resumption-client]
887 CipherString = DEFAULT
888 MaxProtocol = TLSv1
889 MinProtocol = TLSv1
890 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
891 VerifyMode = Peer
892
893 [23-resumption-resume-client]
894 CipherString = DEFAULT
895 MaxProtocol = TLSv1.2
896 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
897 VerifyMode = Peer
898
899 [test-23]
900 ExpectedProtocol = TLSv1.2
901 HandshakeMode = Resume
902 ResumptionExpected = No
903
904
905 # ===========================================================
906
907 [24-resumption]
908 ssl_conf = 24-resumption-ssl
909
910 [24-resumption-ssl]
911 server = 24-resumption-server
912 client = 24-resumption-client
913 resume-server = 24-resumption-server
914 resume-client = 24-resumption-resume-client
915
916 [24-resumption-server]
917 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
918 CipherString = DEFAULT
919 Options = SessionTicket
920 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
921
922 [24-resumption-client]
923 CipherString = DEFAULT
924 MaxProtocol = TLSv1.1
925 MinProtocol = TLSv1.1
926 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
927 VerifyMode = Peer
928
929 [24-resumption-resume-client]
930 CipherString = DEFAULT
931 MaxProtocol = TLSv1
932 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
933 VerifyMode = Peer
934
935 [test-24]
936 ExpectedProtocol = TLSv1
937 HandshakeMode = Resume
938 ResumptionExpected = No
939
940
941 # ===========================================================
942
943 [25-resumption]
944 ssl_conf = 25-resumption-ssl
945
946 [25-resumption-ssl]
947 server = 25-resumption-server
948 client = 25-resumption-client
949 resume-server = 25-resumption-server
950 resume-client = 25-resumption-resume-client
951
952 [25-resumption-server]
953 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
954 CipherString = DEFAULT
955 Options = -SessionTicket
956 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
957
958 [25-resumption-client]
959 CipherString = DEFAULT
960 MaxProtocol = TLSv1.1
961 MinProtocol = TLSv1.1
962 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
963 VerifyMode = Peer
964
965 [25-resumption-resume-client]
966 CipherString = DEFAULT
967 MaxProtocol = TLSv1
968 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
969 VerifyMode = Peer
970
971 [test-25]
972 ExpectedProtocol = TLSv1
973 HandshakeMode = Resume
974 ResumptionExpected = No
975
976
977 # ===========================================================
978
979 [26-resumption]
980 ssl_conf = 26-resumption-ssl
981
982 [26-resumption-ssl]
983 server = 26-resumption-server
984 client = 26-resumption-client
985 resume-server = 26-resumption-server
986 resume-client = 26-resumption-resume-client
987
988 [26-resumption-server]
989 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
990 CipherString = DEFAULT
991 Options = SessionTicket
992 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
993
994 [26-resumption-client]
995 CipherString = DEFAULT
996 MaxProtocol = TLSv1.1
997 MinProtocol = TLSv1.1
998 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
999 VerifyMode = Peer
1000
1001 [26-resumption-resume-client]
1002 CipherString = DEFAULT
1003 MaxProtocol = TLSv1.1
1004 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1005 VerifyMode = Peer
1006
1007 [test-26]
1008 ExpectedProtocol = TLSv1.1
1009 HandshakeMode = Resume
1010 ResumptionExpected = Yes
1011
1012
1013 # ===========================================================
1014
1015 [27-resumption]
1016 ssl_conf = 27-resumption-ssl
1017
1018 [27-resumption-ssl]
1019 server = 27-resumption-server
1020 client = 27-resumption-client
1021 resume-server = 27-resumption-server
1022 resume-client = 27-resumption-resume-client
1023
1024 [27-resumption-server]
1025 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1026 CipherString = DEFAULT
1027 Options = -SessionTicket
1028 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1029
1030 [27-resumption-client]
1031 CipherString = DEFAULT
1032 MaxProtocol = TLSv1.1
1033 MinProtocol = TLSv1.1
1034 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1035 VerifyMode = Peer
1036
1037 [27-resumption-resume-client]
1038 CipherString = DEFAULT
1039 MaxProtocol = TLSv1.1
1040 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1041 VerifyMode = Peer
1042
1043 [test-27]
1044 ExpectedProtocol = TLSv1.1
1045 HandshakeMode = Resume
1046 ResumptionExpected = Yes
1047
1048
1049 # ===========================================================
1050
1051 [28-resumption]
1052 ssl_conf = 28-resumption-ssl
1053
1054 [28-resumption-ssl]
1055 server = 28-resumption-server
1056 client = 28-resumption-client
1057 resume-server = 28-resumption-server
1058 resume-client = 28-resumption-resume-client
1059
1060 [28-resumption-server]
1061 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1062 CipherString = DEFAULT
1063 Options = SessionTicket
1064 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1065
1066 [28-resumption-client]
1067 CipherString = DEFAULT
1068 MaxProtocol = TLSv1.1
1069 MinProtocol = TLSv1.1
1070 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1071 VerifyMode = Peer
1072
1073 [28-resumption-resume-client]
1074 CipherString = DEFAULT
1075 MaxProtocol = TLSv1.2
1076 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1077 VerifyMode = Peer
1078
1079 [test-28]
1080 ExpectedProtocol = TLSv1.2
1081 HandshakeMode = Resume
1082 ResumptionExpected = No
1083
1084
1085 # ===========================================================
1086
1087 [29-resumption]
1088 ssl_conf = 29-resumption-ssl
1089
1090 [29-resumption-ssl]
1091 server = 29-resumption-server
1092 client = 29-resumption-client
1093 resume-server = 29-resumption-server
1094 resume-client = 29-resumption-resume-client
1095
1096 [29-resumption-server]
1097 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1098 CipherString = DEFAULT
1099 Options = -SessionTicket
1100 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1101
1102 [29-resumption-client]
1103 CipherString = DEFAULT
1104 MaxProtocol = TLSv1.1
1105 MinProtocol = TLSv1.1
1106 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1107 VerifyMode = Peer
1108
1109 [29-resumption-resume-client]
1110 CipherString = DEFAULT
1111 MaxProtocol = TLSv1.2
1112 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1113 VerifyMode = Peer
1114
1115 [test-29]
1116 ExpectedProtocol = TLSv1.2
1117 HandshakeMode = Resume
1118 ResumptionExpected = No
1119
1120
1121 # ===========================================================
1122
1123 [30-resumption]
1124 ssl_conf = 30-resumption-ssl
1125
1126 [30-resumption-ssl]
1127 server = 30-resumption-server
1128 client = 30-resumption-client
1129 resume-server = 30-resumption-server
1130 resume-client = 30-resumption-resume-client
1131
1132 [30-resumption-server]
1133 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1134 CipherString = DEFAULT
1135 Options = SessionTicket
1136 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1137
1138 [30-resumption-client]
1139 CipherString = DEFAULT
1140 MaxProtocol = TLSv1.2
1141 MinProtocol = TLSv1.2
1142 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1143 VerifyMode = Peer
1144
1145 [30-resumption-resume-client]
1146 CipherString = DEFAULT
1147 MaxProtocol = TLSv1
1148 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1149 VerifyMode = Peer
1150
1151 [test-30]
1152 ExpectedProtocol = TLSv1
1153 HandshakeMode = Resume
1154 ResumptionExpected = No
1155
1156
1157 # ===========================================================
1158
1159 [31-resumption]
1160 ssl_conf = 31-resumption-ssl
1161
1162 [31-resumption-ssl]
1163 server = 31-resumption-server
1164 client = 31-resumption-client
1165 resume-server = 31-resumption-server
1166 resume-client = 31-resumption-resume-client
1167
1168 [31-resumption-server]
1169 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1170 CipherString = DEFAULT
1171 Options = -SessionTicket
1172 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1173
1174 [31-resumption-client]
1175 CipherString = DEFAULT
1176 MaxProtocol = TLSv1.2
1177 MinProtocol = TLSv1.2
1178 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1179 VerifyMode = Peer
1180
1181 [31-resumption-resume-client]
1182 CipherString = DEFAULT
1183 MaxProtocol = TLSv1
1184 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1185 VerifyMode = Peer
1186
1187 [test-31]
1188 ExpectedProtocol = TLSv1
1189 HandshakeMode = Resume
1190 ResumptionExpected = No
1191
1192
1193 # ===========================================================
1194
1195 [32-resumption]
1196 ssl_conf = 32-resumption-ssl
1197
1198 [32-resumption-ssl]
1199 server = 32-resumption-server
1200 client = 32-resumption-client
1201 resume-server = 32-resumption-server
1202 resume-client = 32-resumption-resume-client
1203
1204 [32-resumption-server]
1205 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1206 CipherString = DEFAULT
1207 Options = SessionTicket
1208 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1209
1210 [32-resumption-client]
1211 CipherString = DEFAULT
1212 MaxProtocol = TLSv1.2
1213 MinProtocol = TLSv1.2
1214 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1215 VerifyMode = Peer
1216
1217 [32-resumption-resume-client]
1218 CipherString = DEFAULT
1219 MaxProtocol = TLSv1.1
1220 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1221 VerifyMode = Peer
1222
1223 [test-32]
1224 ExpectedProtocol = TLSv1.1
1225 HandshakeMode = Resume
1226 ResumptionExpected = No
1227
1228
1229 # ===========================================================
1230
1231 [33-resumption]
1232 ssl_conf = 33-resumption-ssl
1233
1234 [33-resumption-ssl]
1235 server = 33-resumption-server
1236 client = 33-resumption-client
1237 resume-server = 33-resumption-server
1238 resume-client = 33-resumption-resume-client
1239
1240 [33-resumption-server]
1241 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1242 CipherString = DEFAULT
1243 Options = -SessionTicket
1244 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1245
1246 [33-resumption-client]
1247 CipherString = DEFAULT
1248 MaxProtocol = TLSv1.2
1249 MinProtocol = TLSv1.2
1250 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1251 VerifyMode = Peer
1252
1253 [33-resumption-resume-client]
1254 CipherString = DEFAULT
1255 MaxProtocol = TLSv1.1
1256 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1257 VerifyMode = Peer
1258
1259 [test-33]
1260 ExpectedProtocol = TLSv1.1
1261 HandshakeMode = Resume
1262 ResumptionExpected = No
1263
1264
1265 # ===========================================================
1266
1267 [34-resumption]
1268 ssl_conf = 34-resumption-ssl
1269
1270 [34-resumption-ssl]
1271 server = 34-resumption-server
1272 client = 34-resumption-client
1273 resume-server = 34-resumption-server
1274 resume-client = 34-resumption-resume-client
1275
1276 [34-resumption-server]
1277 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1278 CipherString = DEFAULT
1279 Options = SessionTicket
1280 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1281
1282 [34-resumption-client]
1283 CipherString = DEFAULT
1284 MaxProtocol = TLSv1.2
1285 MinProtocol = TLSv1.2
1286 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1287 VerifyMode = Peer
1288
1289 [34-resumption-resume-client]
1290 CipherString = DEFAULT
1291 MaxProtocol = TLSv1.2
1292 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1293 VerifyMode = Peer
1294
1295 [test-34]
1296 ExpectedProtocol = TLSv1.2
1297 HandshakeMode = Resume
1298 ResumptionExpected = Yes
1299
1300
1301 # ===========================================================
1302
1303 [35-resumption]
1304 ssl_conf = 35-resumption-ssl
1305
1306 [35-resumption-ssl]
1307 server = 35-resumption-server
1308 client = 35-resumption-client
1309 resume-server = 35-resumption-server
1310 resume-client = 35-resumption-resume-client
1311
1312 [35-resumption-server]
1313 Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
1314 CipherString = DEFAULT
1315 Options = -SessionTicket
1316 PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
1317
1318 [35-resumption-client]
1319 CipherString = DEFAULT
1320 MaxProtocol = TLSv1.2
1321 MinProtocol = TLSv1.2
1322 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1323 VerifyMode = Peer
1324
1325 [35-resumption-resume-client]
1326 CipherString = DEFAULT
1327 MaxProtocol = TLSv1.2
1328 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
1329 VerifyMode = Peer
1330
1331 [test-35]
1332 ExpectedProtocol = TLSv1.2
1333 HandshakeMode = Resume
1334 ResumptionExpected = Yes
1335
1336