Add some CertStatus tests
authorMatt Caswell <matt@openssl.org>
Tue, 30 Aug 2016 13:20:18 +0000 (14:20 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 30 Aug 2016 13:49:10 +0000 (14:49 +0100)
commit767ccc3b77cde82c46ab4af541663f6c80e538d3
tree1ef22091fd32466f6f6f9fd6df84a5f99079513f
parentf046afb0663fc4514f7fc5d1724439caa6858932
Add some CertStatus tests

The previous commit revealed a long standing problem where CertStatus
processing was broken in DTLS. This would have been revealed by better
testing - so add some!

Reviewed-by: Rich Salz <rsalz@openssl.org>
test/handshake_helper.c
test/recipes/80-test_ssl_new.t
test/ssl-tests/15-certstatus.conf [new file with mode: 0644]
test/ssl-tests/15-certstatus.conf.in [new file with mode: 0644]
test/ssl-tests/16-certstatus.conf [new file with mode: 0644]
test/ssl-tests/16-dtls-certstatus.conf [new file with mode: 0644]
test/ssl-tests/16-dtls-certstatus.conf.in [new file with mode: 0644]
test/ssl_test_ctx.c
test/ssl_test_ctx.h
test/ssl_test_ctx_test.c