1 | # Generated with generate_ssl_tests.pl
|
---|
2 |
|
---|
3 | num_tests = 22
|
---|
4 |
|
---|
5 | test-0 = 0-npn-simple
|
---|
6 | test-1 = 1-npn-client-finds-match
|
---|
7 | test-2 = 2-npn-client-honours-server-pref
|
---|
8 | test-3 = 3-npn-client-first-pref-on-mismatch
|
---|
9 | test-4 = 4-npn-no-server-support
|
---|
10 | test-5 = 5-npn-no-client-support
|
---|
11 | test-6 = 6-npn-empty-client-list
|
---|
12 | test-7 = 7-npn-empty-server-list
|
---|
13 | test-8 = 8-npn-with-sni-no-context-switch
|
---|
14 | test-9 = 9-npn-with-sni-context-switch
|
---|
15 | test-10 = 10-npn-selected-sni-server-supports-npn
|
---|
16 | test-11 = 11-npn-selected-sni-server-does-not-support-npn
|
---|
17 | test-12 = 12-alpn-preferred-over-npn
|
---|
18 | test-13 = 13-sni-npn-preferred-over-alpn
|
---|
19 | test-14 = 14-npn-simple-resumption
|
---|
20 | test-15 = 15-npn-server-switch-resumption
|
---|
21 | test-16 = 16-npn-client-switch-resumption
|
---|
22 | test-17 = 17-npn-client-first-pref-on-mismatch-resumption
|
---|
23 | test-18 = 18-npn-no-server-support-resumption
|
---|
24 | test-19 = 19-npn-no-client-support-resumption
|
---|
25 | test-20 = 20-alpn-preferred-over-npn-resumption
|
---|
26 | test-21 = 21-npn-used-if-alpn-not-supported-resumption
|
---|
27 | # ===========================================================
|
---|
28 |
|
---|
29 | [0-npn-simple]
|
---|
30 | ssl_conf = 0-npn-simple-ssl
|
---|
31 |
|
---|
32 | [0-npn-simple-ssl]
|
---|
33 | server = 0-npn-simple-server
|
---|
34 | client = 0-npn-simple-client
|
---|
35 |
|
---|
36 | [0-npn-simple-server]
|
---|
37 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
38 | CipherString = DEFAULT
|
---|
39 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
40 |
|
---|
41 | [0-npn-simple-client]
|
---|
42 | CipherString = DEFAULT
|
---|
43 | MaxProtocol = TLSv1.2
|
---|
44 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
45 | VerifyMode = Peer
|
---|
46 |
|
---|
47 | [test-0]
|
---|
48 | ExpectedNPNProtocol = foo
|
---|
49 | server = 0-npn-simple-server-extra
|
---|
50 | client = 0-npn-simple-client-extra
|
---|
51 |
|
---|
52 | [0-npn-simple-server-extra]
|
---|
53 | NPNProtocols = foo
|
---|
54 |
|
---|
55 | [0-npn-simple-client-extra]
|
---|
56 | NPNProtocols = foo
|
---|
57 |
|
---|
58 |
|
---|
59 | # ===========================================================
|
---|
60 |
|
---|
61 | [1-npn-client-finds-match]
|
---|
62 | ssl_conf = 1-npn-client-finds-match-ssl
|
---|
63 |
|
---|
64 | [1-npn-client-finds-match-ssl]
|
---|
65 | server = 1-npn-client-finds-match-server
|
---|
66 | client = 1-npn-client-finds-match-client
|
---|
67 |
|
---|
68 | [1-npn-client-finds-match-server]
|
---|
69 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
70 | CipherString = DEFAULT
|
---|
71 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
72 |
|
---|
73 | [1-npn-client-finds-match-client]
|
---|
74 | CipherString = DEFAULT
|
---|
75 | MaxProtocol = TLSv1.2
|
---|
76 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
77 | VerifyMode = Peer
|
---|
78 |
|
---|
79 | [test-1]
|
---|
80 | ExpectedNPNProtocol = bar
|
---|
81 | server = 1-npn-client-finds-match-server-extra
|
---|
82 | client = 1-npn-client-finds-match-client-extra
|
---|
83 |
|
---|
84 | [1-npn-client-finds-match-server-extra]
|
---|
85 | NPNProtocols = baz,bar
|
---|
86 |
|
---|
87 | [1-npn-client-finds-match-client-extra]
|
---|
88 | NPNProtocols = foo,bar
|
---|
89 |
|
---|
90 |
|
---|
91 | # ===========================================================
|
---|
92 |
|
---|
93 | [2-npn-client-honours-server-pref]
|
---|
94 | ssl_conf = 2-npn-client-honours-server-pref-ssl
|
---|
95 |
|
---|
96 | [2-npn-client-honours-server-pref-ssl]
|
---|
97 | server = 2-npn-client-honours-server-pref-server
|
---|
98 | client = 2-npn-client-honours-server-pref-client
|
---|
99 |
|
---|
100 | [2-npn-client-honours-server-pref-server]
|
---|
101 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
102 | CipherString = DEFAULT
|
---|
103 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
104 |
|
---|
105 | [2-npn-client-honours-server-pref-client]
|
---|
106 | CipherString = DEFAULT
|
---|
107 | MaxProtocol = TLSv1.2
|
---|
108 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
109 | VerifyMode = Peer
|
---|
110 |
|
---|
111 | [test-2]
|
---|
112 | ExpectedNPNProtocol = bar
|
---|
113 | server = 2-npn-client-honours-server-pref-server-extra
|
---|
114 | client = 2-npn-client-honours-server-pref-client-extra
|
---|
115 |
|
---|
116 | [2-npn-client-honours-server-pref-server-extra]
|
---|
117 | NPNProtocols = bar,foo
|
---|
118 |
|
---|
119 | [2-npn-client-honours-server-pref-client-extra]
|
---|
120 | NPNProtocols = foo,bar
|
---|
121 |
|
---|
122 |
|
---|
123 | # ===========================================================
|
---|
124 |
|
---|
125 | [3-npn-client-first-pref-on-mismatch]
|
---|
126 | ssl_conf = 3-npn-client-first-pref-on-mismatch-ssl
|
---|
127 |
|
---|
128 | [3-npn-client-first-pref-on-mismatch-ssl]
|
---|
129 | server = 3-npn-client-first-pref-on-mismatch-server
|
---|
130 | client = 3-npn-client-first-pref-on-mismatch-client
|
---|
131 |
|
---|
132 | [3-npn-client-first-pref-on-mismatch-server]
|
---|
133 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
134 | CipherString = DEFAULT
|
---|
135 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
136 |
|
---|
137 | [3-npn-client-first-pref-on-mismatch-client]
|
---|
138 | CipherString = DEFAULT
|
---|
139 | MaxProtocol = TLSv1.2
|
---|
140 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
141 | VerifyMode = Peer
|
---|
142 |
|
---|
143 | [test-3]
|
---|
144 | ExpectedNPNProtocol = foo
|
---|
145 | server = 3-npn-client-first-pref-on-mismatch-server-extra
|
---|
146 | client = 3-npn-client-first-pref-on-mismatch-client-extra
|
---|
147 |
|
---|
148 | [3-npn-client-first-pref-on-mismatch-server-extra]
|
---|
149 | NPNProtocols = baz
|
---|
150 |
|
---|
151 | [3-npn-client-first-pref-on-mismatch-client-extra]
|
---|
152 | NPNProtocols = foo,bar
|
---|
153 |
|
---|
154 |
|
---|
155 | # ===========================================================
|
---|
156 |
|
---|
157 | [4-npn-no-server-support]
|
---|
158 | ssl_conf = 4-npn-no-server-support-ssl
|
---|
159 |
|
---|
160 | [4-npn-no-server-support-ssl]
|
---|
161 | server = 4-npn-no-server-support-server
|
---|
162 | client = 4-npn-no-server-support-client
|
---|
163 |
|
---|
164 | [4-npn-no-server-support-server]
|
---|
165 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
166 | CipherString = DEFAULT
|
---|
167 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
168 |
|
---|
169 | [4-npn-no-server-support-client]
|
---|
170 | CipherString = DEFAULT
|
---|
171 | MaxProtocol = TLSv1.2
|
---|
172 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
173 | VerifyMode = Peer
|
---|
174 |
|
---|
175 | [test-4]
|
---|
176 | client = 4-npn-no-server-support-client-extra
|
---|
177 |
|
---|
178 | [4-npn-no-server-support-client-extra]
|
---|
179 | NPNProtocols = foo
|
---|
180 |
|
---|
181 |
|
---|
182 | # ===========================================================
|
---|
183 |
|
---|
184 | [5-npn-no-client-support]
|
---|
185 | ssl_conf = 5-npn-no-client-support-ssl
|
---|
186 |
|
---|
187 | [5-npn-no-client-support-ssl]
|
---|
188 | server = 5-npn-no-client-support-server
|
---|
189 | client = 5-npn-no-client-support-client
|
---|
190 |
|
---|
191 | [5-npn-no-client-support-server]
|
---|
192 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
193 | CipherString = DEFAULT
|
---|
194 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
195 |
|
---|
196 | [5-npn-no-client-support-client]
|
---|
197 | CipherString = DEFAULT
|
---|
198 | MaxProtocol = TLSv1.2
|
---|
199 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
200 | VerifyMode = Peer
|
---|
201 |
|
---|
202 | [test-5]
|
---|
203 | server = 5-npn-no-client-support-server-extra
|
---|
204 |
|
---|
205 | [5-npn-no-client-support-server-extra]
|
---|
206 | NPNProtocols = foo
|
---|
207 |
|
---|
208 |
|
---|
209 | # ===========================================================
|
---|
210 |
|
---|
211 | [6-npn-empty-client-list]
|
---|
212 | ssl_conf = 6-npn-empty-client-list-ssl
|
---|
213 |
|
---|
214 | [6-npn-empty-client-list-ssl]
|
---|
215 | server = 6-npn-empty-client-list-server
|
---|
216 | client = 6-npn-empty-client-list-client
|
---|
217 |
|
---|
218 | [6-npn-empty-client-list-server]
|
---|
219 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
220 | CipherString = DEFAULT
|
---|
221 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
222 |
|
---|
223 | [6-npn-empty-client-list-client]
|
---|
224 | CipherString = DEFAULT
|
---|
225 | MaxProtocol = TLSv1.2
|
---|
226 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
227 | VerifyMode = Peer
|
---|
228 |
|
---|
229 | [test-6]
|
---|
230 | ExpectedClientAlert = HandshakeFailure
|
---|
231 | ExpectedResult = ClientFail
|
---|
232 | server = 6-npn-empty-client-list-server-extra
|
---|
233 | client = 6-npn-empty-client-list-client-extra
|
---|
234 |
|
---|
235 | [6-npn-empty-client-list-server-extra]
|
---|
236 | NPNProtocols = foo
|
---|
237 |
|
---|
238 | [6-npn-empty-client-list-client-extra]
|
---|
239 | NPNProtocols =
|
---|
240 |
|
---|
241 |
|
---|
242 | # ===========================================================
|
---|
243 |
|
---|
244 | [7-npn-empty-server-list]
|
---|
245 | ssl_conf = 7-npn-empty-server-list-ssl
|
---|
246 |
|
---|
247 | [7-npn-empty-server-list-ssl]
|
---|
248 | server = 7-npn-empty-server-list-server
|
---|
249 | client = 7-npn-empty-server-list-client
|
---|
250 |
|
---|
251 | [7-npn-empty-server-list-server]
|
---|
252 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
253 | CipherString = DEFAULT
|
---|
254 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
255 |
|
---|
256 | [7-npn-empty-server-list-client]
|
---|
257 | CipherString = DEFAULT
|
---|
258 | MaxProtocol = TLSv1.2
|
---|
259 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
260 | VerifyMode = Peer
|
---|
261 |
|
---|
262 | [test-7]
|
---|
263 | ExpectedNPNProtocol = foo
|
---|
264 | server = 7-npn-empty-server-list-server-extra
|
---|
265 | client = 7-npn-empty-server-list-client-extra
|
---|
266 |
|
---|
267 | [7-npn-empty-server-list-server-extra]
|
---|
268 | NPNProtocols =
|
---|
269 |
|
---|
270 | [7-npn-empty-server-list-client-extra]
|
---|
271 | NPNProtocols = foo
|
---|
272 |
|
---|
273 |
|
---|
274 | # ===========================================================
|
---|
275 |
|
---|
276 | [8-npn-with-sni-no-context-switch]
|
---|
277 | ssl_conf = 8-npn-with-sni-no-context-switch-ssl
|
---|
278 |
|
---|
279 | [8-npn-with-sni-no-context-switch-ssl]
|
---|
280 | server = 8-npn-with-sni-no-context-switch-server
|
---|
281 | client = 8-npn-with-sni-no-context-switch-client
|
---|
282 | server2 = 8-npn-with-sni-no-context-switch-server2
|
---|
283 |
|
---|
284 | [8-npn-with-sni-no-context-switch-server]
|
---|
285 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
286 | CipherString = DEFAULT
|
---|
287 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
288 |
|
---|
289 | [8-npn-with-sni-no-context-switch-server2]
|
---|
290 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
291 | CipherString = DEFAULT
|
---|
292 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
293 |
|
---|
294 | [8-npn-with-sni-no-context-switch-client]
|
---|
295 | CipherString = DEFAULT
|
---|
296 | MaxProtocol = TLSv1.2
|
---|
297 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
298 | VerifyMode = Peer
|
---|
299 |
|
---|
300 | [test-8]
|
---|
301 | ExpectedNPNProtocol = foo
|
---|
302 | ExpectedServerName = server1
|
---|
303 | server = 8-npn-with-sni-no-context-switch-server-extra
|
---|
304 | server2 = 8-npn-with-sni-no-context-switch-server2-extra
|
---|
305 | client = 8-npn-with-sni-no-context-switch-client-extra
|
---|
306 |
|
---|
307 | [8-npn-with-sni-no-context-switch-server-extra]
|
---|
308 | NPNProtocols = foo
|
---|
309 | ServerNameCallback = IgnoreMismatch
|
---|
310 |
|
---|
311 | [8-npn-with-sni-no-context-switch-server2-extra]
|
---|
312 | NPNProtocols = bar
|
---|
313 |
|
---|
314 | [8-npn-with-sni-no-context-switch-client-extra]
|
---|
315 | NPNProtocols = foo,bar
|
---|
316 | ServerName = server1
|
---|
317 |
|
---|
318 |
|
---|
319 | # ===========================================================
|
---|
320 |
|
---|
321 | [9-npn-with-sni-context-switch]
|
---|
322 | ssl_conf = 9-npn-with-sni-context-switch-ssl
|
---|
323 |
|
---|
324 | [9-npn-with-sni-context-switch-ssl]
|
---|
325 | server = 9-npn-with-sni-context-switch-server
|
---|
326 | client = 9-npn-with-sni-context-switch-client
|
---|
327 | server2 = 9-npn-with-sni-context-switch-server2
|
---|
328 |
|
---|
329 | [9-npn-with-sni-context-switch-server]
|
---|
330 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
331 | CipherString = DEFAULT
|
---|
332 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
333 |
|
---|
334 | [9-npn-with-sni-context-switch-server2]
|
---|
335 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
336 | CipherString = DEFAULT
|
---|
337 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
338 |
|
---|
339 | [9-npn-with-sni-context-switch-client]
|
---|
340 | CipherString = DEFAULT
|
---|
341 | MaxProtocol = TLSv1.2
|
---|
342 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
343 | VerifyMode = Peer
|
---|
344 |
|
---|
345 | [test-9]
|
---|
346 | ExpectedNPNProtocol = bar
|
---|
347 | ExpectedServerName = server2
|
---|
348 | server = 9-npn-with-sni-context-switch-server-extra
|
---|
349 | server2 = 9-npn-with-sni-context-switch-server2-extra
|
---|
350 | client = 9-npn-with-sni-context-switch-client-extra
|
---|
351 |
|
---|
352 | [9-npn-with-sni-context-switch-server-extra]
|
---|
353 | NPNProtocols = foo
|
---|
354 | ServerNameCallback = IgnoreMismatch
|
---|
355 |
|
---|
356 | [9-npn-with-sni-context-switch-server2-extra]
|
---|
357 | NPNProtocols = bar
|
---|
358 |
|
---|
359 | [9-npn-with-sni-context-switch-client-extra]
|
---|
360 | NPNProtocols = foo,bar
|
---|
361 | ServerName = server2
|
---|
362 |
|
---|
363 |
|
---|
364 | # ===========================================================
|
---|
365 |
|
---|
366 | [10-npn-selected-sni-server-supports-npn]
|
---|
367 | ssl_conf = 10-npn-selected-sni-server-supports-npn-ssl
|
---|
368 |
|
---|
369 | [10-npn-selected-sni-server-supports-npn-ssl]
|
---|
370 | server = 10-npn-selected-sni-server-supports-npn-server
|
---|
371 | client = 10-npn-selected-sni-server-supports-npn-client
|
---|
372 | server2 = 10-npn-selected-sni-server-supports-npn-server2
|
---|
373 |
|
---|
374 | [10-npn-selected-sni-server-supports-npn-server]
|
---|
375 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
376 | CipherString = DEFAULT
|
---|
377 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
378 |
|
---|
379 | [10-npn-selected-sni-server-supports-npn-server2]
|
---|
380 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
381 | CipherString = DEFAULT
|
---|
382 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
383 |
|
---|
384 | [10-npn-selected-sni-server-supports-npn-client]
|
---|
385 | CipherString = DEFAULT
|
---|
386 | MaxProtocol = TLSv1.2
|
---|
387 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
388 | VerifyMode = Peer
|
---|
389 |
|
---|
390 | [test-10]
|
---|
391 | ExpectedNPNProtocol = bar
|
---|
392 | ExpectedServerName = server2
|
---|
393 | server = 10-npn-selected-sni-server-supports-npn-server-extra
|
---|
394 | server2 = 10-npn-selected-sni-server-supports-npn-server2-extra
|
---|
395 | client = 10-npn-selected-sni-server-supports-npn-client-extra
|
---|
396 |
|
---|
397 | [10-npn-selected-sni-server-supports-npn-server-extra]
|
---|
398 | ServerNameCallback = IgnoreMismatch
|
---|
399 |
|
---|
400 | [10-npn-selected-sni-server-supports-npn-server2-extra]
|
---|
401 | NPNProtocols = bar
|
---|
402 |
|
---|
403 | [10-npn-selected-sni-server-supports-npn-client-extra]
|
---|
404 | NPNProtocols = foo,bar
|
---|
405 | ServerName = server2
|
---|
406 |
|
---|
407 |
|
---|
408 | # ===========================================================
|
---|
409 |
|
---|
410 | [11-npn-selected-sni-server-does-not-support-npn]
|
---|
411 | ssl_conf = 11-npn-selected-sni-server-does-not-support-npn-ssl
|
---|
412 |
|
---|
413 | [11-npn-selected-sni-server-does-not-support-npn-ssl]
|
---|
414 | server = 11-npn-selected-sni-server-does-not-support-npn-server
|
---|
415 | client = 11-npn-selected-sni-server-does-not-support-npn-client
|
---|
416 | server2 = 11-npn-selected-sni-server-does-not-support-npn-server2
|
---|
417 |
|
---|
418 | [11-npn-selected-sni-server-does-not-support-npn-server]
|
---|
419 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
420 | CipherString = DEFAULT
|
---|
421 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
422 |
|
---|
423 | [11-npn-selected-sni-server-does-not-support-npn-server2]
|
---|
424 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
425 | CipherString = DEFAULT
|
---|
426 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
427 |
|
---|
428 | [11-npn-selected-sni-server-does-not-support-npn-client]
|
---|
429 | CipherString = DEFAULT
|
---|
430 | MaxProtocol = TLSv1.2
|
---|
431 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
432 | VerifyMode = Peer
|
---|
433 |
|
---|
434 | [test-11]
|
---|
435 | ExpectedServerName = server2
|
---|
436 | server = 11-npn-selected-sni-server-does-not-support-npn-server-extra
|
---|
437 | client = 11-npn-selected-sni-server-does-not-support-npn-client-extra
|
---|
438 |
|
---|
439 | [11-npn-selected-sni-server-does-not-support-npn-server-extra]
|
---|
440 | NPNProtocols = bar
|
---|
441 | ServerNameCallback = IgnoreMismatch
|
---|
442 |
|
---|
443 | [11-npn-selected-sni-server-does-not-support-npn-client-extra]
|
---|
444 | NPNProtocols = foo,bar
|
---|
445 | ServerName = server2
|
---|
446 |
|
---|
447 |
|
---|
448 | # ===========================================================
|
---|
449 |
|
---|
450 | [12-alpn-preferred-over-npn]
|
---|
451 | ssl_conf = 12-alpn-preferred-over-npn-ssl
|
---|
452 |
|
---|
453 | [12-alpn-preferred-over-npn-ssl]
|
---|
454 | server = 12-alpn-preferred-over-npn-server
|
---|
455 | client = 12-alpn-preferred-over-npn-client
|
---|
456 |
|
---|
457 | [12-alpn-preferred-over-npn-server]
|
---|
458 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
459 | CipherString = DEFAULT
|
---|
460 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
461 |
|
---|
462 | [12-alpn-preferred-over-npn-client]
|
---|
463 | CipherString = DEFAULT
|
---|
464 | MaxProtocol = TLSv1.2
|
---|
465 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
466 | VerifyMode = Peer
|
---|
467 |
|
---|
468 | [test-12]
|
---|
469 | ExpectedALPNProtocol = foo
|
---|
470 | server = 12-alpn-preferred-over-npn-server-extra
|
---|
471 | client = 12-alpn-preferred-over-npn-client-extra
|
---|
472 |
|
---|
473 | [12-alpn-preferred-over-npn-server-extra]
|
---|
474 | ALPNProtocols = foo
|
---|
475 | NPNProtocols = bar
|
---|
476 |
|
---|
477 | [12-alpn-preferred-over-npn-client-extra]
|
---|
478 | ALPNProtocols = foo
|
---|
479 | NPNProtocols = bar
|
---|
480 |
|
---|
481 |
|
---|
482 | # ===========================================================
|
---|
483 |
|
---|
484 | [13-sni-npn-preferred-over-alpn]
|
---|
485 | ssl_conf = 13-sni-npn-preferred-over-alpn-ssl
|
---|
486 |
|
---|
487 | [13-sni-npn-preferred-over-alpn-ssl]
|
---|
488 | server = 13-sni-npn-preferred-over-alpn-server
|
---|
489 | client = 13-sni-npn-preferred-over-alpn-client
|
---|
490 | server2 = 13-sni-npn-preferred-over-alpn-server2
|
---|
491 |
|
---|
492 | [13-sni-npn-preferred-over-alpn-server]
|
---|
493 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
494 | CipherString = DEFAULT
|
---|
495 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
496 |
|
---|
497 | [13-sni-npn-preferred-over-alpn-server2]
|
---|
498 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
499 | CipherString = DEFAULT
|
---|
500 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
501 |
|
---|
502 | [13-sni-npn-preferred-over-alpn-client]
|
---|
503 | CipherString = DEFAULT
|
---|
504 | MaxProtocol = TLSv1.2
|
---|
505 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
506 | VerifyMode = Peer
|
---|
507 |
|
---|
508 | [test-13]
|
---|
509 | ExpectedNPNProtocol = bar
|
---|
510 | ExpectedServerName = server2
|
---|
511 | server = 13-sni-npn-preferred-over-alpn-server-extra
|
---|
512 | server2 = 13-sni-npn-preferred-over-alpn-server2-extra
|
---|
513 | client = 13-sni-npn-preferred-over-alpn-client-extra
|
---|
514 |
|
---|
515 | [13-sni-npn-preferred-over-alpn-server-extra]
|
---|
516 | ALPNProtocols = foo
|
---|
517 | ServerNameCallback = IgnoreMismatch
|
---|
518 |
|
---|
519 | [13-sni-npn-preferred-over-alpn-server2-extra]
|
---|
520 | NPNProtocols = bar
|
---|
521 |
|
---|
522 | [13-sni-npn-preferred-over-alpn-client-extra]
|
---|
523 | ALPNProtocols = foo
|
---|
524 | NPNProtocols = bar
|
---|
525 | ServerName = server2
|
---|
526 |
|
---|
527 |
|
---|
528 | # ===========================================================
|
---|
529 |
|
---|
530 | [14-npn-simple-resumption]
|
---|
531 | ssl_conf = 14-npn-simple-resumption-ssl
|
---|
532 |
|
---|
533 | [14-npn-simple-resumption-ssl]
|
---|
534 | server = 14-npn-simple-resumption-server
|
---|
535 | client = 14-npn-simple-resumption-client
|
---|
536 | resume-server = 14-npn-simple-resumption-server
|
---|
537 | resume-client = 14-npn-simple-resumption-client
|
---|
538 |
|
---|
539 | [14-npn-simple-resumption-server]
|
---|
540 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
541 | CipherString = DEFAULT
|
---|
542 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
543 |
|
---|
544 | [14-npn-simple-resumption-client]
|
---|
545 | CipherString = DEFAULT
|
---|
546 | MaxProtocol = TLSv1.2
|
---|
547 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
548 | VerifyMode = Peer
|
---|
549 |
|
---|
550 | [test-14]
|
---|
551 | ExpectedNPNProtocol = foo
|
---|
552 | HandshakeMode = Resume
|
---|
553 | ResumptionExpected = Yes
|
---|
554 | server = 14-npn-simple-resumption-server-extra
|
---|
555 | resume-server = 14-npn-simple-resumption-server-extra
|
---|
556 | client = 14-npn-simple-resumption-client-extra
|
---|
557 | resume-client = 14-npn-simple-resumption-client-extra
|
---|
558 |
|
---|
559 | [14-npn-simple-resumption-server-extra]
|
---|
560 | NPNProtocols = foo
|
---|
561 |
|
---|
562 | [14-npn-simple-resumption-client-extra]
|
---|
563 | NPNProtocols = foo
|
---|
564 |
|
---|
565 |
|
---|
566 | # ===========================================================
|
---|
567 |
|
---|
568 | [15-npn-server-switch-resumption]
|
---|
569 | ssl_conf = 15-npn-server-switch-resumption-ssl
|
---|
570 |
|
---|
571 | [15-npn-server-switch-resumption-ssl]
|
---|
572 | server = 15-npn-server-switch-resumption-server
|
---|
573 | client = 15-npn-server-switch-resumption-client
|
---|
574 | resume-server = 15-npn-server-switch-resumption-resume-server
|
---|
575 | resume-client = 15-npn-server-switch-resumption-client
|
---|
576 |
|
---|
577 | [15-npn-server-switch-resumption-server]
|
---|
578 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
579 | CipherString = DEFAULT
|
---|
580 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
581 |
|
---|
582 | [15-npn-server-switch-resumption-resume-server]
|
---|
583 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
584 | CipherString = DEFAULT
|
---|
585 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
586 |
|
---|
587 | [15-npn-server-switch-resumption-client]
|
---|
588 | CipherString = DEFAULT
|
---|
589 | MaxProtocol = TLSv1.2
|
---|
590 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
591 | VerifyMode = Peer
|
---|
592 |
|
---|
593 | [test-15]
|
---|
594 | ExpectedNPNProtocol = baz
|
---|
595 | HandshakeMode = Resume
|
---|
596 | ResumptionExpected = Yes
|
---|
597 | server = 15-npn-server-switch-resumption-server-extra
|
---|
598 | resume-server = 15-npn-server-switch-resumption-resume-server-extra
|
---|
599 | client = 15-npn-server-switch-resumption-client-extra
|
---|
600 | resume-client = 15-npn-server-switch-resumption-client-extra
|
---|
601 |
|
---|
602 | [15-npn-server-switch-resumption-server-extra]
|
---|
603 | NPNProtocols = bar,foo
|
---|
604 |
|
---|
605 | [15-npn-server-switch-resumption-resume-server-extra]
|
---|
606 | NPNProtocols = baz,foo
|
---|
607 |
|
---|
608 | [15-npn-server-switch-resumption-client-extra]
|
---|
609 | NPNProtocols = foo,bar,baz
|
---|
610 |
|
---|
611 |
|
---|
612 | # ===========================================================
|
---|
613 |
|
---|
614 | [16-npn-client-switch-resumption]
|
---|
615 | ssl_conf = 16-npn-client-switch-resumption-ssl
|
---|
616 |
|
---|
617 | [16-npn-client-switch-resumption-ssl]
|
---|
618 | server = 16-npn-client-switch-resumption-server
|
---|
619 | client = 16-npn-client-switch-resumption-client
|
---|
620 | resume-server = 16-npn-client-switch-resumption-server
|
---|
621 | resume-client = 16-npn-client-switch-resumption-resume-client
|
---|
622 |
|
---|
623 | [16-npn-client-switch-resumption-server]
|
---|
624 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
625 | CipherString = DEFAULT
|
---|
626 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
627 |
|
---|
628 | [16-npn-client-switch-resumption-client]
|
---|
629 | CipherString = DEFAULT
|
---|
630 | MaxProtocol = TLSv1.2
|
---|
631 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
632 | VerifyMode = Peer
|
---|
633 |
|
---|
634 | [16-npn-client-switch-resumption-resume-client]
|
---|
635 | CipherString = DEFAULT
|
---|
636 | MaxProtocol = TLSv1.2
|
---|
637 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
638 | VerifyMode = Peer
|
---|
639 |
|
---|
640 | [test-16]
|
---|
641 | ExpectedNPNProtocol = bar
|
---|
642 | HandshakeMode = Resume
|
---|
643 | ResumptionExpected = Yes
|
---|
644 | server = 16-npn-client-switch-resumption-server-extra
|
---|
645 | resume-server = 16-npn-client-switch-resumption-server-extra
|
---|
646 | client = 16-npn-client-switch-resumption-client-extra
|
---|
647 | resume-client = 16-npn-client-switch-resumption-resume-client-extra
|
---|
648 |
|
---|
649 | [16-npn-client-switch-resumption-server-extra]
|
---|
650 | NPNProtocols = foo,bar,baz
|
---|
651 |
|
---|
652 | [16-npn-client-switch-resumption-client-extra]
|
---|
653 | NPNProtocols = foo,baz
|
---|
654 |
|
---|
655 | [16-npn-client-switch-resumption-resume-client-extra]
|
---|
656 | NPNProtocols = bar,baz
|
---|
657 |
|
---|
658 |
|
---|
659 | # ===========================================================
|
---|
660 |
|
---|
661 | [17-npn-client-first-pref-on-mismatch-resumption]
|
---|
662 | ssl_conf = 17-npn-client-first-pref-on-mismatch-resumption-ssl
|
---|
663 |
|
---|
664 | [17-npn-client-first-pref-on-mismatch-resumption-ssl]
|
---|
665 | server = 17-npn-client-first-pref-on-mismatch-resumption-server
|
---|
666 | client = 17-npn-client-first-pref-on-mismatch-resumption-client
|
---|
667 | resume-server = 17-npn-client-first-pref-on-mismatch-resumption-resume-server
|
---|
668 | resume-client = 17-npn-client-first-pref-on-mismatch-resumption-client
|
---|
669 |
|
---|
670 | [17-npn-client-first-pref-on-mismatch-resumption-server]
|
---|
671 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
672 | CipherString = DEFAULT
|
---|
673 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
674 |
|
---|
675 | [17-npn-client-first-pref-on-mismatch-resumption-resume-server]
|
---|
676 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
677 | CipherString = DEFAULT
|
---|
678 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
679 |
|
---|
680 | [17-npn-client-first-pref-on-mismatch-resumption-client]
|
---|
681 | CipherString = DEFAULT
|
---|
682 | MaxProtocol = TLSv1.2
|
---|
683 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
684 | VerifyMode = Peer
|
---|
685 |
|
---|
686 | [test-17]
|
---|
687 | ExpectedNPNProtocol = foo
|
---|
688 | HandshakeMode = Resume
|
---|
689 | ResumptionExpected = Yes
|
---|
690 | server = 17-npn-client-first-pref-on-mismatch-resumption-server-extra
|
---|
691 | resume-server = 17-npn-client-first-pref-on-mismatch-resumption-resume-server-extra
|
---|
692 | client = 17-npn-client-first-pref-on-mismatch-resumption-client-extra
|
---|
693 | resume-client = 17-npn-client-first-pref-on-mismatch-resumption-client-extra
|
---|
694 |
|
---|
695 | [17-npn-client-first-pref-on-mismatch-resumption-server-extra]
|
---|
696 | NPNProtocols = bar
|
---|
697 |
|
---|
698 | [17-npn-client-first-pref-on-mismatch-resumption-resume-server-extra]
|
---|
699 | NPNProtocols = baz
|
---|
700 |
|
---|
701 | [17-npn-client-first-pref-on-mismatch-resumption-client-extra]
|
---|
702 | NPNProtocols = foo,bar
|
---|
703 |
|
---|
704 |
|
---|
705 | # ===========================================================
|
---|
706 |
|
---|
707 | [18-npn-no-server-support-resumption]
|
---|
708 | ssl_conf = 18-npn-no-server-support-resumption-ssl
|
---|
709 |
|
---|
710 | [18-npn-no-server-support-resumption-ssl]
|
---|
711 | server = 18-npn-no-server-support-resumption-server
|
---|
712 | client = 18-npn-no-server-support-resumption-client
|
---|
713 | resume-server = 18-npn-no-server-support-resumption-resume-server
|
---|
714 | resume-client = 18-npn-no-server-support-resumption-client
|
---|
715 |
|
---|
716 | [18-npn-no-server-support-resumption-server]
|
---|
717 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
718 | CipherString = DEFAULT
|
---|
719 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
720 |
|
---|
721 | [18-npn-no-server-support-resumption-resume-server]
|
---|
722 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
723 | CipherString = DEFAULT
|
---|
724 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
725 |
|
---|
726 | [18-npn-no-server-support-resumption-client]
|
---|
727 | CipherString = DEFAULT
|
---|
728 | MaxProtocol = TLSv1.2
|
---|
729 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
730 | VerifyMode = Peer
|
---|
731 |
|
---|
732 | [test-18]
|
---|
733 | HandshakeMode = Resume
|
---|
734 | ResumptionExpected = Yes
|
---|
735 | server = 18-npn-no-server-support-resumption-server-extra
|
---|
736 | client = 18-npn-no-server-support-resumption-client-extra
|
---|
737 | resume-client = 18-npn-no-server-support-resumption-client-extra
|
---|
738 |
|
---|
739 | [18-npn-no-server-support-resumption-server-extra]
|
---|
740 | NPNProtocols = foo
|
---|
741 |
|
---|
742 | [18-npn-no-server-support-resumption-client-extra]
|
---|
743 | NPNProtocols = foo
|
---|
744 |
|
---|
745 |
|
---|
746 | # ===========================================================
|
---|
747 |
|
---|
748 | [19-npn-no-client-support-resumption]
|
---|
749 | ssl_conf = 19-npn-no-client-support-resumption-ssl
|
---|
750 |
|
---|
751 | [19-npn-no-client-support-resumption-ssl]
|
---|
752 | server = 19-npn-no-client-support-resumption-server
|
---|
753 | client = 19-npn-no-client-support-resumption-client
|
---|
754 | resume-server = 19-npn-no-client-support-resumption-server
|
---|
755 | resume-client = 19-npn-no-client-support-resumption-resume-client
|
---|
756 |
|
---|
757 | [19-npn-no-client-support-resumption-server]
|
---|
758 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
759 | CipherString = DEFAULT
|
---|
760 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
761 |
|
---|
762 | [19-npn-no-client-support-resumption-client]
|
---|
763 | CipherString = DEFAULT
|
---|
764 | MaxProtocol = TLSv1.2
|
---|
765 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
766 | VerifyMode = Peer
|
---|
767 |
|
---|
768 | [19-npn-no-client-support-resumption-resume-client]
|
---|
769 | CipherString = DEFAULT
|
---|
770 | MaxProtocol = TLSv1.2
|
---|
771 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
772 | VerifyMode = Peer
|
---|
773 |
|
---|
774 | [test-19]
|
---|
775 | HandshakeMode = Resume
|
---|
776 | ResumptionExpected = Yes
|
---|
777 | server = 19-npn-no-client-support-resumption-server-extra
|
---|
778 | resume-server = 19-npn-no-client-support-resumption-server-extra
|
---|
779 | client = 19-npn-no-client-support-resumption-client-extra
|
---|
780 |
|
---|
781 | [19-npn-no-client-support-resumption-server-extra]
|
---|
782 | NPNProtocols = foo
|
---|
783 |
|
---|
784 | [19-npn-no-client-support-resumption-client-extra]
|
---|
785 | NPNProtocols = foo
|
---|
786 |
|
---|
787 |
|
---|
788 | # ===========================================================
|
---|
789 |
|
---|
790 | [20-alpn-preferred-over-npn-resumption]
|
---|
791 | ssl_conf = 20-alpn-preferred-over-npn-resumption-ssl
|
---|
792 |
|
---|
793 | [20-alpn-preferred-over-npn-resumption-ssl]
|
---|
794 | server = 20-alpn-preferred-over-npn-resumption-server
|
---|
795 | client = 20-alpn-preferred-over-npn-resumption-client
|
---|
796 | resume-server = 20-alpn-preferred-over-npn-resumption-resume-server
|
---|
797 | resume-client = 20-alpn-preferred-over-npn-resumption-client
|
---|
798 |
|
---|
799 | [20-alpn-preferred-over-npn-resumption-server]
|
---|
800 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
801 | CipherString = DEFAULT
|
---|
802 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
803 |
|
---|
804 | [20-alpn-preferred-over-npn-resumption-resume-server]
|
---|
805 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
806 | CipherString = DEFAULT
|
---|
807 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
808 |
|
---|
809 | [20-alpn-preferred-over-npn-resumption-client]
|
---|
810 | CipherString = DEFAULT
|
---|
811 | MaxProtocol = TLSv1.2
|
---|
812 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
813 | VerifyMode = Peer
|
---|
814 |
|
---|
815 | [test-20]
|
---|
816 | ExpectedALPNProtocol = foo
|
---|
817 | HandshakeMode = Resume
|
---|
818 | ResumptionExpected = Yes
|
---|
819 | server = 20-alpn-preferred-over-npn-resumption-server-extra
|
---|
820 | resume-server = 20-alpn-preferred-over-npn-resumption-resume-server-extra
|
---|
821 | client = 20-alpn-preferred-over-npn-resumption-client-extra
|
---|
822 | resume-client = 20-alpn-preferred-over-npn-resumption-client-extra
|
---|
823 |
|
---|
824 | [20-alpn-preferred-over-npn-resumption-server-extra]
|
---|
825 | NPNProtocols = bar
|
---|
826 |
|
---|
827 | [20-alpn-preferred-over-npn-resumption-resume-server-extra]
|
---|
828 | ALPNProtocols = foo
|
---|
829 | NPNProtocols = baz
|
---|
830 |
|
---|
831 | [20-alpn-preferred-over-npn-resumption-client-extra]
|
---|
832 | ALPNProtocols = foo
|
---|
833 | NPNProtocols = bar,baz
|
---|
834 |
|
---|
835 |
|
---|
836 | # ===========================================================
|
---|
837 |
|
---|
838 | [21-npn-used-if-alpn-not-supported-resumption]
|
---|
839 | ssl_conf = 21-npn-used-if-alpn-not-supported-resumption-ssl
|
---|
840 |
|
---|
841 | [21-npn-used-if-alpn-not-supported-resumption-ssl]
|
---|
842 | server = 21-npn-used-if-alpn-not-supported-resumption-server
|
---|
843 | client = 21-npn-used-if-alpn-not-supported-resumption-client
|
---|
844 | resume-server = 21-npn-used-if-alpn-not-supported-resumption-resume-server
|
---|
845 | resume-client = 21-npn-used-if-alpn-not-supported-resumption-client
|
---|
846 |
|
---|
847 | [21-npn-used-if-alpn-not-supported-resumption-server]
|
---|
848 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
849 | CipherString = DEFAULT
|
---|
850 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
851 |
|
---|
852 | [21-npn-used-if-alpn-not-supported-resumption-resume-server]
|
---|
853 | Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
---|
854 | CipherString = DEFAULT
|
---|
855 | PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
---|
856 |
|
---|
857 | [21-npn-used-if-alpn-not-supported-resumption-client]
|
---|
858 | CipherString = DEFAULT
|
---|
859 | MaxProtocol = TLSv1.2
|
---|
860 | VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
---|
861 | VerifyMode = Peer
|
---|
862 |
|
---|
863 | [test-21]
|
---|
864 | ExpectedNPNProtocol = baz
|
---|
865 | HandshakeMode = Resume
|
---|
866 | ResumptionExpected = Yes
|
---|
867 | server = 21-npn-used-if-alpn-not-supported-resumption-server-extra
|
---|
868 | resume-server = 21-npn-used-if-alpn-not-supported-resumption-resume-server-extra
|
---|
869 | client = 21-npn-used-if-alpn-not-supported-resumption-client-extra
|
---|
870 | resume-client = 21-npn-used-if-alpn-not-supported-resumption-client-extra
|
---|
871 |
|
---|
872 | [21-npn-used-if-alpn-not-supported-resumption-server-extra]
|
---|
873 | ALPNProtocols = foo
|
---|
874 | NPNProtocols = bar
|
---|
875 |
|
---|
876 | [21-npn-used-if-alpn-not-supported-resumption-resume-server-extra]
|
---|
877 | NPNProtocols = baz
|
---|
878 |
|
---|
879 | [21-npn-used-if-alpn-not-supported-resumption-client-extra]
|
---|
880 | ALPNProtocols = foo
|
---|
881 | NPNProtocols = bar,baz
|
---|
882 |
|
---|
883 |
|
---|