]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/recipes/80-test_ssl_new.t
Add TLSv1.3 post-handshake authentication (PHA)
[thirdparty/openssl.git] / test / recipes / 80-test_ssl_new.t
index d1388d9b430931ce5b527487672e33ee2f904a12..be0338837a2440b7cb70c44e8c02a0b0ef4db988 100644 (file)
@@ -28,7 +28,7 @@ map { s/\^// } @conf_files if $^O eq "VMS";
 
 # We hard-code the number of tests to double-check that the globbing above
 # finds all files as expected.
-plan tests => 25;  # = scalar @conf_srcs
+plan tests => 26;  # = scalar @conf_srcs
 
 # Some test results depend on the configuration of enabled protocols. We only
 # verify generated sources in the default configuration.
@@ -96,6 +96,7 @@ my %skip = (
                     && disabled("tls1_2")) || disabled("srp"),
   "24-padding.conf" => disabled("tls1_3"),
   "25-cipher.conf" => disabled("ec") || disabled("tls1_2"),
+  "26-tls13_client_auth.conf" => disabled("tls1_3"),
 );
 
 foreach my $conf (@conf_files) {