openssl/test/ssl-tests
Rob Percival 2094ea070a Add SSL tests for certificates with embedded SCTs
The only SSL tests prior to this tested using certificates with no
embedded Signed Certificate Timestamps (SCTs), which meant they couldn't
confirm whether Certificate Transparency checks in "strict" mode were
working.

These tests reveal a bug in the validation of SCT timestamps, which is
fixed by the next commit.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3138)
2017-04-12 19:08:57 +02:00
..
01-simple.conf Use PSS for simple test so TLS 1.3 handhake is successful. 2017-01-30 13:00:17 +00:00
01-simple.conf.in Use PSS for simple test so TLS 1.3 handhake is successful. 2017-01-30 13:00:17 +00:00
02-protocol-version.conf Update Configure to know about tls1_3 2016-11-02 13:08:21 +00:00
02-protocol-version.conf.in SSL test framework: port resumption tests 2016-07-20 13:55:53 +02:00
03-custom_verify.conf Reorganize SSL test structures 2016-08-08 12:06:26 +02:00
03-custom_verify.conf.in Reorganize SSL test structures 2016-08-08 12:06:26 +02:00
04-client_auth.conf Add Client CA names tests 2017-03-16 18:07:19 +00:00
04-client_auth.conf.in Add Client CA names tests 2017-03-16 18:07:19 +00:00
05-sni.conf Tests for SSL early callback 2017-02-23 19:40:26 +01:00
05-sni.conf.in Tests for SSL early callback 2017-02-23 19:40:26 +01:00
06-sni-ticket.conf Remove old style NewSessionTicket from TLSv1.3 2016-11-23 15:31:21 +00:00
06-sni-ticket.conf.in Remove a TLS1.3 TODO that is now completed 2017-01-30 10:18:22 +00:00
07-dtls-protocol-version.conf Reorganize SSL test structures 2016-08-08 12:06:26 +02:00
07-dtls-protocol-version.conf.in SSL test framework: port resumption tests 2016-07-20 13:55:53 +02:00
08-npn.conf Start using the key_share data to derive the PMS 2016-11-16 10:09:46 +00:00
08-npn.conf.in Start using the key_share data to derive the PMS 2016-11-16 10:09:46 +00:00
09-alpn.conf Re-enable ALPN resumption tests where we are using TLSv1.3 2017-01-30 10:18:22 +00:00
09-alpn.conf.in Re-enable ALPN resumption tests where we are using TLSv1.3 2017-01-30 10:18:22 +00:00
10-resumption.conf Update Configure to know about tls1_3 2016-11-02 13:08:21 +00:00
10-resumption.conf.in SSL test framework: port resumption tests 2016-07-20 13:55:53 +02:00
11-dtls_resumption.conf Reorganize SSL test structures 2016-08-08 12:06:26 +02:00
11-dtls_resumption.conf.in SSL test framework: port resumption tests 2016-07-20 13:55:53 +02:00
12-ct.conf Add SSL tests for certificates with embedded SCTs 2017-04-12 19:08:57 +02:00
12-ct.conf.in Add SSL tests for certificates with embedded SCTs 2017-04-12 19:08:57 +02:00
13-fragmentation.conf Add the SSL_METHOD for TLSv1.3 and all other base changes required 2016-11-02 13:08:21 +00:00
13-fragmentation.conf.in Add the SSL_METHOD for TLSv1.3 and all other base changes required 2016-11-02 13:08:21 +00:00
14-curves.conf Add server temp key type checks 2017-01-08 19:36:59 +00:00
14-curves.conf.in Add server temp key type checks 2017-01-08 19:36:59 +00:00
15-certstatus.conf Add some CertStatus tests 2016-08-30 14:49:10 +01:00
15-certstatus.conf.in Add some CertStatus tests 2016-08-30 14:49:10 +01:00
16-certstatus.conf Add some CertStatus tests 2016-08-30 14:49:10 +01:00
16-dtls-certstatus.conf Add some CertStatus tests 2016-08-30 14:49:10 +01:00
16-dtls-certstatus.conf.in Add some CertStatus tests 2016-08-30 14:49:10 +01:00
17-renegotiate.conf Provide a test for the Encrypt-Then-Mac renegotiation crash 2017-02-16 09:35:56 +00:00
17-renegotiate.conf.in Fix test_ssl_new when compiled with no-tls1_2 or no-dtls1_2 2017-02-28 16:26:13 +00:00
18-dtls-renegotiate.conf Provide a test for the Encrypt-Then-Mac renegotiation crash 2017-02-16 09:35:56 +00:00
18-dtls-renegotiate.conf.in Fix test_ssl_new when compiled with no-tls1_2 or no-dtls1_2 2017-02-28 16:26:13 +00:00
19-mac-then-encrypt.conf Fix mac-then-encrypt test with enable-tls1_3 2016-11-29 22:51:12 +00:00
19-mac-then-encrypt.conf.in 80-test_ssl_new.t: Make 19-mac-then-encrypt.conf work without TLSv1.2 2016-12-29 15:42:22 +01:00
20-cert-select.conf Add certificate_authorities tests client to server. 2017-04-03 23:47:22 +01:00
20-cert-select.conf.in Add certificate_authorities tests client to server. 2017-04-03 23:47:22 +01:00
21-key-update.conf Add some KeyUpdate tests 2017-02-17 10:28:01 +00:00
21-key-update.conf.in Add some KeyUpdate tests 2017-02-17 10:28:01 +00:00
22-compression.conf Add compression tests 2017-03-02 16:49:28 +00:00
22-compression.conf.in Add compression tests 2017-03-02 16:49:28 +00:00
23-srp.conf Port SRP tests to the new test framework 2017-03-14 15:07:50 +01:00
23-srp.conf.in Port SRP tests to the new test framework 2017-03-14 15:07:50 +01:00
protocol_version.pm Add a test for resumption after HRR 2017-03-21 10:00:44 +00:00
ssltests_base.pm Add and use function test_pem to work out test filenames. 2017-02-17 16:33:12 +00:00