Add SSL tests for certificates with embedded SCTs
authorRob Percival <robpercival@google.com>
Thu, 6 Apr 2017 12:21:27 +0000 (13:21 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 26 Apr 2017 15:33:55 +0000 (16:33 +0100)
commite23a4e98a90c448a196aede3edeb7802ed0da121
treee0d159de196f105dccfcd74be5bf073c88f8f78e
parent3626ed03a6d13fa757d3327db2d5523072063132
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: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3260)
test/certs/embeddedSCTs1-key.pem [new file with mode: 0644]
test/ssl-tests/12-ct.conf
test/ssl-tests/12-ct.conf.in