1 | # Generated with generate_ssl_tests.pl
|
---|
2 |
|
---|
3 | num_tests = 64
|
---|
4 |
|
---|
5 | test-0 = 0-version-negotiation
|
---|
6 | test-1 = 1-version-negotiation
|
---|
7 | test-2 = 2-version-negotiation
|
---|
8 | test-3 = 3-version-negotiation
|
---|
9 | test-4 = 4-version-negotiation
|
---|
10 | test-5 = 5-version-negotiation
|
---|
11 | test-6 = 6-version-negotiation
|
---|
12 | test-7 = 7-version-negotiation
|
---|
13 | test-8 = 8-version-negotiation
|
---|
14 | test-9 = 9-version-negotiation
|
---|
15 | test-10 = 10-version-negotiation
|
---|
16 | test-11 = 11-version-negotiation
|
---|
17 | test-12 = 12-version-negotiation
|
---|
18 | test-13 = 13-version-negotiation
|
---|
19 | test-14 = 14-version-negotiation
|
---|
20 | test-15 = 15-version-negotiation
|
---|
21 | test-16 = 16-version-negotiation
|
---|
22 | test-17 = 17-version-negotiation
|
---|
23 | test-18 = 18-version-negotiation
|
---|
24 | test-19 = 19-version-negotiation
|
---|
25 | test-20 = 20-version-negotiation
|
---|
26 | test-21 = 21-version-negotiation
|
---|
27 | test-22 = 22-version-negotiation
|
---|
28 | test-23 = 23-version-negotiation
|
---|
29 | test-24 = 24-version-negotiation
|
---|
30 | test-25 = 25-version-negotiation
|
---|
31 | test-26 = 26-version-negotiation
|
---|
32 | test-27 = 27-version-negotiation
|
---|
33 | test-28 = 28-version-negotiation
|
---|
34 | test-29 = 29-version-negotiation
|
---|
35 | test-30 = 30-version-negotiation
|
---|
36 | test-31 = 31-version-negotiation
|
---|
37 | test-32 = 32-version-negotiation
|
---|
38 | test-33 = 33-version-negotiation
|
---|
39 | test-34 = 34-version-negotiation
|
---|
40 | test-35 = 35-version-negotiation
|
---|
41 | test-36 = 36-version-negotiation
|
---|
42 | test-37 = 37-version-negotiation
|
---|
43 | test-38 = 38-version-negotiation
|
---|
44 | test-39 = 39-version-negotiation
|
---|
45 | test-40 = 40-version-negotiation
|
---|
46 | test-41 = 41-version-negotiation
|
---|
47 | test-42 = 42-version-negotiation
|
---|
48 | test-43 = 43-version-negotiation
|
---|
49 | test-44 = 44-version-negotiation
|
---|
50 | test-45 = 45-version-negotiation
|
---|
51 | test-46 = 46-version-negotiation
|
---|
52 | test-47 = 47-version-negotiation
|
---|
53 | test-48 = 48-version-negotiation
|
---|
54 | test-49 = 49-version-negotiation
|
---|
55 | test-50 = 50-version-negotiation
|
---|
56 | test-51 = 51-version-negotiation
|
---|
57 | test-52 = 52-version-negotiation
|
---|
58 | test-53 = 53-version-negotiation
|
---|
59 | test-54 = 54-version-negotiation
|
---|
60 | test-55 = 55-version-negotiation
|
---|
61 | test-56 = 56-version-negotiation
|
---|
62 | test-57 = 57-version-negotiation
|
---|
63 | test-58 = 58-version-negotiation
|
---|
64 | test-59 = 59-version-negotiation
|
---|
65 | test-60 = 60-version-negotiation
|
---|
66 | test-61 = 61-version-negotiation
|
---|
67 | test-62 = 62-version-negotiation
|
---|
68 | test-63 = 63-version-negotiation
|
---|
69 | # ===========================================================
|
---|
70 |
|
---|
71 | [0-version-negotiation]
|
---|
72 | ssl_conf = 0-version-negotiation-ssl
|
---|
73 |
|
---|
74 | [0-version-negotiation-ssl]
|
---|
75 | server = 0-version-negotiation-server
|
---|
76 | client = 0-version-negotiation-client
|
---|
77 |
|
---|
78 | [0-version-negotiation-server]
|
---|
79 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
80 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
81 | MaxProtocol = DTLSv1
|
---|
82 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
83 |
|
---|
84 | [0-version-negotiation-client]
|
---|
85 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
86 | MaxProtocol = DTLSv1
|
---|
87 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
88 | VerifyMode = Peer
|
---|
89 |
|
---|
90 | [test-0]
|
---|
91 | ExpectedProtocol = DTLSv1
|
---|
92 | ExpectedResult = Success
|
---|
93 | Method = DTLS
|
---|
94 |
|
---|
95 |
|
---|
96 | # ===========================================================
|
---|
97 |
|
---|
98 | [1-version-negotiation]
|
---|
99 | ssl_conf = 1-version-negotiation-ssl
|
---|
100 |
|
---|
101 | [1-version-negotiation-ssl]
|
---|
102 | server = 1-version-negotiation-server
|
---|
103 | client = 1-version-negotiation-client
|
---|
104 |
|
---|
105 | [1-version-negotiation-server]
|
---|
106 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
107 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
108 | MaxProtocol = DTLSv1.2
|
---|
109 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
110 |
|
---|
111 | [1-version-negotiation-client]
|
---|
112 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
113 | MaxProtocol = DTLSv1
|
---|
114 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
115 | VerifyMode = Peer
|
---|
116 |
|
---|
117 | [test-1]
|
---|
118 | ExpectedProtocol = DTLSv1
|
---|
119 | ExpectedResult = Success
|
---|
120 | Method = DTLS
|
---|
121 |
|
---|
122 |
|
---|
123 | # ===========================================================
|
---|
124 |
|
---|
125 | [2-version-negotiation]
|
---|
126 | ssl_conf = 2-version-negotiation-ssl
|
---|
127 |
|
---|
128 | [2-version-negotiation-ssl]
|
---|
129 | server = 2-version-negotiation-server
|
---|
130 | client = 2-version-negotiation-client
|
---|
131 |
|
---|
132 | [2-version-negotiation-server]
|
---|
133 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
134 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
135 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
136 |
|
---|
137 | [2-version-negotiation-client]
|
---|
138 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
139 | MaxProtocol = DTLSv1
|
---|
140 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
141 | VerifyMode = Peer
|
---|
142 |
|
---|
143 | [test-2]
|
---|
144 | ExpectedProtocol = DTLSv1
|
---|
145 | ExpectedResult = Success
|
---|
146 | Method = DTLS
|
---|
147 |
|
---|
148 |
|
---|
149 | # ===========================================================
|
---|
150 |
|
---|
151 | [3-version-negotiation]
|
---|
152 | ssl_conf = 3-version-negotiation-ssl
|
---|
153 |
|
---|
154 | [3-version-negotiation-ssl]
|
---|
155 | server = 3-version-negotiation-server
|
---|
156 | client = 3-version-negotiation-client
|
---|
157 |
|
---|
158 | [3-version-negotiation-server]
|
---|
159 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
160 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
161 | MaxProtocol = DTLSv1
|
---|
162 | MinProtocol = DTLSv1
|
---|
163 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
164 |
|
---|
165 | [3-version-negotiation-client]
|
---|
166 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
167 | MaxProtocol = DTLSv1
|
---|
168 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
169 | VerifyMode = Peer
|
---|
170 |
|
---|
171 | [test-3]
|
---|
172 | ExpectedProtocol = DTLSv1
|
---|
173 | ExpectedResult = Success
|
---|
174 | Method = DTLS
|
---|
175 |
|
---|
176 |
|
---|
177 | # ===========================================================
|
---|
178 |
|
---|
179 | [4-version-negotiation]
|
---|
180 | ssl_conf = 4-version-negotiation-ssl
|
---|
181 |
|
---|
182 | [4-version-negotiation-ssl]
|
---|
183 | server = 4-version-negotiation-server
|
---|
184 | client = 4-version-negotiation-client
|
---|
185 |
|
---|
186 | [4-version-negotiation-server]
|
---|
187 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
188 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
189 | MaxProtocol = DTLSv1.2
|
---|
190 | MinProtocol = DTLSv1
|
---|
191 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
192 |
|
---|
193 | [4-version-negotiation-client]
|
---|
194 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
195 | MaxProtocol = DTLSv1
|
---|
196 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
197 | VerifyMode = Peer
|
---|
198 |
|
---|
199 | [test-4]
|
---|
200 | ExpectedProtocol = DTLSv1
|
---|
201 | ExpectedResult = Success
|
---|
202 | Method = DTLS
|
---|
203 |
|
---|
204 |
|
---|
205 | # ===========================================================
|
---|
206 |
|
---|
207 | [5-version-negotiation]
|
---|
208 | ssl_conf = 5-version-negotiation-ssl
|
---|
209 |
|
---|
210 | [5-version-negotiation-ssl]
|
---|
211 | server = 5-version-negotiation-server
|
---|
212 | client = 5-version-negotiation-client
|
---|
213 |
|
---|
214 | [5-version-negotiation-server]
|
---|
215 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
216 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
217 | MinProtocol = DTLSv1
|
---|
218 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
219 |
|
---|
220 | [5-version-negotiation-client]
|
---|
221 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
222 | MaxProtocol = DTLSv1
|
---|
223 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
224 | VerifyMode = Peer
|
---|
225 |
|
---|
226 | [test-5]
|
---|
227 | ExpectedProtocol = DTLSv1
|
---|
228 | ExpectedResult = Success
|
---|
229 | Method = DTLS
|
---|
230 |
|
---|
231 |
|
---|
232 | # ===========================================================
|
---|
233 |
|
---|
234 | [6-version-negotiation]
|
---|
235 | ssl_conf = 6-version-negotiation-ssl
|
---|
236 |
|
---|
237 | [6-version-negotiation-ssl]
|
---|
238 | server = 6-version-negotiation-server
|
---|
239 | client = 6-version-negotiation-client
|
---|
240 |
|
---|
241 | [6-version-negotiation-server]
|
---|
242 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
243 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
244 | MaxProtocol = DTLSv1.2
|
---|
245 | MinProtocol = DTLSv1.2
|
---|
246 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
247 |
|
---|
248 | [6-version-negotiation-client]
|
---|
249 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
250 | MaxProtocol = DTLSv1
|
---|
251 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
252 | VerifyMode = Peer
|
---|
253 |
|
---|
254 | [test-6]
|
---|
255 | ExpectedResult = ServerFail
|
---|
256 | Method = DTLS
|
---|
257 |
|
---|
258 |
|
---|
259 | # ===========================================================
|
---|
260 |
|
---|
261 | [7-version-negotiation]
|
---|
262 | ssl_conf = 7-version-negotiation-ssl
|
---|
263 |
|
---|
264 | [7-version-negotiation-ssl]
|
---|
265 | server = 7-version-negotiation-server
|
---|
266 | client = 7-version-negotiation-client
|
---|
267 |
|
---|
268 | [7-version-negotiation-server]
|
---|
269 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
270 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
271 | MinProtocol = DTLSv1.2
|
---|
272 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
273 |
|
---|
274 | [7-version-negotiation-client]
|
---|
275 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
276 | MaxProtocol = DTLSv1
|
---|
277 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
278 | VerifyMode = Peer
|
---|
279 |
|
---|
280 | [test-7]
|
---|
281 | ExpectedResult = ServerFail
|
---|
282 | Method = DTLS
|
---|
283 |
|
---|
284 |
|
---|
285 | # ===========================================================
|
---|
286 |
|
---|
287 | [8-version-negotiation]
|
---|
288 | ssl_conf = 8-version-negotiation-ssl
|
---|
289 |
|
---|
290 | [8-version-negotiation-ssl]
|
---|
291 | server = 8-version-negotiation-server
|
---|
292 | client = 8-version-negotiation-client
|
---|
293 |
|
---|
294 | [8-version-negotiation-server]
|
---|
295 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
296 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
297 | MaxProtocol = DTLSv1
|
---|
298 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
299 |
|
---|
300 | [8-version-negotiation-client]
|
---|
301 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
302 | MaxProtocol = DTLSv1.2
|
---|
303 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
304 | VerifyMode = Peer
|
---|
305 |
|
---|
306 | [test-8]
|
---|
307 | ExpectedProtocol = DTLSv1
|
---|
308 | ExpectedResult = Success
|
---|
309 | Method = DTLS
|
---|
310 |
|
---|
311 |
|
---|
312 | # ===========================================================
|
---|
313 |
|
---|
314 | [9-version-negotiation]
|
---|
315 | ssl_conf = 9-version-negotiation-ssl
|
---|
316 |
|
---|
317 | [9-version-negotiation-ssl]
|
---|
318 | server = 9-version-negotiation-server
|
---|
319 | client = 9-version-negotiation-client
|
---|
320 |
|
---|
321 | [9-version-negotiation-server]
|
---|
322 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
323 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
324 | MaxProtocol = DTLSv1.2
|
---|
325 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
326 |
|
---|
327 | [9-version-negotiation-client]
|
---|
328 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
329 | MaxProtocol = DTLSv1.2
|
---|
330 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
331 | VerifyMode = Peer
|
---|
332 |
|
---|
333 | [test-9]
|
---|
334 | ExpectedProtocol = DTLSv1.2
|
---|
335 | ExpectedResult = Success
|
---|
336 | Method = DTLS
|
---|
337 |
|
---|
338 |
|
---|
339 | # ===========================================================
|
---|
340 |
|
---|
341 | [10-version-negotiation]
|
---|
342 | ssl_conf = 10-version-negotiation-ssl
|
---|
343 |
|
---|
344 | [10-version-negotiation-ssl]
|
---|
345 | server = 10-version-negotiation-server
|
---|
346 | client = 10-version-negotiation-client
|
---|
347 |
|
---|
348 | [10-version-negotiation-server]
|
---|
349 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
350 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
351 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
352 |
|
---|
353 | [10-version-negotiation-client]
|
---|
354 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
355 | MaxProtocol = DTLSv1.2
|
---|
356 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
357 | VerifyMode = Peer
|
---|
358 |
|
---|
359 | [test-10]
|
---|
360 | ExpectedProtocol = DTLSv1.2
|
---|
361 | ExpectedResult = Success
|
---|
362 | Method = DTLS
|
---|
363 |
|
---|
364 |
|
---|
365 | # ===========================================================
|
---|
366 |
|
---|
367 | [11-version-negotiation]
|
---|
368 | ssl_conf = 11-version-negotiation-ssl
|
---|
369 |
|
---|
370 | [11-version-negotiation-ssl]
|
---|
371 | server = 11-version-negotiation-server
|
---|
372 | client = 11-version-negotiation-client
|
---|
373 |
|
---|
374 | [11-version-negotiation-server]
|
---|
375 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
376 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
377 | MaxProtocol = DTLSv1
|
---|
378 | MinProtocol = DTLSv1
|
---|
379 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
380 |
|
---|
381 | [11-version-negotiation-client]
|
---|
382 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
383 | MaxProtocol = DTLSv1.2
|
---|
384 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
385 | VerifyMode = Peer
|
---|
386 |
|
---|
387 | [test-11]
|
---|
388 | ExpectedProtocol = DTLSv1
|
---|
389 | ExpectedResult = Success
|
---|
390 | Method = DTLS
|
---|
391 |
|
---|
392 |
|
---|
393 | # ===========================================================
|
---|
394 |
|
---|
395 | [12-version-negotiation]
|
---|
396 | ssl_conf = 12-version-negotiation-ssl
|
---|
397 |
|
---|
398 | [12-version-negotiation-ssl]
|
---|
399 | server = 12-version-negotiation-server
|
---|
400 | client = 12-version-negotiation-client
|
---|
401 |
|
---|
402 | [12-version-negotiation-server]
|
---|
403 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
404 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
405 | MaxProtocol = DTLSv1.2
|
---|
406 | MinProtocol = DTLSv1
|
---|
407 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
408 |
|
---|
409 | [12-version-negotiation-client]
|
---|
410 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
411 | MaxProtocol = DTLSv1.2
|
---|
412 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
413 | VerifyMode = Peer
|
---|
414 |
|
---|
415 | [test-12]
|
---|
416 | ExpectedProtocol = DTLSv1.2
|
---|
417 | ExpectedResult = Success
|
---|
418 | Method = DTLS
|
---|
419 |
|
---|
420 |
|
---|
421 | # ===========================================================
|
---|
422 |
|
---|
423 | [13-version-negotiation]
|
---|
424 | ssl_conf = 13-version-negotiation-ssl
|
---|
425 |
|
---|
426 | [13-version-negotiation-ssl]
|
---|
427 | server = 13-version-negotiation-server
|
---|
428 | client = 13-version-negotiation-client
|
---|
429 |
|
---|
430 | [13-version-negotiation-server]
|
---|
431 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
432 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
433 | MinProtocol = DTLSv1
|
---|
434 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
435 |
|
---|
436 | [13-version-negotiation-client]
|
---|
437 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
438 | MaxProtocol = DTLSv1.2
|
---|
439 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
440 | VerifyMode = Peer
|
---|
441 |
|
---|
442 | [test-13]
|
---|
443 | ExpectedProtocol = DTLSv1.2
|
---|
444 | ExpectedResult = Success
|
---|
445 | Method = DTLS
|
---|
446 |
|
---|
447 |
|
---|
448 | # ===========================================================
|
---|
449 |
|
---|
450 | [14-version-negotiation]
|
---|
451 | ssl_conf = 14-version-negotiation-ssl
|
---|
452 |
|
---|
453 | [14-version-negotiation-ssl]
|
---|
454 | server = 14-version-negotiation-server
|
---|
455 | client = 14-version-negotiation-client
|
---|
456 |
|
---|
457 | [14-version-negotiation-server]
|
---|
458 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
459 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
460 | MaxProtocol = DTLSv1.2
|
---|
461 | MinProtocol = DTLSv1.2
|
---|
462 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
463 |
|
---|
464 | [14-version-negotiation-client]
|
---|
465 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
466 | MaxProtocol = DTLSv1.2
|
---|
467 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
468 | VerifyMode = Peer
|
---|
469 |
|
---|
470 | [test-14]
|
---|
471 | ExpectedProtocol = DTLSv1.2
|
---|
472 | ExpectedResult = Success
|
---|
473 | Method = DTLS
|
---|
474 |
|
---|
475 |
|
---|
476 | # ===========================================================
|
---|
477 |
|
---|
478 | [15-version-negotiation]
|
---|
479 | ssl_conf = 15-version-negotiation-ssl
|
---|
480 |
|
---|
481 | [15-version-negotiation-ssl]
|
---|
482 | server = 15-version-negotiation-server
|
---|
483 | client = 15-version-negotiation-client
|
---|
484 |
|
---|
485 | [15-version-negotiation-server]
|
---|
486 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
487 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
488 | MinProtocol = DTLSv1.2
|
---|
489 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
490 |
|
---|
491 | [15-version-negotiation-client]
|
---|
492 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
493 | MaxProtocol = DTLSv1.2
|
---|
494 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
495 | VerifyMode = Peer
|
---|
496 |
|
---|
497 | [test-15]
|
---|
498 | ExpectedProtocol = DTLSv1.2
|
---|
499 | ExpectedResult = Success
|
---|
500 | Method = DTLS
|
---|
501 |
|
---|
502 |
|
---|
503 | # ===========================================================
|
---|
504 |
|
---|
505 | [16-version-negotiation]
|
---|
506 | ssl_conf = 16-version-negotiation-ssl
|
---|
507 |
|
---|
508 | [16-version-negotiation-ssl]
|
---|
509 | server = 16-version-negotiation-server
|
---|
510 | client = 16-version-negotiation-client
|
---|
511 |
|
---|
512 | [16-version-negotiation-server]
|
---|
513 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
514 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
515 | MaxProtocol = DTLSv1
|
---|
516 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
517 |
|
---|
518 | [16-version-negotiation-client]
|
---|
519 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
520 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
521 | VerifyMode = Peer
|
---|
522 |
|
---|
523 | [test-16]
|
---|
524 | ExpectedProtocol = DTLSv1
|
---|
525 | ExpectedResult = Success
|
---|
526 | Method = DTLS
|
---|
527 |
|
---|
528 |
|
---|
529 | # ===========================================================
|
---|
530 |
|
---|
531 | [17-version-negotiation]
|
---|
532 | ssl_conf = 17-version-negotiation-ssl
|
---|
533 |
|
---|
534 | [17-version-negotiation-ssl]
|
---|
535 | server = 17-version-negotiation-server
|
---|
536 | client = 17-version-negotiation-client
|
---|
537 |
|
---|
538 | [17-version-negotiation-server]
|
---|
539 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
540 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
541 | MaxProtocol = DTLSv1.2
|
---|
542 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
543 |
|
---|
544 | [17-version-negotiation-client]
|
---|
545 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
546 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
547 | VerifyMode = Peer
|
---|
548 |
|
---|
549 | [test-17]
|
---|
550 | ExpectedProtocol = DTLSv1.2
|
---|
551 | ExpectedResult = Success
|
---|
552 | Method = DTLS
|
---|
553 |
|
---|
554 |
|
---|
555 | # ===========================================================
|
---|
556 |
|
---|
557 | [18-version-negotiation]
|
---|
558 | ssl_conf = 18-version-negotiation-ssl
|
---|
559 |
|
---|
560 | [18-version-negotiation-ssl]
|
---|
561 | server = 18-version-negotiation-server
|
---|
562 | client = 18-version-negotiation-client
|
---|
563 |
|
---|
564 | [18-version-negotiation-server]
|
---|
565 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
566 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
567 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
568 |
|
---|
569 | [18-version-negotiation-client]
|
---|
570 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
571 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
572 | VerifyMode = Peer
|
---|
573 |
|
---|
574 | [test-18]
|
---|
575 | ExpectedProtocol = DTLSv1.2
|
---|
576 | ExpectedResult = Success
|
---|
577 | Method = DTLS
|
---|
578 |
|
---|
579 |
|
---|
580 | # ===========================================================
|
---|
581 |
|
---|
582 | [19-version-negotiation]
|
---|
583 | ssl_conf = 19-version-negotiation-ssl
|
---|
584 |
|
---|
585 | [19-version-negotiation-ssl]
|
---|
586 | server = 19-version-negotiation-server
|
---|
587 | client = 19-version-negotiation-client
|
---|
588 |
|
---|
589 | [19-version-negotiation-server]
|
---|
590 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
591 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
592 | MaxProtocol = DTLSv1
|
---|
593 | MinProtocol = DTLSv1
|
---|
594 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
595 |
|
---|
596 | [19-version-negotiation-client]
|
---|
597 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
598 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
599 | VerifyMode = Peer
|
---|
600 |
|
---|
601 | [test-19]
|
---|
602 | ExpectedProtocol = DTLSv1
|
---|
603 | ExpectedResult = Success
|
---|
604 | Method = DTLS
|
---|
605 |
|
---|
606 |
|
---|
607 | # ===========================================================
|
---|
608 |
|
---|
609 | [20-version-negotiation]
|
---|
610 | ssl_conf = 20-version-negotiation-ssl
|
---|
611 |
|
---|
612 | [20-version-negotiation-ssl]
|
---|
613 | server = 20-version-negotiation-server
|
---|
614 | client = 20-version-negotiation-client
|
---|
615 |
|
---|
616 | [20-version-negotiation-server]
|
---|
617 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
618 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
619 | MaxProtocol = DTLSv1.2
|
---|
620 | MinProtocol = DTLSv1
|
---|
621 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
622 |
|
---|
623 | [20-version-negotiation-client]
|
---|
624 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
625 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
626 | VerifyMode = Peer
|
---|
627 |
|
---|
628 | [test-20]
|
---|
629 | ExpectedProtocol = DTLSv1.2
|
---|
630 | ExpectedResult = Success
|
---|
631 | Method = DTLS
|
---|
632 |
|
---|
633 |
|
---|
634 | # ===========================================================
|
---|
635 |
|
---|
636 | [21-version-negotiation]
|
---|
637 | ssl_conf = 21-version-negotiation-ssl
|
---|
638 |
|
---|
639 | [21-version-negotiation-ssl]
|
---|
640 | server = 21-version-negotiation-server
|
---|
641 | client = 21-version-negotiation-client
|
---|
642 |
|
---|
643 | [21-version-negotiation-server]
|
---|
644 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
645 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
646 | MinProtocol = DTLSv1
|
---|
647 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
648 |
|
---|
649 | [21-version-negotiation-client]
|
---|
650 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
651 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
652 | VerifyMode = Peer
|
---|
653 |
|
---|
654 | [test-21]
|
---|
655 | ExpectedProtocol = DTLSv1.2
|
---|
656 | ExpectedResult = Success
|
---|
657 | Method = DTLS
|
---|
658 |
|
---|
659 |
|
---|
660 | # ===========================================================
|
---|
661 |
|
---|
662 | [22-version-negotiation]
|
---|
663 | ssl_conf = 22-version-negotiation-ssl
|
---|
664 |
|
---|
665 | [22-version-negotiation-ssl]
|
---|
666 | server = 22-version-negotiation-server
|
---|
667 | client = 22-version-negotiation-client
|
---|
668 |
|
---|
669 | [22-version-negotiation-server]
|
---|
670 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
671 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
672 | MaxProtocol = DTLSv1.2
|
---|
673 | MinProtocol = DTLSv1.2
|
---|
674 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
675 |
|
---|
676 | [22-version-negotiation-client]
|
---|
677 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
678 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
679 | VerifyMode = Peer
|
---|
680 |
|
---|
681 | [test-22]
|
---|
682 | ExpectedProtocol = DTLSv1.2
|
---|
683 | ExpectedResult = Success
|
---|
684 | Method = DTLS
|
---|
685 |
|
---|
686 |
|
---|
687 | # ===========================================================
|
---|
688 |
|
---|
689 | [23-version-negotiation]
|
---|
690 | ssl_conf = 23-version-negotiation-ssl
|
---|
691 |
|
---|
692 | [23-version-negotiation-ssl]
|
---|
693 | server = 23-version-negotiation-server
|
---|
694 | client = 23-version-negotiation-client
|
---|
695 |
|
---|
696 | [23-version-negotiation-server]
|
---|
697 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
698 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
699 | MinProtocol = DTLSv1.2
|
---|
700 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
701 |
|
---|
702 | [23-version-negotiation-client]
|
---|
703 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
704 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
705 | VerifyMode = Peer
|
---|
706 |
|
---|
707 | [test-23]
|
---|
708 | ExpectedProtocol = DTLSv1.2
|
---|
709 | ExpectedResult = Success
|
---|
710 | Method = DTLS
|
---|
711 |
|
---|
712 |
|
---|
713 | # ===========================================================
|
---|
714 |
|
---|
715 | [24-version-negotiation]
|
---|
716 | ssl_conf = 24-version-negotiation-ssl
|
---|
717 |
|
---|
718 | [24-version-negotiation-ssl]
|
---|
719 | server = 24-version-negotiation-server
|
---|
720 | client = 24-version-negotiation-client
|
---|
721 |
|
---|
722 | [24-version-negotiation-server]
|
---|
723 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
724 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
725 | MaxProtocol = DTLSv1
|
---|
726 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
727 |
|
---|
728 | [24-version-negotiation-client]
|
---|
729 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
730 | MaxProtocol = DTLSv1
|
---|
731 | MinProtocol = DTLSv1
|
---|
732 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
733 | VerifyMode = Peer
|
---|
734 |
|
---|
735 | [test-24]
|
---|
736 | ExpectedProtocol = DTLSv1
|
---|
737 | ExpectedResult = Success
|
---|
738 | Method = DTLS
|
---|
739 |
|
---|
740 |
|
---|
741 | # ===========================================================
|
---|
742 |
|
---|
743 | [25-version-negotiation]
|
---|
744 | ssl_conf = 25-version-negotiation-ssl
|
---|
745 |
|
---|
746 | [25-version-negotiation-ssl]
|
---|
747 | server = 25-version-negotiation-server
|
---|
748 | client = 25-version-negotiation-client
|
---|
749 |
|
---|
750 | [25-version-negotiation-server]
|
---|
751 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
752 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
753 | MaxProtocol = DTLSv1.2
|
---|
754 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
755 |
|
---|
756 | [25-version-negotiation-client]
|
---|
757 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
758 | MaxProtocol = DTLSv1
|
---|
759 | MinProtocol = DTLSv1
|
---|
760 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
761 | VerifyMode = Peer
|
---|
762 |
|
---|
763 | [test-25]
|
---|
764 | ExpectedProtocol = DTLSv1
|
---|
765 | ExpectedResult = Success
|
---|
766 | Method = DTLS
|
---|
767 |
|
---|
768 |
|
---|
769 | # ===========================================================
|
---|
770 |
|
---|
771 | [26-version-negotiation]
|
---|
772 | ssl_conf = 26-version-negotiation-ssl
|
---|
773 |
|
---|
774 | [26-version-negotiation-ssl]
|
---|
775 | server = 26-version-negotiation-server
|
---|
776 | client = 26-version-negotiation-client
|
---|
777 |
|
---|
778 | [26-version-negotiation-server]
|
---|
779 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
780 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
781 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
782 |
|
---|
783 | [26-version-negotiation-client]
|
---|
784 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
785 | MaxProtocol = DTLSv1
|
---|
786 | MinProtocol = DTLSv1
|
---|
787 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
788 | VerifyMode = Peer
|
---|
789 |
|
---|
790 | [test-26]
|
---|
791 | ExpectedProtocol = DTLSv1
|
---|
792 | ExpectedResult = Success
|
---|
793 | Method = DTLS
|
---|
794 |
|
---|
795 |
|
---|
796 | # ===========================================================
|
---|
797 |
|
---|
798 | [27-version-negotiation]
|
---|
799 | ssl_conf = 27-version-negotiation-ssl
|
---|
800 |
|
---|
801 | [27-version-negotiation-ssl]
|
---|
802 | server = 27-version-negotiation-server
|
---|
803 | client = 27-version-negotiation-client
|
---|
804 |
|
---|
805 | [27-version-negotiation-server]
|
---|
806 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
807 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
808 | MaxProtocol = DTLSv1
|
---|
809 | MinProtocol = DTLSv1
|
---|
810 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
811 |
|
---|
812 | [27-version-negotiation-client]
|
---|
813 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
814 | MaxProtocol = DTLSv1
|
---|
815 | MinProtocol = DTLSv1
|
---|
816 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
817 | VerifyMode = Peer
|
---|
818 |
|
---|
819 | [test-27]
|
---|
820 | ExpectedProtocol = DTLSv1
|
---|
821 | ExpectedResult = Success
|
---|
822 | Method = DTLS
|
---|
823 |
|
---|
824 |
|
---|
825 | # ===========================================================
|
---|
826 |
|
---|
827 | [28-version-negotiation]
|
---|
828 | ssl_conf = 28-version-negotiation-ssl
|
---|
829 |
|
---|
830 | [28-version-negotiation-ssl]
|
---|
831 | server = 28-version-negotiation-server
|
---|
832 | client = 28-version-negotiation-client
|
---|
833 |
|
---|
834 | [28-version-negotiation-server]
|
---|
835 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
836 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
837 | MaxProtocol = DTLSv1.2
|
---|
838 | MinProtocol = DTLSv1
|
---|
839 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
840 |
|
---|
841 | [28-version-negotiation-client]
|
---|
842 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
843 | MaxProtocol = DTLSv1
|
---|
844 | MinProtocol = DTLSv1
|
---|
845 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
846 | VerifyMode = Peer
|
---|
847 |
|
---|
848 | [test-28]
|
---|
849 | ExpectedProtocol = DTLSv1
|
---|
850 | ExpectedResult = Success
|
---|
851 | Method = DTLS
|
---|
852 |
|
---|
853 |
|
---|
854 | # ===========================================================
|
---|
855 |
|
---|
856 | [29-version-negotiation]
|
---|
857 | ssl_conf = 29-version-negotiation-ssl
|
---|
858 |
|
---|
859 | [29-version-negotiation-ssl]
|
---|
860 | server = 29-version-negotiation-server
|
---|
861 | client = 29-version-negotiation-client
|
---|
862 |
|
---|
863 | [29-version-negotiation-server]
|
---|
864 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
865 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
866 | MinProtocol = DTLSv1
|
---|
867 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
868 |
|
---|
869 | [29-version-negotiation-client]
|
---|
870 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
871 | MaxProtocol = DTLSv1
|
---|
872 | MinProtocol = DTLSv1
|
---|
873 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
874 | VerifyMode = Peer
|
---|
875 |
|
---|
876 | [test-29]
|
---|
877 | ExpectedProtocol = DTLSv1
|
---|
878 | ExpectedResult = Success
|
---|
879 | Method = DTLS
|
---|
880 |
|
---|
881 |
|
---|
882 | # ===========================================================
|
---|
883 |
|
---|
884 | [30-version-negotiation]
|
---|
885 | ssl_conf = 30-version-negotiation-ssl
|
---|
886 |
|
---|
887 | [30-version-negotiation-ssl]
|
---|
888 | server = 30-version-negotiation-server
|
---|
889 | client = 30-version-negotiation-client
|
---|
890 |
|
---|
891 | [30-version-negotiation-server]
|
---|
892 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
893 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
894 | MaxProtocol = DTLSv1.2
|
---|
895 | MinProtocol = DTLSv1.2
|
---|
896 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
897 |
|
---|
898 | [30-version-negotiation-client]
|
---|
899 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
900 | MaxProtocol = DTLSv1
|
---|
901 | MinProtocol = DTLSv1
|
---|
902 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
903 | VerifyMode = Peer
|
---|
904 |
|
---|
905 | [test-30]
|
---|
906 | ExpectedResult = ServerFail
|
---|
907 | Method = DTLS
|
---|
908 |
|
---|
909 |
|
---|
910 | # ===========================================================
|
---|
911 |
|
---|
912 | [31-version-negotiation]
|
---|
913 | ssl_conf = 31-version-negotiation-ssl
|
---|
914 |
|
---|
915 | [31-version-negotiation-ssl]
|
---|
916 | server = 31-version-negotiation-server
|
---|
917 | client = 31-version-negotiation-client
|
---|
918 |
|
---|
919 | [31-version-negotiation-server]
|
---|
920 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
921 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
922 | MinProtocol = DTLSv1.2
|
---|
923 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
924 |
|
---|
925 | [31-version-negotiation-client]
|
---|
926 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
927 | MaxProtocol = DTLSv1
|
---|
928 | MinProtocol = DTLSv1
|
---|
929 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
930 | VerifyMode = Peer
|
---|
931 |
|
---|
932 | [test-31]
|
---|
933 | ExpectedResult = ServerFail
|
---|
934 | Method = DTLS
|
---|
935 |
|
---|
936 |
|
---|
937 | # ===========================================================
|
---|
938 |
|
---|
939 | [32-version-negotiation]
|
---|
940 | ssl_conf = 32-version-negotiation-ssl
|
---|
941 |
|
---|
942 | [32-version-negotiation-ssl]
|
---|
943 | server = 32-version-negotiation-server
|
---|
944 | client = 32-version-negotiation-client
|
---|
945 |
|
---|
946 | [32-version-negotiation-server]
|
---|
947 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
948 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
949 | MaxProtocol = DTLSv1
|
---|
950 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
951 |
|
---|
952 | [32-version-negotiation-client]
|
---|
953 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
954 | MaxProtocol = DTLSv1.2
|
---|
955 | MinProtocol = DTLSv1
|
---|
956 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
957 | VerifyMode = Peer
|
---|
958 |
|
---|
959 | [test-32]
|
---|
960 | ExpectedProtocol = DTLSv1
|
---|
961 | ExpectedResult = Success
|
---|
962 | Method = DTLS
|
---|
963 |
|
---|
964 |
|
---|
965 | # ===========================================================
|
---|
966 |
|
---|
967 | [33-version-negotiation]
|
---|
968 | ssl_conf = 33-version-negotiation-ssl
|
---|
969 |
|
---|
970 | [33-version-negotiation-ssl]
|
---|
971 | server = 33-version-negotiation-server
|
---|
972 | client = 33-version-negotiation-client
|
---|
973 |
|
---|
974 | [33-version-negotiation-server]
|
---|
975 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
976 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
977 | MaxProtocol = DTLSv1.2
|
---|
978 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
979 |
|
---|
980 | [33-version-negotiation-client]
|
---|
981 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
982 | MaxProtocol = DTLSv1.2
|
---|
983 | MinProtocol = DTLSv1
|
---|
984 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
985 | VerifyMode = Peer
|
---|
986 |
|
---|
987 | [test-33]
|
---|
988 | ExpectedProtocol = DTLSv1.2
|
---|
989 | ExpectedResult = Success
|
---|
990 | Method = DTLS
|
---|
991 |
|
---|
992 |
|
---|
993 | # ===========================================================
|
---|
994 |
|
---|
995 | [34-version-negotiation]
|
---|
996 | ssl_conf = 34-version-negotiation-ssl
|
---|
997 |
|
---|
998 | [34-version-negotiation-ssl]
|
---|
999 | server = 34-version-negotiation-server
|
---|
1000 | client = 34-version-negotiation-client
|
---|
1001 |
|
---|
1002 | [34-version-negotiation-server]
|
---|
1003 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1004 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1005 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1006 |
|
---|
1007 | [34-version-negotiation-client]
|
---|
1008 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1009 | MaxProtocol = DTLSv1.2
|
---|
1010 | MinProtocol = DTLSv1
|
---|
1011 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1012 | VerifyMode = Peer
|
---|
1013 |
|
---|
1014 | [test-34]
|
---|
1015 | ExpectedProtocol = DTLSv1.2
|
---|
1016 | ExpectedResult = Success
|
---|
1017 | Method = DTLS
|
---|
1018 |
|
---|
1019 |
|
---|
1020 | # ===========================================================
|
---|
1021 |
|
---|
1022 | [35-version-negotiation]
|
---|
1023 | ssl_conf = 35-version-negotiation-ssl
|
---|
1024 |
|
---|
1025 | [35-version-negotiation-ssl]
|
---|
1026 | server = 35-version-negotiation-server
|
---|
1027 | client = 35-version-negotiation-client
|
---|
1028 |
|
---|
1029 | [35-version-negotiation-server]
|
---|
1030 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1031 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1032 | MaxProtocol = DTLSv1
|
---|
1033 | MinProtocol = DTLSv1
|
---|
1034 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1035 |
|
---|
1036 | [35-version-negotiation-client]
|
---|
1037 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1038 | MaxProtocol = DTLSv1.2
|
---|
1039 | MinProtocol = DTLSv1
|
---|
1040 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1041 | VerifyMode = Peer
|
---|
1042 |
|
---|
1043 | [test-35]
|
---|
1044 | ExpectedProtocol = DTLSv1
|
---|
1045 | ExpectedResult = Success
|
---|
1046 | Method = DTLS
|
---|
1047 |
|
---|
1048 |
|
---|
1049 | # ===========================================================
|
---|
1050 |
|
---|
1051 | [36-version-negotiation]
|
---|
1052 | ssl_conf = 36-version-negotiation-ssl
|
---|
1053 |
|
---|
1054 | [36-version-negotiation-ssl]
|
---|
1055 | server = 36-version-negotiation-server
|
---|
1056 | client = 36-version-negotiation-client
|
---|
1057 |
|
---|
1058 | [36-version-negotiation-server]
|
---|
1059 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1060 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1061 | MaxProtocol = DTLSv1.2
|
---|
1062 | MinProtocol = DTLSv1
|
---|
1063 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1064 |
|
---|
1065 | [36-version-negotiation-client]
|
---|
1066 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1067 | MaxProtocol = DTLSv1.2
|
---|
1068 | MinProtocol = DTLSv1
|
---|
1069 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1070 | VerifyMode = Peer
|
---|
1071 |
|
---|
1072 | [test-36]
|
---|
1073 | ExpectedProtocol = DTLSv1.2
|
---|
1074 | ExpectedResult = Success
|
---|
1075 | Method = DTLS
|
---|
1076 |
|
---|
1077 |
|
---|
1078 | # ===========================================================
|
---|
1079 |
|
---|
1080 | [37-version-negotiation]
|
---|
1081 | ssl_conf = 37-version-negotiation-ssl
|
---|
1082 |
|
---|
1083 | [37-version-negotiation-ssl]
|
---|
1084 | server = 37-version-negotiation-server
|
---|
1085 | client = 37-version-negotiation-client
|
---|
1086 |
|
---|
1087 | [37-version-negotiation-server]
|
---|
1088 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1089 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1090 | MinProtocol = DTLSv1
|
---|
1091 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1092 |
|
---|
1093 | [37-version-negotiation-client]
|
---|
1094 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1095 | MaxProtocol = DTLSv1.2
|
---|
1096 | MinProtocol = DTLSv1
|
---|
1097 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1098 | VerifyMode = Peer
|
---|
1099 |
|
---|
1100 | [test-37]
|
---|
1101 | ExpectedProtocol = DTLSv1.2
|
---|
1102 | ExpectedResult = Success
|
---|
1103 | Method = DTLS
|
---|
1104 |
|
---|
1105 |
|
---|
1106 | # ===========================================================
|
---|
1107 |
|
---|
1108 | [38-version-negotiation]
|
---|
1109 | ssl_conf = 38-version-negotiation-ssl
|
---|
1110 |
|
---|
1111 | [38-version-negotiation-ssl]
|
---|
1112 | server = 38-version-negotiation-server
|
---|
1113 | client = 38-version-negotiation-client
|
---|
1114 |
|
---|
1115 | [38-version-negotiation-server]
|
---|
1116 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1117 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1118 | MaxProtocol = DTLSv1.2
|
---|
1119 | MinProtocol = DTLSv1.2
|
---|
1120 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1121 |
|
---|
1122 | [38-version-negotiation-client]
|
---|
1123 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1124 | MaxProtocol = DTLSv1.2
|
---|
1125 | MinProtocol = DTLSv1
|
---|
1126 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1127 | VerifyMode = Peer
|
---|
1128 |
|
---|
1129 | [test-38]
|
---|
1130 | ExpectedProtocol = DTLSv1.2
|
---|
1131 | ExpectedResult = Success
|
---|
1132 | Method = DTLS
|
---|
1133 |
|
---|
1134 |
|
---|
1135 | # ===========================================================
|
---|
1136 |
|
---|
1137 | [39-version-negotiation]
|
---|
1138 | ssl_conf = 39-version-negotiation-ssl
|
---|
1139 |
|
---|
1140 | [39-version-negotiation-ssl]
|
---|
1141 | server = 39-version-negotiation-server
|
---|
1142 | client = 39-version-negotiation-client
|
---|
1143 |
|
---|
1144 | [39-version-negotiation-server]
|
---|
1145 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1146 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1147 | MinProtocol = DTLSv1.2
|
---|
1148 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1149 |
|
---|
1150 | [39-version-negotiation-client]
|
---|
1151 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1152 | MaxProtocol = DTLSv1.2
|
---|
1153 | MinProtocol = DTLSv1
|
---|
1154 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1155 | VerifyMode = Peer
|
---|
1156 |
|
---|
1157 | [test-39]
|
---|
1158 | ExpectedProtocol = DTLSv1.2
|
---|
1159 | ExpectedResult = Success
|
---|
1160 | Method = DTLS
|
---|
1161 |
|
---|
1162 |
|
---|
1163 | # ===========================================================
|
---|
1164 |
|
---|
1165 | [40-version-negotiation]
|
---|
1166 | ssl_conf = 40-version-negotiation-ssl
|
---|
1167 |
|
---|
1168 | [40-version-negotiation-ssl]
|
---|
1169 | server = 40-version-negotiation-server
|
---|
1170 | client = 40-version-negotiation-client
|
---|
1171 |
|
---|
1172 | [40-version-negotiation-server]
|
---|
1173 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1174 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1175 | MaxProtocol = DTLSv1
|
---|
1176 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1177 |
|
---|
1178 | [40-version-negotiation-client]
|
---|
1179 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1180 | MinProtocol = DTLSv1
|
---|
1181 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1182 | VerifyMode = Peer
|
---|
1183 |
|
---|
1184 | [test-40]
|
---|
1185 | ExpectedProtocol = DTLSv1
|
---|
1186 | ExpectedResult = Success
|
---|
1187 | Method = DTLS
|
---|
1188 |
|
---|
1189 |
|
---|
1190 | # ===========================================================
|
---|
1191 |
|
---|
1192 | [41-version-negotiation]
|
---|
1193 | ssl_conf = 41-version-negotiation-ssl
|
---|
1194 |
|
---|
1195 | [41-version-negotiation-ssl]
|
---|
1196 | server = 41-version-negotiation-server
|
---|
1197 | client = 41-version-negotiation-client
|
---|
1198 |
|
---|
1199 | [41-version-negotiation-server]
|
---|
1200 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1201 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1202 | MaxProtocol = DTLSv1.2
|
---|
1203 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1204 |
|
---|
1205 | [41-version-negotiation-client]
|
---|
1206 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1207 | MinProtocol = DTLSv1
|
---|
1208 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1209 | VerifyMode = Peer
|
---|
1210 |
|
---|
1211 | [test-41]
|
---|
1212 | ExpectedProtocol = DTLSv1.2
|
---|
1213 | ExpectedResult = Success
|
---|
1214 | Method = DTLS
|
---|
1215 |
|
---|
1216 |
|
---|
1217 | # ===========================================================
|
---|
1218 |
|
---|
1219 | [42-version-negotiation]
|
---|
1220 | ssl_conf = 42-version-negotiation-ssl
|
---|
1221 |
|
---|
1222 | [42-version-negotiation-ssl]
|
---|
1223 | server = 42-version-negotiation-server
|
---|
1224 | client = 42-version-negotiation-client
|
---|
1225 |
|
---|
1226 | [42-version-negotiation-server]
|
---|
1227 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1228 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1229 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1230 |
|
---|
1231 | [42-version-negotiation-client]
|
---|
1232 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1233 | MinProtocol = DTLSv1
|
---|
1234 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1235 | VerifyMode = Peer
|
---|
1236 |
|
---|
1237 | [test-42]
|
---|
1238 | ExpectedProtocol = DTLSv1.2
|
---|
1239 | ExpectedResult = Success
|
---|
1240 | Method = DTLS
|
---|
1241 |
|
---|
1242 |
|
---|
1243 | # ===========================================================
|
---|
1244 |
|
---|
1245 | [43-version-negotiation]
|
---|
1246 | ssl_conf = 43-version-negotiation-ssl
|
---|
1247 |
|
---|
1248 | [43-version-negotiation-ssl]
|
---|
1249 | server = 43-version-negotiation-server
|
---|
1250 | client = 43-version-negotiation-client
|
---|
1251 |
|
---|
1252 | [43-version-negotiation-server]
|
---|
1253 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1254 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1255 | MaxProtocol = DTLSv1
|
---|
1256 | MinProtocol = DTLSv1
|
---|
1257 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1258 |
|
---|
1259 | [43-version-negotiation-client]
|
---|
1260 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1261 | MinProtocol = DTLSv1
|
---|
1262 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1263 | VerifyMode = Peer
|
---|
1264 |
|
---|
1265 | [test-43]
|
---|
1266 | ExpectedProtocol = DTLSv1
|
---|
1267 | ExpectedResult = Success
|
---|
1268 | Method = DTLS
|
---|
1269 |
|
---|
1270 |
|
---|
1271 | # ===========================================================
|
---|
1272 |
|
---|
1273 | [44-version-negotiation]
|
---|
1274 | ssl_conf = 44-version-negotiation-ssl
|
---|
1275 |
|
---|
1276 | [44-version-negotiation-ssl]
|
---|
1277 | server = 44-version-negotiation-server
|
---|
1278 | client = 44-version-negotiation-client
|
---|
1279 |
|
---|
1280 | [44-version-negotiation-server]
|
---|
1281 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1282 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1283 | MaxProtocol = DTLSv1.2
|
---|
1284 | MinProtocol = DTLSv1
|
---|
1285 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1286 |
|
---|
1287 | [44-version-negotiation-client]
|
---|
1288 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1289 | MinProtocol = DTLSv1
|
---|
1290 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1291 | VerifyMode = Peer
|
---|
1292 |
|
---|
1293 | [test-44]
|
---|
1294 | ExpectedProtocol = DTLSv1.2
|
---|
1295 | ExpectedResult = Success
|
---|
1296 | Method = DTLS
|
---|
1297 |
|
---|
1298 |
|
---|
1299 | # ===========================================================
|
---|
1300 |
|
---|
1301 | [45-version-negotiation]
|
---|
1302 | ssl_conf = 45-version-negotiation-ssl
|
---|
1303 |
|
---|
1304 | [45-version-negotiation-ssl]
|
---|
1305 | server = 45-version-negotiation-server
|
---|
1306 | client = 45-version-negotiation-client
|
---|
1307 |
|
---|
1308 | [45-version-negotiation-server]
|
---|
1309 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1310 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1311 | MinProtocol = DTLSv1
|
---|
1312 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1313 |
|
---|
1314 | [45-version-negotiation-client]
|
---|
1315 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1316 | MinProtocol = DTLSv1
|
---|
1317 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1318 | VerifyMode = Peer
|
---|
1319 |
|
---|
1320 | [test-45]
|
---|
1321 | ExpectedProtocol = DTLSv1.2
|
---|
1322 | ExpectedResult = Success
|
---|
1323 | Method = DTLS
|
---|
1324 |
|
---|
1325 |
|
---|
1326 | # ===========================================================
|
---|
1327 |
|
---|
1328 | [46-version-negotiation]
|
---|
1329 | ssl_conf = 46-version-negotiation-ssl
|
---|
1330 |
|
---|
1331 | [46-version-negotiation-ssl]
|
---|
1332 | server = 46-version-negotiation-server
|
---|
1333 | client = 46-version-negotiation-client
|
---|
1334 |
|
---|
1335 | [46-version-negotiation-server]
|
---|
1336 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1337 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1338 | MaxProtocol = DTLSv1.2
|
---|
1339 | MinProtocol = DTLSv1.2
|
---|
1340 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1341 |
|
---|
1342 | [46-version-negotiation-client]
|
---|
1343 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1344 | MinProtocol = DTLSv1
|
---|
1345 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1346 | VerifyMode = Peer
|
---|
1347 |
|
---|
1348 | [test-46]
|
---|
1349 | ExpectedProtocol = DTLSv1.2
|
---|
1350 | ExpectedResult = Success
|
---|
1351 | Method = DTLS
|
---|
1352 |
|
---|
1353 |
|
---|
1354 | # ===========================================================
|
---|
1355 |
|
---|
1356 | [47-version-negotiation]
|
---|
1357 | ssl_conf = 47-version-negotiation-ssl
|
---|
1358 |
|
---|
1359 | [47-version-negotiation-ssl]
|
---|
1360 | server = 47-version-negotiation-server
|
---|
1361 | client = 47-version-negotiation-client
|
---|
1362 |
|
---|
1363 | [47-version-negotiation-server]
|
---|
1364 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1365 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1366 | MinProtocol = DTLSv1.2
|
---|
1367 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1368 |
|
---|
1369 | [47-version-negotiation-client]
|
---|
1370 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1371 | MinProtocol = DTLSv1
|
---|
1372 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1373 | VerifyMode = Peer
|
---|
1374 |
|
---|
1375 | [test-47]
|
---|
1376 | ExpectedProtocol = DTLSv1.2
|
---|
1377 | ExpectedResult = Success
|
---|
1378 | Method = DTLS
|
---|
1379 |
|
---|
1380 |
|
---|
1381 | # ===========================================================
|
---|
1382 |
|
---|
1383 | [48-version-negotiation]
|
---|
1384 | ssl_conf = 48-version-negotiation-ssl
|
---|
1385 |
|
---|
1386 | [48-version-negotiation-ssl]
|
---|
1387 | server = 48-version-negotiation-server
|
---|
1388 | client = 48-version-negotiation-client
|
---|
1389 |
|
---|
1390 | [48-version-negotiation-server]
|
---|
1391 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1392 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1393 | MaxProtocol = DTLSv1
|
---|
1394 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1395 |
|
---|
1396 | [48-version-negotiation-client]
|
---|
1397 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1398 | MaxProtocol = DTLSv1.2
|
---|
1399 | MinProtocol = DTLSv1.2
|
---|
1400 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1401 | VerifyMode = Peer
|
---|
1402 |
|
---|
1403 | [test-48]
|
---|
1404 | ExpectedResult = ClientFail
|
---|
1405 | Method = DTLS
|
---|
1406 |
|
---|
1407 |
|
---|
1408 | # ===========================================================
|
---|
1409 |
|
---|
1410 | [49-version-negotiation]
|
---|
1411 | ssl_conf = 49-version-negotiation-ssl
|
---|
1412 |
|
---|
1413 | [49-version-negotiation-ssl]
|
---|
1414 | server = 49-version-negotiation-server
|
---|
1415 | client = 49-version-negotiation-client
|
---|
1416 |
|
---|
1417 | [49-version-negotiation-server]
|
---|
1418 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1419 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1420 | MaxProtocol = DTLSv1.2
|
---|
1421 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1422 |
|
---|
1423 | [49-version-negotiation-client]
|
---|
1424 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1425 | MaxProtocol = DTLSv1.2
|
---|
1426 | MinProtocol = DTLSv1.2
|
---|
1427 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1428 | VerifyMode = Peer
|
---|
1429 |
|
---|
1430 | [test-49]
|
---|
1431 | ExpectedProtocol = DTLSv1.2
|
---|
1432 | ExpectedResult = Success
|
---|
1433 | Method = DTLS
|
---|
1434 |
|
---|
1435 |
|
---|
1436 | # ===========================================================
|
---|
1437 |
|
---|
1438 | [50-version-negotiation]
|
---|
1439 | ssl_conf = 50-version-negotiation-ssl
|
---|
1440 |
|
---|
1441 | [50-version-negotiation-ssl]
|
---|
1442 | server = 50-version-negotiation-server
|
---|
1443 | client = 50-version-negotiation-client
|
---|
1444 |
|
---|
1445 | [50-version-negotiation-server]
|
---|
1446 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1447 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1448 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1449 |
|
---|
1450 | [50-version-negotiation-client]
|
---|
1451 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1452 | MaxProtocol = DTLSv1.2
|
---|
1453 | MinProtocol = DTLSv1.2
|
---|
1454 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1455 | VerifyMode = Peer
|
---|
1456 |
|
---|
1457 | [test-50]
|
---|
1458 | ExpectedProtocol = DTLSv1.2
|
---|
1459 | ExpectedResult = Success
|
---|
1460 | Method = DTLS
|
---|
1461 |
|
---|
1462 |
|
---|
1463 | # ===========================================================
|
---|
1464 |
|
---|
1465 | [51-version-negotiation]
|
---|
1466 | ssl_conf = 51-version-negotiation-ssl
|
---|
1467 |
|
---|
1468 | [51-version-negotiation-ssl]
|
---|
1469 | server = 51-version-negotiation-server
|
---|
1470 | client = 51-version-negotiation-client
|
---|
1471 |
|
---|
1472 | [51-version-negotiation-server]
|
---|
1473 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1474 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1475 | MaxProtocol = DTLSv1
|
---|
1476 | MinProtocol = DTLSv1
|
---|
1477 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1478 |
|
---|
1479 | [51-version-negotiation-client]
|
---|
1480 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1481 | MaxProtocol = DTLSv1.2
|
---|
1482 | MinProtocol = DTLSv1.2
|
---|
1483 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1484 | VerifyMode = Peer
|
---|
1485 |
|
---|
1486 | [test-51]
|
---|
1487 | ExpectedResult = ClientFail
|
---|
1488 | Method = DTLS
|
---|
1489 |
|
---|
1490 |
|
---|
1491 | # ===========================================================
|
---|
1492 |
|
---|
1493 | [52-version-negotiation]
|
---|
1494 | ssl_conf = 52-version-negotiation-ssl
|
---|
1495 |
|
---|
1496 | [52-version-negotiation-ssl]
|
---|
1497 | server = 52-version-negotiation-server
|
---|
1498 | client = 52-version-negotiation-client
|
---|
1499 |
|
---|
1500 | [52-version-negotiation-server]
|
---|
1501 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1502 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1503 | MaxProtocol = DTLSv1.2
|
---|
1504 | MinProtocol = DTLSv1
|
---|
1505 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1506 |
|
---|
1507 | [52-version-negotiation-client]
|
---|
1508 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1509 | MaxProtocol = DTLSv1.2
|
---|
1510 | MinProtocol = DTLSv1.2
|
---|
1511 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1512 | VerifyMode = Peer
|
---|
1513 |
|
---|
1514 | [test-52]
|
---|
1515 | ExpectedProtocol = DTLSv1.2
|
---|
1516 | ExpectedResult = Success
|
---|
1517 | Method = DTLS
|
---|
1518 |
|
---|
1519 |
|
---|
1520 | # ===========================================================
|
---|
1521 |
|
---|
1522 | [53-version-negotiation]
|
---|
1523 | ssl_conf = 53-version-negotiation-ssl
|
---|
1524 |
|
---|
1525 | [53-version-negotiation-ssl]
|
---|
1526 | server = 53-version-negotiation-server
|
---|
1527 | client = 53-version-negotiation-client
|
---|
1528 |
|
---|
1529 | [53-version-negotiation-server]
|
---|
1530 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1531 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1532 | MinProtocol = DTLSv1
|
---|
1533 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1534 |
|
---|
1535 | [53-version-negotiation-client]
|
---|
1536 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1537 | MaxProtocol = DTLSv1.2
|
---|
1538 | MinProtocol = DTLSv1.2
|
---|
1539 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1540 | VerifyMode = Peer
|
---|
1541 |
|
---|
1542 | [test-53]
|
---|
1543 | ExpectedProtocol = DTLSv1.2
|
---|
1544 | ExpectedResult = Success
|
---|
1545 | Method = DTLS
|
---|
1546 |
|
---|
1547 |
|
---|
1548 | # ===========================================================
|
---|
1549 |
|
---|
1550 | [54-version-negotiation]
|
---|
1551 | ssl_conf = 54-version-negotiation-ssl
|
---|
1552 |
|
---|
1553 | [54-version-negotiation-ssl]
|
---|
1554 | server = 54-version-negotiation-server
|
---|
1555 | client = 54-version-negotiation-client
|
---|
1556 |
|
---|
1557 | [54-version-negotiation-server]
|
---|
1558 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1559 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1560 | MaxProtocol = DTLSv1.2
|
---|
1561 | MinProtocol = DTLSv1.2
|
---|
1562 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1563 |
|
---|
1564 | [54-version-negotiation-client]
|
---|
1565 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1566 | MaxProtocol = DTLSv1.2
|
---|
1567 | MinProtocol = DTLSv1.2
|
---|
1568 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1569 | VerifyMode = Peer
|
---|
1570 |
|
---|
1571 | [test-54]
|
---|
1572 | ExpectedProtocol = DTLSv1.2
|
---|
1573 | ExpectedResult = Success
|
---|
1574 | Method = DTLS
|
---|
1575 |
|
---|
1576 |
|
---|
1577 | # ===========================================================
|
---|
1578 |
|
---|
1579 | [55-version-negotiation]
|
---|
1580 | ssl_conf = 55-version-negotiation-ssl
|
---|
1581 |
|
---|
1582 | [55-version-negotiation-ssl]
|
---|
1583 | server = 55-version-negotiation-server
|
---|
1584 | client = 55-version-negotiation-client
|
---|
1585 |
|
---|
1586 | [55-version-negotiation-server]
|
---|
1587 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1588 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1589 | MinProtocol = DTLSv1.2
|
---|
1590 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1591 |
|
---|
1592 | [55-version-negotiation-client]
|
---|
1593 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1594 | MaxProtocol = DTLSv1.2
|
---|
1595 | MinProtocol = DTLSv1.2
|
---|
1596 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1597 | VerifyMode = Peer
|
---|
1598 |
|
---|
1599 | [test-55]
|
---|
1600 | ExpectedProtocol = DTLSv1.2
|
---|
1601 | ExpectedResult = Success
|
---|
1602 | Method = DTLS
|
---|
1603 |
|
---|
1604 |
|
---|
1605 | # ===========================================================
|
---|
1606 |
|
---|
1607 | [56-version-negotiation]
|
---|
1608 | ssl_conf = 56-version-negotiation-ssl
|
---|
1609 |
|
---|
1610 | [56-version-negotiation-ssl]
|
---|
1611 | server = 56-version-negotiation-server
|
---|
1612 | client = 56-version-negotiation-client
|
---|
1613 |
|
---|
1614 | [56-version-negotiation-server]
|
---|
1615 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1616 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1617 | MaxProtocol = DTLSv1
|
---|
1618 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1619 |
|
---|
1620 | [56-version-negotiation-client]
|
---|
1621 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1622 | MinProtocol = DTLSv1.2
|
---|
1623 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1624 | VerifyMode = Peer
|
---|
1625 |
|
---|
1626 | [test-56]
|
---|
1627 | ExpectedResult = ClientFail
|
---|
1628 | Method = DTLS
|
---|
1629 |
|
---|
1630 |
|
---|
1631 | # ===========================================================
|
---|
1632 |
|
---|
1633 | [57-version-negotiation]
|
---|
1634 | ssl_conf = 57-version-negotiation-ssl
|
---|
1635 |
|
---|
1636 | [57-version-negotiation-ssl]
|
---|
1637 | server = 57-version-negotiation-server
|
---|
1638 | client = 57-version-negotiation-client
|
---|
1639 |
|
---|
1640 | [57-version-negotiation-server]
|
---|
1641 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1642 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1643 | MaxProtocol = DTLSv1.2
|
---|
1644 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1645 |
|
---|
1646 | [57-version-negotiation-client]
|
---|
1647 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1648 | MinProtocol = DTLSv1.2
|
---|
1649 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1650 | VerifyMode = Peer
|
---|
1651 |
|
---|
1652 | [test-57]
|
---|
1653 | ExpectedProtocol = DTLSv1.2
|
---|
1654 | ExpectedResult = Success
|
---|
1655 | Method = DTLS
|
---|
1656 |
|
---|
1657 |
|
---|
1658 | # ===========================================================
|
---|
1659 |
|
---|
1660 | [58-version-negotiation]
|
---|
1661 | ssl_conf = 58-version-negotiation-ssl
|
---|
1662 |
|
---|
1663 | [58-version-negotiation-ssl]
|
---|
1664 | server = 58-version-negotiation-server
|
---|
1665 | client = 58-version-negotiation-client
|
---|
1666 |
|
---|
1667 | [58-version-negotiation-server]
|
---|
1668 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1669 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1670 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1671 |
|
---|
1672 | [58-version-negotiation-client]
|
---|
1673 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1674 | MinProtocol = DTLSv1.2
|
---|
1675 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1676 | VerifyMode = Peer
|
---|
1677 |
|
---|
1678 | [test-58]
|
---|
1679 | ExpectedProtocol = DTLSv1.2
|
---|
1680 | ExpectedResult = Success
|
---|
1681 | Method = DTLS
|
---|
1682 |
|
---|
1683 |
|
---|
1684 | # ===========================================================
|
---|
1685 |
|
---|
1686 | [59-version-negotiation]
|
---|
1687 | ssl_conf = 59-version-negotiation-ssl
|
---|
1688 |
|
---|
1689 | [59-version-negotiation-ssl]
|
---|
1690 | server = 59-version-negotiation-server
|
---|
1691 | client = 59-version-negotiation-client
|
---|
1692 |
|
---|
1693 | [59-version-negotiation-server]
|
---|
1694 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1695 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1696 | MaxProtocol = DTLSv1
|
---|
1697 | MinProtocol = DTLSv1
|
---|
1698 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1699 |
|
---|
1700 | [59-version-negotiation-client]
|
---|
1701 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1702 | MinProtocol = DTLSv1.2
|
---|
1703 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1704 | VerifyMode = Peer
|
---|
1705 |
|
---|
1706 | [test-59]
|
---|
1707 | ExpectedResult = ClientFail
|
---|
1708 | Method = DTLS
|
---|
1709 |
|
---|
1710 |
|
---|
1711 | # ===========================================================
|
---|
1712 |
|
---|
1713 | [60-version-negotiation]
|
---|
1714 | ssl_conf = 60-version-negotiation-ssl
|
---|
1715 |
|
---|
1716 | [60-version-negotiation-ssl]
|
---|
1717 | server = 60-version-negotiation-server
|
---|
1718 | client = 60-version-negotiation-client
|
---|
1719 |
|
---|
1720 | [60-version-negotiation-server]
|
---|
1721 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1722 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1723 | MaxProtocol = DTLSv1.2
|
---|
1724 | MinProtocol = DTLSv1
|
---|
1725 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1726 |
|
---|
1727 | [60-version-negotiation-client]
|
---|
1728 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1729 | MinProtocol = DTLSv1.2
|
---|
1730 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1731 | VerifyMode = Peer
|
---|
1732 |
|
---|
1733 | [test-60]
|
---|
1734 | ExpectedProtocol = DTLSv1.2
|
---|
1735 | ExpectedResult = Success
|
---|
1736 | Method = DTLS
|
---|
1737 |
|
---|
1738 |
|
---|
1739 | # ===========================================================
|
---|
1740 |
|
---|
1741 | [61-version-negotiation]
|
---|
1742 | ssl_conf = 61-version-negotiation-ssl
|
---|
1743 |
|
---|
1744 | [61-version-negotiation-ssl]
|
---|
1745 | server = 61-version-negotiation-server
|
---|
1746 | client = 61-version-negotiation-client
|
---|
1747 |
|
---|
1748 | [61-version-negotiation-server]
|
---|
1749 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1750 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1751 | MinProtocol = DTLSv1
|
---|
1752 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1753 |
|
---|
1754 | [61-version-negotiation-client]
|
---|
1755 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1756 | MinProtocol = DTLSv1.2
|
---|
1757 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1758 | VerifyMode = Peer
|
---|
1759 |
|
---|
1760 | [test-61]
|
---|
1761 | ExpectedProtocol = DTLSv1.2
|
---|
1762 | ExpectedResult = Success
|
---|
1763 | Method = DTLS
|
---|
1764 |
|
---|
1765 |
|
---|
1766 | # ===========================================================
|
---|
1767 |
|
---|
1768 | [62-version-negotiation]
|
---|
1769 | ssl_conf = 62-version-negotiation-ssl
|
---|
1770 |
|
---|
1771 | [62-version-negotiation-ssl]
|
---|
1772 | server = 62-version-negotiation-server
|
---|
1773 | client = 62-version-negotiation-client
|
---|
1774 |
|
---|
1775 | [62-version-negotiation-server]
|
---|
1776 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1777 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1778 | MaxProtocol = DTLSv1.2
|
---|
1779 | MinProtocol = DTLSv1.2
|
---|
1780 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1781 |
|
---|
1782 | [62-version-negotiation-client]
|
---|
1783 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1784 | MinProtocol = DTLSv1.2
|
---|
1785 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1786 | VerifyMode = Peer
|
---|
1787 |
|
---|
1788 | [test-62]
|
---|
1789 | ExpectedProtocol = DTLSv1.2
|
---|
1790 | ExpectedResult = Success
|
---|
1791 | Method = DTLS
|
---|
1792 |
|
---|
1793 |
|
---|
1794 | # ===========================================================
|
---|
1795 |
|
---|
1796 | [63-version-negotiation]
|
---|
1797 | ssl_conf = 63-version-negotiation-ssl
|
---|
1798 |
|
---|
1799 | [63-version-negotiation-ssl]
|
---|
1800 | server = 63-version-negotiation-server
|
---|
1801 | client = 63-version-negotiation-client
|
---|
1802 |
|
---|
1803 | [63-version-negotiation-server]
|
---|
1804 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
1805 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1806 | MinProtocol = DTLSv1.2
|
---|
1807 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
1808 |
|
---|
1809 | [63-version-negotiation-client]
|
---|
1810 | CipherString = DEFAULT:@SECLEVEL=0
|
---|
1811 | MinProtocol = DTLSv1.2
|
---|
1812 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
1813 | VerifyMode = Peer
|
---|
1814 |
|
---|
1815 | [test-63]
|
---|
1816 | ExpectedProtocol = DTLSv1.2
|
---|
1817 | ExpectedResult = Success
|
---|
1818 | Method = DTLS
|
---|
1819 |
|
---|
1820 |
|
---|