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