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 20:14:29 +0000 (21:14 +0100)
commit062ed73f581ef33f319c58cda93ca818cb4095b4
tree535af0b2c28fb117113f2172a3ef0a97744de741
parent06314c029d6b1e2d184546b059d827bb7040f5d4
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>
(cherry picked from commit 767ccc3b77cde82c46ab4af541663f6c80e538d3)
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