Loading test/dsatest.c +2 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ #include "testutil.h" #include "e_os.h" #ifndef OPENSSL_NO_DSA static int dsa_cb(int p, int n, BN_GENCB *arg); /* Loading Loading @@ -134,6 +135,7 @@ static int dsa_cb(int p, int n, BN_GENCB *arg) } return 1; } #endif /* OPENSSL_NO_DSA */ void register_tests(void) { Loading test/ssl-tests/20-cert-select.conf.in +12 −12 Original line number Diff line number Diff line Loading @@ -430,18 +430,6 @@ my @tests_tls_1_3 = ( "ExpectedResult" => "Success" }, }, { name => "TLS 1.3 Client Auth No TLS 1.3 Signature Algorithms", server => { "ClientSignatureAlgorithms" => "ECDSA+SHA1:DSA+SHA256:RSA+SHA256", "VerifyCAFile" => test_pem("root-cert.pem"), "VerifyMode" => "Request" }, client => {}, test => { "ExpectedResult" => "ServerFail" }, }, ); push @tests, @tests_tls_1_3 unless disabled("tls1_3"); Loading @@ -468,6 +456,18 @@ my @tests_dsa_tls_1_2 = ( ); my @tests_dsa_tls_1_3 = ( { name => "TLS 1.3 Client Auth No TLS 1.3 Signature Algorithms", server => { "ClientSignatureAlgorithms" => "ECDSA+SHA1:DSA+SHA256:RSA+SHA256", "VerifyCAFile" => test_pem("root-cert.pem"), "VerifyMode" => "Request" }, client => {}, test => { "ExpectedResult" => "ServerFail" }, }, { name => "TLS 1.3 DSA Certificate Test", server => { Loading Loading
test/dsatest.c +2 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ #include "testutil.h" #include "e_os.h" #ifndef OPENSSL_NO_DSA static int dsa_cb(int p, int n, BN_GENCB *arg); /* Loading Loading @@ -134,6 +135,7 @@ static int dsa_cb(int p, int n, BN_GENCB *arg) } return 1; } #endif /* OPENSSL_NO_DSA */ void register_tests(void) { Loading
test/ssl-tests/20-cert-select.conf.in +12 −12 Original line number Diff line number Diff line Loading @@ -430,18 +430,6 @@ my @tests_tls_1_3 = ( "ExpectedResult" => "Success" }, }, { name => "TLS 1.3 Client Auth No TLS 1.3 Signature Algorithms", server => { "ClientSignatureAlgorithms" => "ECDSA+SHA1:DSA+SHA256:RSA+SHA256", "VerifyCAFile" => test_pem("root-cert.pem"), "VerifyMode" => "Request" }, client => {}, test => { "ExpectedResult" => "ServerFail" }, }, ); push @tests, @tests_tls_1_3 unless disabled("tls1_3"); Loading @@ -468,6 +456,18 @@ my @tests_dsa_tls_1_2 = ( ); my @tests_dsa_tls_1_3 = ( { name => "TLS 1.3 Client Auth No TLS 1.3 Signature Algorithms", server => { "ClientSignatureAlgorithms" => "ECDSA+SHA1:DSA+SHA256:RSA+SHA256", "VerifyCAFile" => test_pem("root-cert.pem"), "VerifyMode" => "Request" }, client => {}, test => { "ExpectedResult" => "ServerFail" }, }, { name => "TLS 1.3 DSA Certificate Test", server => { Loading