Lines Matching +full:p +full:- +full:384
5 test-0 = 0-ECDSA CipherString Selection
6 test-1 = 1-ECDSA CipherString Selection
7 test-2 = 2-ECDSA CipherString Selection
8 test-3 = 3-RSA CipherString Selection
9 test-4 = 4-P-256 CipherString and Signature Algorithm Selection
10 test-5 = 5-ECDSA CipherString Selection, no ECDSA certificate
11 test-6 = 6-ECDSA Signature Algorithm Selection
12 test-7 = 7-ECDSA Signature Algorithm Selection SHA384
13 test-8 = 8-ECDSA Signature Algorithm Selection compressed point
14 test-9 = 9-ECDSA Signature Algorithm Selection, no ECDSA certificate
15 test-10 = 10-RSA Signature Algorithm Selection
16 test-11 = 11-RSA-PSS Signature Algorithm Selection
17 test-12 = 12-RSA key exchange with all RSA certificate types
18 test-13 = 13-Suite B P-256 Hash Algorithm Selection
19 test-14 = 14-Suite B P-384 Hash Algorithm Selection
20 test-15 = 15-Ed25519 CipherString and Signature Algorithm Selection
21 test-16 = 16-Ed448 CipherString and Signature Algorithm Selection
22 test-17 = 17-TLS 1.2 Ed25519 Client Auth
23 test-18 = 18-TLS 1.2 Ed448 Client Auth
24 test-19 = 19-ECDSA Signature Algorithm Selection SHA1
25 test-20 = 20-ECDSA with brainpool
26 test-21 = 21-Ed25519 CipherString and Curves Selection
27 test-22 = 22-Ed448 CipherString and Curves Selection
28 test-23 = 23-RSA-PSS Certificate CipherString Selection
29 test-24 = 24-RSA-PSS Certificate Legacy Signature Algorithm Selection
30 test-25 = 25-RSA-PSS Certificate Unified Signature Algorithm Selection
31 test-26 = 26-Only RSA-PSS Certificate
32 test-27 = 27-Only RSA-PSS Certificate Valid Signature Algorithms
33 test-28 = 28-RSA-PSS Certificate, no PSS signature algorithms
34 test-29 = 29-Only RSA-PSS Restricted Certificate
35 test-30 = 30-RSA-PSS Restricted Certificate Valid Signature Algorithms
36 test-31 = 31-RSA-PSS Restricted Cert client prefers invalid Signature Algorithm
37 test-32 = 32-RSA-PSS Restricted Certificate Invalid Signature Algorithms
38 test-33 = 33-RSA key exchange with only RSA-PSS certificate
39 test-34 = 34-Only RSA-PSS Certificate, TLS v1.1
40 test-35 = 35-TLS 1.3 ECDSA Signature Algorithm Selection
41 test-36 = 36-TLS 1.3 ECDSA Signature Algorithm Selection compressed point
42 test-37 = 37-TLS 1.3 ECDSA Signature Algorithm Selection SHA1
43 test-38 = 38-TLS 1.3 ECDSA Signature Algorithm Selection with PSS
44 test-39 = 39-TLS 1.3 RSA Signature Algorithm Selection SHA384 with PSS
45 test-40 = 40-TLS 1.3 ECDSA Signature Algorithm Selection, no ECDSA certificate
46 test-41 = 41-TLS 1.3 RSA Signature Algorithm Selection, no PSS
47 test-42 = 42-TLS 1.3 RSA-PSS Signature Algorithm Selection
48 test-43 = 43-TLS 1.3 RSA Client Auth Signature Algorithm Selection
49 test-44 = 44-TLS 1.3 RSA Client Auth Signature Algorithm Selection non-empty CA Names
50 test-45 = 45-TLS 1.3 ECDSA Client Auth Signature Algorithm Selection
51 test-46 = 46-TLS 1.3 Ed25519 Signature Algorithm Selection
52 test-47 = 47-TLS 1.3 Ed448 Signature Algorithm Selection
53 test-48 = 48-TLS 1.3 Ed25519 CipherString and Groups Selection
54 test-49 = 49-TLS 1.3 Ed448 CipherString and Groups Selection
55 test-50 = 50-TLS 1.3 Ed25519 Client Auth
56 test-51 = 51-TLS 1.3 Ed448 Client Auth
57 test-52 = 52-TLS 1.3 ECDSA with brainpool but no suitable groups
58 test-53 = 53-TLS 1.3 ECDSA with brainpool
59 test-54 = 54-TLS 1.2 DSA Certificate Test
60 test-55 = 55-TLS 1.3 Client Auth No TLS 1.3 Signature Algorithms
61 test-56 = 56-TLS 1.3 DSA Certificate Test
64 [0-ECDSA CipherString Selection]
65 ssl_conf = 0-ECDSA CipherString Selection-ssl
67 [0-ECDSA CipherString Selection-ssl]
68 server = 0-ECDSA CipherString Selection-server
69 client = 0-ECDSA CipherString Selection-client
71 [0-ECDSA CipherString Selection-server]
74 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
75 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
76 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
77 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
78 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
79 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
83 [0-ECDSA CipherString Selection-client]
86 RequestCAFile = ${ENV::TEST_CERTS_DIR}/root-cert.pem
90 [test-0]
93 ExpectedServerCertType = P-256
99 [1-ECDSA CipherString Selection]
100 ssl_conf = 1-ECDSA CipherString Selection-ssl
102 [1-ECDSA CipherString Selection-ssl]
103 server = 1-ECDSA CipherString Selection-server
104 client = 1-ECDSA CipherString Selection-client
106 [1-ECDSA CipherString Selection-server]
109 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
110 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
111 Groups = P-384
115 [1-ECDSA CipherString Selection-client]
117 Groups = P-256:P-384
119 RequestCAFile = ${ENV::TEST_CERTS_DIR}/root-cert.pem
123 [test-1]
126 ExpectedServerCertType = P-256
132 [2-ECDSA CipherString Selection]
133 ssl_conf = 2-ECDSA CipherString Selection-ssl
135 [2-ECDSA CipherString Selection-ssl]
136 server = 2-ECDSA CipherString Selection-server
137 client = 2-ECDSA CipherString Selection-client
139 [2-ECDSA CipherString Selection-server]
142 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
143 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
144 Groups = P-256:P-384
148 [2-ECDSA CipherString Selection-client]
150 Groups = P-384
152 RequestCAFile = ${ENV::TEST_CERTS_DIR}/root-cert.pem
156 [test-2]
162 [3-RSA CipherString Selection]
163 ssl_conf = 3-RSA CipherString Selection-ssl
165 [3-RSA CipherString Selection-ssl]
166 server = 3-RSA CipherString Selection-server
167 client = 3-RSA CipherString Selection-client
169 [3-RSA CipherString Selection-server]
172 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
173 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
174 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
175 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
176 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
177 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
181 [3-RSA CipherString Selection-client]
187 [test-3]
190 ExpectedServerSignType = RSA-PSS
195 [4-P-256 CipherString and Signature Algorithm Selection]
196 ssl_conf = 4-P-256 CipherString and Signature Algorithm Selection-ssl
198 [4-P-256 CipherString and Signature Algorithm Selection-ssl]
199 server = 4-P-256 CipherString and Signature Algorithm Selection-server
200 client = 4-P-256 CipherString and Signature Algorithm Selection-client
202 [4-P-256 CipherString and Signature Algorithm Selection-server]
205 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
206 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
207 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
208 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
209 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
210 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
214 [4-P-256 CipherString and Signature Algorithm Selection-client]
221 [test-4]
223 ExpectedServerCertType = P-256
230 [5-ECDSA CipherString Selection, no ECDSA certificate]
231 ssl_conf = 5-ECDSA CipherString Selection, no ECDSA certificate-ssl
233 [5-ECDSA CipherString Selection, no ECDSA certificate-ssl]
234 server = 5-ECDSA CipherString Selection, no ECDSA certificate-server
235 client = 5-ECDSA CipherString Selection, no ECDSA certificate-client
237 [5-ECDSA CipherString Selection, no ECDSA certificate-server]
243 [5-ECDSA CipherString Selection, no ECDSA certificate-client]
249 [test-5]
255 [6-ECDSA Signature Algorithm Selection]
256 ssl_conf = 6-ECDSA Signature Algorithm Selection-ssl
258 [6-ECDSA Signature Algorithm Selection-ssl]
259 server = 6-ECDSA Signature Algorithm Selection-server
260 client = 6-ECDSA Signature Algorithm Selection-client
262 [6-ECDSA Signature Algorithm Selection-server]
265 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
266 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
267 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
268 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
269 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
270 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
274 [6-ECDSA Signature Algorithm Selection-client]
280 [test-6]
282 ExpectedServerCertType = P-256
289 [7-ECDSA Signature Algorithm Selection SHA384]
290 ssl_conf = 7-ECDSA Signature Algorithm Selection SHA384-ssl
292 [7-ECDSA Signature Algorithm Selection SHA384-ssl]
293 server = 7-ECDSA Signature Algorithm Selection SHA384-server
294 client = 7-ECDSA Signature Algorithm Selection SHA384-client
296 [7-ECDSA Signature Algorithm Selection SHA384-server]
299 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
300 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
301 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
302 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
303 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
304 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
308 [7-ECDSA Signature Algorithm Selection SHA384-client]
314 [test-7]
316 ExpectedServerCertType = P-256
323 [8-ECDSA Signature Algorithm Selection compressed point]
324 ssl_conf = 8-ECDSA Signature Algorithm Selection compressed point-ssl
326 [8-ECDSA Signature Algorithm Selection compressed point-ssl]
327 server = 8-ECDSA Signature Algorithm Selection compressed point-server
328 client = 8-ECDSA Signature Algorithm Selection compressed point-client
330 [8-ECDSA Signature Algorithm Selection compressed point-server]
333 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-cecdsa-cert.pem
334 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-cecdsa-key.pem
338 [8-ECDSA Signature Algorithm Selection compressed point-client]
344 [test-8]
346 ExpectedServerCertType = P-256
353 [9-ECDSA Signature Algorithm Selection, no ECDSA certificate]
354 ssl_conf = 9-ECDSA Signature Algorithm Selection, no ECDSA certificate-ssl
356 [9-ECDSA Signature Algorithm Selection, no ECDSA certificate-ssl]
357 server = 9-ECDSA Signature Algorithm Selection, no ECDSA certificate-server
358 client = 9-ECDSA Signature Algorithm Selection, no ECDSA certificate-client
360 [9-ECDSA Signature Algorithm Selection, no ECDSA certificate-server]
366 [9-ECDSA Signature Algorithm Selection, no ECDSA certificate-client]
372 [test-9]
378 [10-RSA Signature Algorithm Selection]
379 ssl_conf = 10-RSA Signature Algorithm Selection-ssl
381 [10-RSA Signature Algorithm Selection-ssl]
382 server = 10-RSA Signature Algorithm Selection-server
383 client = 10-RSA Signature Algorithm Selection-client
385 [10-RSA Signature Algorithm Selection-server]
388 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
389 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
390 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
391 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
392 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
393 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
397 [10-RSA Signature Algorithm Selection-client]
403 [test-10]
412 [11-RSA-PSS Signature Algorithm Selection]
413 ssl_conf = 11-RSA-PSS Signature Algorithm Selection-ssl
415 [11-RSA-PSS Signature Algorithm Selection-ssl]
416 server = 11-RSA-PSS Signature Algorithm Selection-server
417 client = 11-RSA-PSS Signature Algorithm Selection-client
419 [11-RSA-PSS Signature Algorithm Selection-server]
422 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
423 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
424 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
425 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
426 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
427 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
431 [11-RSA-PSS Signature Algorithm Selection-client]
433 SignatureAlgorithms = RSA-PSS+SHA256
437 [test-11]
441 ExpectedServerSignType = RSA-PSS
446 [12-RSA key exchange with all RSA certificate types]
447 ssl_conf = 12-RSA key exchange with all RSA certificate types-ssl
449 [12-RSA key exchange with all RSA certificate types-ssl]
450 server = 12-RSA key exchange with all RSA certificate types-server
451 client = 12-RSA key exchange with all RSA certificate types-client
453 [12-RSA key exchange with all RSA certificate types-server]
456 PSS.Certificate = ${ENV::TEST_CERTS_DIR}/server-pss-cert.pem
457 PSS.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-pss-key.pem
460 [12-RSA key exchange with all RSA certificate types-client]
466 [test-12]
473 [13-Suite B P-256 Hash Algorithm Selection]
474 ssl_conf = 13-Suite B P-256 Hash Algorithm Selection-ssl
476 [13-Suite B P-256 Hash Algorithm Selection-ssl]
477 server = 13-Suite B P-256 Hash Algorithm Selection-server
478 client = 13-Suite B P-256 Hash Algorithm Selection-client
480 [13-Suite B P-256 Hash Algorithm Selection-server]
483 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/p256-server-cert.pem
484 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/p256-server-key.pem
488 [13-Suite B P-256 Hash Algorithm Selection-client]
491 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/p384-root.pem
494 [test-13]
496 ExpectedServerCertType = P-256
503 [14-Suite B P-384 Hash Algorithm Selection]
504 ssl_conf = 14-Suite B P-384 Hash Algorithm Selection-ssl
506 [14-Suite B P-384 Hash Algorithm Selection-ssl]
507 server = 14-Suite B P-384 Hash Algorithm Selection-server
508 client = 14-Suite B P-384 Hash Algorithm Selection-client
510 [14-Suite B P-384 Hash Algorithm Selection-server]
513 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/p384-server-cert.pem
514 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/p384-server-key.pem
518 [14-Suite B P-384 Hash Algorithm Selection-client]
521 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/p384-root.pem
524 [test-14]
526 ExpectedServerCertType = P-384
533 [15-Ed25519 CipherString and Signature Algorithm Selection]
534 ssl_conf = 15-Ed25519 CipherString and Signature Algorithm Selection-ssl
536 [15-Ed25519 CipherString and Signature Algorithm Selection-ssl]
537 server = 15-Ed25519 CipherString and Signature Algorithm Selection-server
538 client = 15-Ed25519 CipherString and Signature Algorithm Selection-client
540 [15-Ed25519 CipherString and Signature Algorithm Selection-server]
543 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
544 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
545 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
546 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
547 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
548 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
552 [15-Ed25519 CipherString and Signature Algorithm Selection-client]
555 RequestCAFile = ${ENV::TEST_CERTS_DIR}/root-cert.pem
560 [test-15]
569 [16-Ed448 CipherString and Signature Algorithm Selection]
570 ssl_conf = 16-Ed448 CipherString and Signature Algorithm Selection-ssl
572 [16-Ed448 CipherString and Signature Algorithm Selection-ssl]
573 server = 16-Ed448 CipherString and Signature Algorithm Selection-server
574 client = 16-Ed448 CipherString and Signature Algorithm Selection-client
576 [16-Ed448 CipherString and Signature Algorithm Selection-server]
579 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
580 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
581 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
582 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
583 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
584 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
588 [16-Ed448 CipherString and Signature Algorithm Selection-client]
591 RequestCAFile = ${ENV::TEST_CERTS_DIR}/root-ed448-cert.pem
593 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/root-ed448-cert.pem
596 [test-16]
605 [17-TLS 1.2 Ed25519 Client Auth]
606 ssl_conf = 17-TLS 1.2 Ed25519 Client Auth-ssl
608 [17-TLS 1.2 Ed25519 Client Auth-ssl]
609 server = 17-TLS 1.2 Ed25519 Client Auth-server
610 client = 17-TLS 1.2 Ed25519 Client Auth-client
612 [17-TLS 1.2 Ed25519 Client Auth-server]
616 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/root-cert.pem
619 [17-TLS 1.2 Ed25519 Client Auth-client]
621 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/client-ed25519-cert.pem
622 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/client-ed25519-key.pem
628 [test-17]
636 [18-TLS 1.2 Ed448 Client Auth]
637 ssl_conf = 18-TLS 1.2 Ed448 Client Auth-ssl
639 [18-TLS 1.2 Ed448 Client Auth-ssl]
640 server = 18-TLS 1.2 Ed448 Client Auth-server
641 client = 18-TLS 1.2 Ed448 Client Auth-client
643 [18-TLS 1.2 Ed448 Client Auth-server]
647 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/root-cert.pem
650 [18-TLS 1.2 Ed448 Client Auth-client]
652 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/client-ed448-cert.pem
653 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/client-ed448-key.pem
659 [test-18]
667 [19-ECDSA Signature Algorithm Selection SHA1]
668 ssl_conf = 19-ECDSA Signature Algorithm Selection SHA1-ssl
670 [19-ECDSA Signature Algorithm Selection SHA1-ssl]
671 server = 19-ECDSA Signature Algorithm Selection SHA1-server
672 client = 19-ECDSA Signature Algorithm Selection SHA1-client
674 [19-ECDSA Signature Algorithm Selection SHA1-server]
677 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
678 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
679 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
680 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
681 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
682 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
686 [19-ECDSA Signature Algorithm Selection SHA1-client]
692 [test-19]
694 ExpectedServerCertType = P-256
701 [20-ECDSA with brainpool]
702 ssl_conf = 20-ECDSA with brainpool-ssl
704 [20-ECDSA with brainpool-ssl]
705 server = 20-ECDSA with brainpool-server
706 client = 20-ECDSA with brainpool-client
708 [20-ECDSA with brainpool-server]
709 Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-brainpoolP256r1-cert.pem
712 PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-brainpoolP256r1-key.pem
714 [20-ECDSA with brainpool-client]
718 RequestCAFile = ${ENV::TEST_CERTS_DIR}/root-cert.pem
722 [test-20]
731 [21-Ed25519 CipherString and Curves Selection]
732 ssl_conf = 21-Ed25519 CipherString and Curves Selection-ssl
734 [21-Ed25519 CipherString and Curves Selection-ssl]
735 server = 21-Ed25519 CipherString and Curves Selection-server
736 client = 21-Ed25519 CipherString and Curves Selection-client
738 [21-Ed25519 CipherString and Curves Selection-server]
741 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
742 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
743 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
744 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
745 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
746 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
750 [21-Ed25519 CipherString and Curves Selection-client]
758 [test-21]
766 [22-Ed448 CipherString and Curves Selection]
767 ssl_conf = 22-Ed448 CipherString and Curves Selection-ssl
769 [22-Ed448 CipherString and Curves Selection-ssl]
770 server = 22-Ed448 CipherString and Curves Selection-server
771 client = 22-Ed448 CipherString and Curves Selection-client
773 [22-Ed448 CipherString and Curves Selection-server]
776 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
777 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
778 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
779 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
780 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
781 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
785 [22-Ed448 CipherString and Curves Selection-client]
790 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/root-ed448-cert.pem
793 [test-22]
801 [23-RSA-PSS Certificate CipherString Selection]
802 ssl_conf = 23-RSA-PSS Certificate CipherString Selection-ssl
804 [23-RSA-PSS Certificate CipherString Selection-ssl]
805 server = 23-RSA-PSS Certificate CipherString Selection-server
806 client = 23-RSA-PSS Certificate CipherString Selection-client
808 [23-RSA-PSS Certificate CipherString Selection-server]
811 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
812 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
813 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
814 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
815 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
816 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
818 PSS.Certificate = ${ENV::TEST_CERTS_DIR}/server-pss-cert.pem
819 PSS.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-pss-key.pem
822 [23-RSA-PSS Certificate CipherString Selection-client]
828 [test-23]
830 ExpectedServerCertType = RSA-PSS
831 ExpectedServerSignType = RSA-PSS
836 [24-RSA-PSS Certificate Legacy Signature Algorithm Selection]
837 ssl_conf = 24-RSA-PSS Certificate Legacy Signature Algorithm Selection-ssl
839 [24-RSA-PSS Certificate Legacy Signature Algorithm Selection-ssl]
840 server = 24-RSA-PSS Certificate Legacy Signature Algorithm Selection-server
841 client = 24-RSA-PSS Certificate Legacy Signature Algorithm Selection-client
843 [24-RSA-PSS Certificate Legacy Signature Algorithm Selection-server]
846 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
847 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
848 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
849 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
850 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
851 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
853 PSS.Certificate = ${ENV::TEST_CERTS_DIR}/server-pss-cert.pem
854 PSS.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-pss-key.pem
857 [24-RSA-PSS Certificate Legacy Signature Algorithm Selection-client]
859 SignatureAlgorithms = RSA-PSS+SHA256
863 [test-24]
867 ExpectedServerSignType = RSA-PSS
872 [25-RSA-PSS Certificate Unified Signature Algorithm Selection]
873 ssl_conf = 25-RSA-PSS Certificate Unified Signature Algorithm Selection-ssl
875 [25-RSA-PSS Certificate Unified Signature Algorithm Selection-ssl]
876 server = 25-RSA-PSS Certificate Unified Signature Algorithm Selection-server
877 client = 25-RSA-PSS Certificate Unified Signature Algorithm Selection-client
879 [25-RSA-PSS Certificate Unified Signature Algorithm Selection-server]
882 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
883 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
884 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
885 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
886 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
887 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
889 PSS.Certificate = ${ENV::TEST_CERTS_DIR}/server-pss-cert.pem
890 PSS.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-pss-key.pem
893 [25-RSA-PSS Certificate Unified Signature Algorithm Selection-client]
899 [test-25]
901 ExpectedServerCertType = RSA-PSS
903 ExpectedServerSignType = RSA-PSS
908 [26-Only RSA-PSS Certificate]
909 ssl_conf = 26-Only RSA-PSS Certificate-ssl
911 [26-Only RSA-PSS Certificate-ssl]
912 server = 26-Only RSA-PSS Certificate-server
913 client = 26-Only RSA-PSS Certificate-client
915 [26-Only RSA-PSS Certificate-server]
916 Certificate = ${ENV::TEST_CERTS_DIR}/server-pss-cert.pem
918 PrivateKey = ${ENV::TEST_CERTS_DIR}/server-pss-key.pem
920 [26-Only RSA-PSS Certificate-client]
925 [test-26]
927 ExpectedServerCertType = RSA-PSS
929 ExpectedServerSignType = RSA-PSS
934 [27-Only RSA-PSS Certificate Valid Signature Algorithms]
935 ssl_conf = 27-Only RSA-PSS Certificate Valid Signature Algorithms-ssl
937 [27-Only RSA-PSS Certificate Valid Signature Algorithms-ssl]
938 server = 27-Only RSA-PSS Certificate Valid Signature Algorithms-server
939 client = 27-Only RSA-PSS Certificate Valid Signature Algorithms-client
941 [27-Only RSA-PSS Certificate Valid Signature Algorithms-server]
942 Certificate = ${ENV::TEST_CERTS_DIR}/server-pss-cert.pem
944 PrivateKey = ${ENV::TEST_CERTS_DIR}/server-pss-key.pem
946 [27-Only RSA-PSS Certificate Valid Signature Algorithms-client]
952 [test-27]
954 ExpectedServerCertType = RSA-PSS
956 ExpectedServerSignType = RSA-PSS
961 [28-RSA-PSS Certificate, no PSS signature algorithms]
962 ssl_conf = 28-RSA-PSS Certificate, no PSS signature algorithms-ssl
964 [28-RSA-PSS Certificate, no PSS signature algorithms-ssl]
965 server = 28-RSA-PSS Certificate, no PSS signature algorithms-server
966 client = 28-RSA-PSS Certificate, no PSS signature algorithms-client
968 [28-RSA-PSS Certificate, no PSS signature algorithms-server]
969 Certificate = ${ENV::TEST_CERTS_DIR}/server-pss-cert.pem
971 PrivateKey = ${ENV::TEST_CERTS_DIR}/server-pss-key.pem
973 [28-RSA-PSS Certificate, no PSS signature algorithms-client]
979 [test-28]
985 [29-Only RSA-PSS Restricted Certificate]
986 ssl_conf = 29-Only RSA-PSS Restricted Certificate-ssl
988 [29-Only RSA-PSS Restricted Certificate-ssl]
989 server = 29-Only RSA-PSS Restricted Certificate-server
990 client = 29-Only RSA-PSS Restricted Certificate-client
992 [29-Only RSA-PSS Restricted Certificate-server]
993 Certificate = ${ENV::TEST_CERTS_DIR}/server-pss-restrict-cert.pem
995 PrivateKey = ${ENV::TEST_CERTS_DIR}/server-pss-restrict-key.pem
997 [29-Only RSA-PSS Restricted Certificate-client]
1002 [test-29]
1004 ExpectedServerCertType = RSA-PSS
1006 ExpectedServerSignType = RSA-PSS
1011 [30-RSA-PSS Restricted Certificate Valid Signature Algorithms]
1012 ssl_conf = 30-RSA-PSS Restricted Certificate Valid Signature Algorithms-ssl
1014 [30-RSA-PSS Restricted Certificate Valid Signature Algorithms-ssl]
1015 server = 30-RSA-PSS Restricted Certificate Valid Signature Algorithms-server
1016 client = 30-RSA-PSS Restricted Certificate Valid Signature Algorithms-client
1018 [30-RSA-PSS Restricted Certificate Valid Signature Algorithms-server]
1019 Certificate = ${ENV::TEST_CERTS_DIR}/server-pss-restrict-cert.pem
1021 PrivateKey = ${ENV::TEST_CERTS_DIR}/server-pss-restrict-key.pem
1023 [30-RSA-PSS Restricted Certificate Valid Signature Algorithms-client]
1029 [test-30]
1031 ExpectedServerCertType = RSA-PSS
1033 ExpectedServerSignType = RSA-PSS
1038 [31-RSA-PSS Restricted Cert client prefers invalid Signature Algorithm]
1039 ssl_conf = 31-RSA-PSS Restricted Cert client prefers invalid Signature Algorithm-ssl
1041 [31-RSA-PSS Restricted Cert client prefers invalid Signature Algorithm-ssl]
1042 server = 31-RSA-PSS Restricted Cert client prefers invalid Signature Algorithm-server
1043 client = 31-RSA-PSS Restricted Cert client prefers invalid Signature Algorithm-client
1045 [31-RSA-PSS Restricted Cert client prefers invalid Signature Algorithm-server]
1046 Certificate = ${ENV::TEST_CERTS_DIR}/server-pss-restrict-cert.pem
1048 PrivateKey = ${ENV::TEST_CERTS_DIR}/server-pss-restrict-key.pem
1050 [31-RSA-PSS Restricted Cert client prefers invalid Signature Algorithm-client]
1056 [test-31]
1058 ExpectedServerCertType = RSA-PSS
1060 ExpectedServerSignType = RSA-PSS
1065 [32-RSA-PSS Restricted Certificate Invalid Signature Algorithms]
1066 ssl_conf = 32-RSA-PSS Restricted Certificate Invalid Signature Algorithms-ssl
1068 [32-RSA-PSS Restricted Certificate Invalid Signature Algorithms-ssl]
1069 server = 32-RSA-PSS Restricted Certificate Invalid Signature Algorithms-server
1070 client = 32-RSA-PSS Restricted Certificate Invalid Signature Algorithms-client
1072 [32-RSA-PSS Restricted Certificate Invalid Signature Algorithms-server]
1073 Certificate = ${ENV::TEST_CERTS_DIR}/server-pss-restrict-cert.pem
1075 PrivateKey = ${ENV::TEST_CERTS_DIR}/server-pss-restrict-key.pem
1077 [32-RSA-PSS Restricted Certificate Invalid Signature Algorithms-client]
1083 [test-32]
1089 [33-RSA key exchange with only RSA-PSS certificate]
1090 ssl_conf = 33-RSA key exchange with only RSA-PSS certificate-ssl
1092 [33-RSA key exchange with only RSA-PSS certificate-ssl]
1093 server = 33-RSA key exchange with only RSA-PSS certificate-server
1094 client = 33-RSA key exchange with only RSA-PSS certificate-client
1096 [33-RSA key exchange with only RSA-PSS certificate-server]
1097 Certificate = ${ENV::TEST_CERTS_DIR}/server-pss-cert.pem
1099 PrivateKey = ${ENV::TEST_CERTS_DIR}/server-pss-key.pem
1101 [33-RSA key exchange with only RSA-PSS certificate-client]
1107 [test-33]
1113 [34-Only RSA-PSS Certificate, TLS v1.1]
1114 ssl_conf = 34-Only RSA-PSS Certificate, TLS v1.1-ssl
1116 [34-Only RSA-PSS Certificate, TLS v1.1-ssl]
1117 server = 34-Only RSA-PSS Certificate, TLS v1.1-server
1118 client = 34-Only RSA-PSS Certificate, TLS v1.1-client
1120 [34-Only RSA-PSS Certificate, TLS v1.1-server]
1121 Certificate = ${ENV::TEST_CERTS_DIR}/server-pss-cert.pem
1123 PrivateKey = ${ENV::TEST_CERTS_DIR}/server-pss-key.pem
1125 [34-Only RSA-PSS Certificate, TLS v1.1-client]
1131 [test-34]
1137 [35-TLS 1.3 ECDSA Signature Algorithm Selection]
1138 ssl_conf = 35-TLS 1.3 ECDSA Signature Algorithm Selection-ssl
1140 [35-TLS 1.3 ECDSA Signature Algorithm Selection-ssl]
1141 server = 35-TLS 1.3 ECDSA Signature Algorithm Selection-server
1142 client = 35-TLS 1.3 ECDSA Signature Algorithm Selection-client
1144 [35-TLS 1.3 ECDSA Signature Algorithm Selection-server]
1147 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
1148 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
1149 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
1150 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
1151 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
1152 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
1157 [35-TLS 1.3 ECDSA Signature Algorithm Selection-client]
1163 [test-35]
1166 ExpectedServerCertType = P-256
1173 [36-TLS 1.3 ECDSA Signature Algorithm Selection compressed point]
1174 ssl_conf = 36-TLS 1.3 ECDSA Signature Algorithm Selection compressed point-ssl
1176 [36-TLS 1.3 ECDSA Signature Algorithm Selection compressed point-ssl]
1177 server = 36-TLS 1.3 ECDSA Signature Algorithm Selection compressed point-server
1178 client = 36-TLS 1.3 ECDSA Signature Algorithm Selection compressed point-client
1180 [36-TLS 1.3 ECDSA Signature Algorithm Selection compressed point-server]
1183 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-cecdsa-cert.pem
1184 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-cecdsa-key.pem
1189 [36-TLS 1.3 ECDSA Signature Algorithm Selection compressed point-client]
1195 [test-36]
1198 ExpectedServerCertType = P-256
1205 [37-TLS 1.3 ECDSA Signature Algorithm Selection SHA1]
1206 ssl_conf = 37-TLS 1.3 ECDSA Signature Algorithm Selection SHA1-ssl
1208 [37-TLS 1.3 ECDSA Signature Algorithm Selection SHA1-ssl]
1209 server = 37-TLS 1.3 ECDSA Signature Algorithm Selection SHA1-server
1210 client = 37-TLS 1.3 ECDSA Signature Algorithm Selection SHA1-client
1212 [37-TLS 1.3 ECDSA Signature Algorithm Selection SHA1-server]
1215 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
1216 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
1217 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
1218 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
1219 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
1220 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
1225 [37-TLS 1.3 ECDSA Signature Algorithm Selection SHA1-client]
1231 [test-37]
1237 [38-TLS 1.3 ECDSA Signature Algorithm Selection with PSS]
1238 ssl_conf = 38-TLS 1.3 ECDSA Signature Algorithm Selection with PSS-ssl
1240 [38-TLS 1.3 ECDSA Signature Algorithm Selection with PSS-ssl]
1241 server = 38-TLS 1.3 ECDSA Signature Algorithm Selection with PSS-server
1242 client = 38-TLS 1.3 ECDSA Signature Algorithm Selection with PSS-client
1244 [38-TLS 1.3 ECDSA Signature Algorithm Selection with PSS-server]
1247 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
1248 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
1249 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
1250 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
1251 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
1252 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
1257 [38-TLS 1.3 ECDSA Signature Algorithm Selection with PSS-client]
1259 RequestCAFile = ${ENV::TEST_CERTS_DIR}/root-cert.pem
1260 SignatureAlgorithms = ECDSA+SHA256:RSA-PSS+SHA256
1264 [test-38]
1266 ExpectedServerCANames = ${ENV::TEST_CERTS_DIR}/root-cert.pem
1267 ExpectedServerCertType = P-256
1274 [39-TLS 1.3 RSA Signature Algorithm Selection SHA384 with PSS]
1275 ssl_conf = 39-TLS 1.3 RSA Signature Algorithm Selection SHA384 with PSS-ssl
1277 [39-TLS 1.3 RSA Signature Algorithm Selection SHA384 with PSS-ssl]
1278 server = 39-TLS 1.3 RSA Signature Algorithm Selection SHA384 with PSS-server
1279 client = 39-TLS 1.3 RSA Signature Algorithm Selection SHA384 with PSS-client
1281 [39-TLS 1.3 RSA Signature Algorithm Selection SHA384 with PSS-server]
1284 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
1285 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
1286 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
1287 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
1288 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
1289 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
1294 [39-TLS 1.3 RSA Signature Algorithm Selection SHA384 with PSS-client]
1296 SignatureAlgorithms = ECDSA+SHA384:RSA-PSS+SHA384
1300 [test-39]
1304 ExpectedServerSignType = RSA-PSS
1309 [40-TLS 1.3 ECDSA Signature Algorithm Selection, no ECDSA certificate]
1310 ssl_conf = 40-TLS 1.3 ECDSA Signature Algorithm Selection, no ECDSA certificate-ssl
1312 [40-TLS 1.3 ECDSA Signature Algorithm Selection, no ECDSA certificate-ssl]
1313 server = 40-TLS 1.3 ECDSA Signature Algorithm Selection, no ECDSA certificate-server
1314 client = 40-TLS 1.3 ECDSA Signature Algorithm Selection, no ECDSA certificate-client
1316 [40-TLS 1.3 ECDSA Signature Algorithm Selection, no ECDSA certificate-server]
1323 [40-TLS 1.3 ECDSA Signature Algorithm Selection, no ECDSA certificate-client]
1329 [test-40]
1335 [41-TLS 1.3 RSA Signature Algorithm Selection, no PSS]
1336 ssl_conf = 41-TLS 1.3 RSA Signature Algorithm Selection, no PSS-ssl
1338 [41-TLS 1.3 RSA Signature Algorithm Selection, no PSS-ssl]
1339 server = 41-TLS 1.3 RSA Signature Algorithm Selection, no PSS-server
1340 client = 41-TLS 1.3 RSA Signature Algorithm Selection, no PSS-client
1342 [41-TLS 1.3 RSA Signature Algorithm Selection, no PSS-server]
1345 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
1346 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
1347 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
1348 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
1349 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
1350 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
1355 [41-TLS 1.3 RSA Signature Algorithm Selection, no PSS-client]
1361 [test-41]
1367 [42-TLS 1.3 RSA-PSS Signature Algorithm Selection]
1368 ssl_conf = 42-TLS 1.3 RSA-PSS Signature Algorithm Selection-ssl
1370 [42-TLS 1.3 RSA-PSS Signature Algorithm Selection-ssl]
1371 server = 42-TLS 1.3 RSA-PSS Signature Algorithm Selection-server
1372 client = 42-TLS 1.3 RSA-PSS Signature Algorithm Selection-client
1374 [42-TLS 1.3 RSA-PSS Signature Algorithm Selection-server]
1377 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
1378 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
1379 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
1380 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
1381 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
1382 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
1387 [42-TLS 1.3 RSA-PSS Signature Algorithm Selection-client]
1389 SignatureAlgorithms = RSA-PSS+SHA256
1393 [test-42]
1397 ExpectedServerSignType = RSA-PSS
1402 [43-TLS 1.3 RSA Client Auth Signature Algorithm Selection]
1403 ssl_conf = 43-TLS 1.3 RSA Client Auth Signature Algorithm Selection-ssl
1405 [43-TLS 1.3 RSA Client Auth Signature Algorithm Selection-ssl]
1406 server = 43-TLS 1.3 RSA Client Auth Signature Algorithm Selection-server
1407 client = 43-TLS 1.3 RSA Client Auth Signature Algorithm Selection-client
1409 [43-TLS 1.3 RSA Client Auth Signature Algorithm Selection-server]
1414 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/root-cert.pem
1417 [43-TLS 1.3 RSA Client Auth Signature Algorithm Selection-client]
1419 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/ee-ecdsa-client-chain.pem
1420 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/ee-ecdsa-key.pem
1423 RSA.Certificate = ${ENV::TEST_CERTS_DIR}/ee-client-chain.pem
1424 RSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/ee-key.pem
1428 [test-43]
1432 ExpectedClientSignType = RSA-PSS
1438 [44-TLS 1.3 RSA Client Auth Signature Algorithm Selection non-empty CA Names]
1439 ssl_conf = 44-TLS 1.3 RSA Client Auth Signature Algorithm Selection non-empty CA Names-ssl
1441 [44-TLS 1.3 RSA Client Auth Signature Algorithm Selection non-empty CA Names-ssl]
1442 server = 44-TLS 1.3 RSA Client Auth Signature Algorithm Selection non-empty CA Names-server
1443 client = 44-TLS 1.3 RSA Client Auth Signature Algorithm Selection non-empty CA Names-client
1445 [44-TLS 1.3 RSA Client Auth Signature Algorithm Selection non-empty CA Names-server]
1450 RequestCAFile = ${ENV::TEST_CERTS_DIR}/root-cert.pem
1451 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/root-cert.pem
1454 [44-TLS 1.3 RSA Client Auth Signature Algorithm Selection non-empty CA Names-client]
1456 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/ee-ecdsa-client-chain.pem
1457 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/ee-ecdsa-key.pem
1460 RSA.Certificate = ${ENV::TEST_CERTS_DIR}/ee-client-chain.pem
1461 RSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/ee-key.pem
1465 [test-44]
1466 ExpectedClientCANames = ${ENV::TEST_CERTS_DIR}/root-cert.pem
1469 ExpectedClientSignType = RSA-PSS
1475 [45-TLS 1.3 ECDSA Client Auth Signature Algorithm Selection]
1476 ssl_conf = 45-TLS 1.3 ECDSA Client Auth Signature Algorithm Selection-ssl
1478 [45-TLS 1.3 ECDSA Client Auth Signature Algorithm Selection-ssl]
1479 server = 45-TLS 1.3 ECDSA Client Auth Signature Algorithm Selection-server
1480 client = 45-TLS 1.3 ECDSA Client Auth Signature Algorithm Selection-client
1482 [45-TLS 1.3 ECDSA Client Auth Signature Algorithm Selection-server]
1487 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/root-cert.pem
1490 [45-TLS 1.3 ECDSA Client Auth Signature Algorithm Selection-client]
1492 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/ee-ecdsa-client-chain.pem
1493 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/ee-ecdsa-key.pem
1496 RSA.Certificate = ${ENV::TEST_CERTS_DIR}/ee-client-chain.pem
1497 RSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/ee-key.pem
1501 [test-45]
1502 ExpectedClientCertType = P-256
1510 [46-TLS 1.3 Ed25519 Signature Algorithm Selection]
1511 ssl_conf = 46-TLS 1.3 Ed25519 Signature Algorithm Selection-ssl
1513 [46-TLS 1.3 Ed25519 Signature Algorithm Selection-ssl]
1514 server = 46-TLS 1.3 Ed25519 Signature Algorithm Selection-server
1515 client = 46-TLS 1.3 Ed25519 Signature Algorithm Selection-client
1517 [46-TLS 1.3 Ed25519 Signature Algorithm Selection-server]
1520 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
1521 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
1522 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
1523 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
1524 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
1525 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
1530 [46-TLS 1.3 Ed25519 Signature Algorithm Selection-client]
1536 [test-46]
1544 [47-TLS 1.3 Ed448 Signature Algorithm Selection]
1545 ssl_conf = 47-TLS 1.3 Ed448 Signature Algorithm Selection-ssl
1547 [47-TLS 1.3 Ed448 Signature Algorithm Selection-ssl]
1548 server = 47-TLS 1.3 Ed448 Signature Algorithm Selection-server
1549 client = 47-TLS 1.3 Ed448 Signature Algorithm Selection-client
1551 [47-TLS 1.3 Ed448 Signature Algorithm Selection-server]
1554 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
1555 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
1556 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
1557 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
1558 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
1559 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
1564 [47-TLS 1.3 Ed448 Signature Algorithm Selection-client]
1567 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/root-ed448-cert.pem
1570 [test-47]
1578 [48-TLS 1.3 Ed25519 CipherString and Groups Selection]
1579 ssl_conf = 48-TLS 1.3 Ed25519 CipherString and Groups Selection-ssl
1581 [48-TLS 1.3 Ed25519 CipherString and Groups Selection-ssl]
1582 server = 48-TLS 1.3 Ed25519 CipherString and Groups Selection-server
1583 client = 48-TLS 1.3 Ed25519 CipherString and Groups Selection-client
1585 [48-TLS 1.3 Ed25519 CipherString and Groups Selection-server]
1588 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
1589 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
1590 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
1591 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
1592 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
1593 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
1598 [48-TLS 1.3 Ed25519 CipherString and Groups Selection-client]
1605 [test-48]
1607 ExpectedServerCertType = P-256
1613 [49-TLS 1.3 Ed448 CipherString and Groups Selection]
1614 ssl_conf = 49-TLS 1.3 Ed448 CipherString and Groups Selection-ssl
1616 [49-TLS 1.3 Ed448 CipherString and Groups Selection-ssl]
1617 server = 49-TLS 1.3 Ed448 CipherString and Groups Selection-server
1618 client = 49-TLS 1.3 Ed448 CipherString and Groups Selection-client
1620 [49-TLS 1.3 Ed448 CipherString and Groups Selection-server]
1623 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
1624 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
1625 Ed25519.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed25519-cert.pem
1626 Ed25519.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed25519-key.pem
1627 Ed448.Certificate = ${ENV::TEST_CERTS_DIR}/server-ed448-cert.pem
1628 Ed448.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ed448-key.pem
1633 [49-TLS 1.3 Ed448 CipherString and Groups Selection-client]
1640 [test-49]
1642 ExpectedServerCertType = P-256
1648 [50-TLS 1.3 Ed25519 Client Auth]
1649 ssl_conf = 50-TLS 1.3 Ed25519 Client Auth-ssl
1651 [50-TLS 1.3 Ed25519 Client Auth-ssl]
1652 server = 50-TLS 1.3 Ed25519 Client Auth-server
1653 client = 50-TLS 1.3 Ed25519 Client Auth-client
1655 [50-TLS 1.3 Ed25519 Client Auth-server]
1659 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/root-cert.pem
1662 [50-TLS 1.3 Ed25519 Client Auth-client]
1664 EdDSA.Certificate = ${ENV::TEST_CERTS_DIR}/client-ed25519-cert.pem
1665 EdDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/client-ed25519-key.pem
1671 [test-50]
1679 [51-TLS 1.3 Ed448 Client Auth]
1680 ssl_conf = 51-TLS 1.3 Ed448 Client Auth-ssl
1682 [51-TLS 1.3 Ed448 Client Auth-ssl]
1683 server = 51-TLS 1.3 Ed448 Client Auth-server
1684 client = 51-TLS 1.3 Ed448 Client Auth-client
1686 [51-TLS 1.3 Ed448 Client Auth-server]
1690 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/root-cert.pem
1693 [51-TLS 1.3 Ed448 Client Auth-client]
1695 EdDSA.Certificate = ${ENV::TEST_CERTS_DIR}/client-ed448-cert.pem
1696 EdDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/client-ed448-key.pem
1702 [test-51]
1710 [52-TLS 1.3 ECDSA with brainpool but no suitable groups]
1711 ssl_conf = 52-TLS 1.3 ECDSA with brainpool but no suitable groups-ssl
1713 [52-TLS 1.3 ECDSA with brainpool but no suitable groups-ssl]
1714 server = 52-TLS 1.3 ECDSA with brainpool but no suitable groups-server
1715 client = 52-TLS 1.3 ECDSA with brainpool but no suitable groups-client
1717 [52-TLS 1.3 ECDSA with brainpool but no suitable groups-server]
1718 Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-brainpoolP256r1-cert.pem
1721 PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-brainpoolP256r1-key.pem
1723 [52-TLS 1.3 ECDSA with brainpool but no suitable groups-client]
1726 RequestCAFile = ${ENV::TEST_CERTS_DIR}/root-cert.pem
1730 [test-52]
1736 [53-TLS 1.3 ECDSA with brainpool]
1737 ssl_conf = 53-TLS 1.3 ECDSA with brainpool-ssl
1739 [53-TLS 1.3 ECDSA with brainpool-ssl]
1740 server = 53-TLS 1.3 ECDSA with brainpool-server
1741 client = 53-TLS 1.3 ECDSA with brainpool-client
1743 [53-TLS 1.3 ECDSA with brainpool-server]
1744 Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-brainpoolP256r1-cert.pem
1746 PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-brainpoolP256r1-key.pem
1748 [53-TLS 1.3 ECDSA with brainpool-client]
1752 RequestCAFile = ${ENV::TEST_CERTS_DIR}/root-cert.pem
1756 [test-53]
1762 [54-TLS 1.2 DSA Certificate Test]
1763 ssl_conf = 54-TLS 1.2 DSA Certificate Test-ssl
1765 [54-TLS 1.2 DSA Certificate Test-ssl]
1766 server = 54-TLS 1.2 DSA Certificate Test-server
1767 client = 54-TLS 1.2 DSA Certificate Test-client
1769 [54-TLS 1.2 DSA Certificate Test-server]
1773 DSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-dsa-cert.pem
1774 DSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-dsa-key.pem
1779 [54-TLS 1.2 DSA Certificate Test-client]
1785 [test-54]
1791 [55-TLS 1.3 Client Auth No TLS 1.3 Signature Algorithms]
1792 ssl_conf = 55-TLS 1.3 Client Auth No TLS 1.3 Signature Algorithms-ssl
1794 [55-TLS 1.3 Client Auth No TLS 1.3 Signature Algorithms-ssl]
1795 server = 55-TLS 1.3 Client Auth No TLS 1.3 Signature Algorithms-server
1796 client = 55-TLS 1.3 Client Auth No TLS 1.3 Signature Algorithms-client
1798 [55-TLS 1.3 Client Auth No TLS 1.3 Signature Algorithms-server]
1803 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/root-cert.pem
1806 [55-TLS 1.3 Client Auth No TLS 1.3 Signature Algorithms-client]
1811 [test-55]
1817 [56-TLS 1.3 DSA Certificate Test]
1818 ssl_conf = 56-TLS 1.3 DSA Certificate Test-ssl
1820 [56-TLS 1.3 DSA Certificate Test-ssl]
1821 server = 56-TLS 1.3 DSA Certificate Test-server
1822 client = 56-TLS 1.3 DSA Certificate Test-client
1824 [56-TLS 1.3 DSA Certificate Test-server]
1827 DSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-dsa-cert.pem
1828 DSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-dsa-key.pem
1833 [56-TLS 1.3 DSA Certificate Test-client]
1839 [test-56]