Lines Matching +full:post +full:-
1 # -*- mode: perl; -*-
2 # Copyright 2018-2020 The OpenSSL Project Authors. All Rights Reserved.
11 ## Similar to 04-client_auth.cnf.in output, but specific for
12 ## TLSv1.3 and post-handshake authentication
22 name => "server-auth-TLSv1.3",
36 name => "client-auth-TLSv1.3-request",
51 name => "client-auth-TLSv1.3-require-fail",
55 "VerifyCAFile" => test_pem("root-cert.pem"),
68 name => "client-auth-TLSv1.3-require",
73 "VerifyCAFile" => test_pem("root-cert.pem"),
79 "Certificate" => test_pem("ee-client-chain.pem"),
80 "PrivateKey" => test_pem("ee-key.pem"),
85 "ExpectedClientSignType" => "RSA-PSS",
91 name => "client-auth-TLSv1.3-require-non-empty-names",
96 "ClientCAFile" => test_pem("root-cert.pem"),
97 "VerifyCAFile" => test_pem("root-cert.pem"),
103 "Certificate" => test_pem("ee-client-chain.pem"),
104 "PrivateKey" => test_pem("ee-key.pem"),
109 "ExpectedClientSignType" => "RSA-PSS",
111 "ExpectedClientCANames" => test_pem("root-cert.pem"),
115 name => "client-auth-TLSv1.3-noroot",
124 "Certificate" => test_pem("ee-client-chain.pem"),
125 "PrivateKey" => test_pem("ee-key.pem"),
133 name => "client-auth-TLSv1.3-request-post-handshake",
149 name => "client-auth-TLSv1.3-require-fail-post-handshake",
153 "VerifyCAFile" => test_pem("root-cert.pem"),
166 name => "client-auth-TLSv1.3-require-post-handshake",
171 "VerifyCAFile" => test_pem("root-cert.pem"),
177 "Certificate" => test_pem("ee-client-chain.pem"),
178 "PrivateKey" => test_pem("ee-key.pem"),
187 "ExpectedClientSignType" => "RSA-PSS",
193 name => "client-auth-TLSv1.3-require-non-empty-names-post-handshake",
198 "ClientCAFile" => test_pem("root-cert.pem"),
199 "VerifyCAFile" => test_pem("root-cert.pem"),
205 "Certificate" => test_pem("ee-client-chain.pem"),
206 "PrivateKey" => test_pem("ee-key.pem"),
215 "ExpectedClientSignType" => "RSA-PSS",
217 "ExpectedClientCANames" => test_pem("root-cert.pem"),
221 name => "client-auth-TLSv1.3-noroot-post-handshake",
230 "Certificate" => test_pem("ee-client-chain.pem"),
231 "PrivateKey" => test_pem("ee-key.pem"),
243 name => "client-auth-TLSv1.3-request-force-client-post-handshake",
262 name => "client-auth-TLSv1.3-request-force-server-post-handshake",
281 name => "client-auth-TLSv1.3-request-force-both-post-handshake",