Remove proxy tests. Add verify callback tests.
authorEmilia Kasper <emilia@openssl.org>
Thu, 7 Apr 2016 17:07:50 +0000 (19:07 +0200)
committerEmilia Kasper <emilia@openssl.org>
Thu, 12 May 2016 17:02:42 +0000 (19:02 +0200)
commita263f320ebdb32ccc058ef02a617edbfe4a63e7f
treeaa0e8b9d93f591a7752cc312053d9333caecae33
parentd82c27589b5f9e9128f1ae9fce89fadd03c1c229
Remove proxy tests. Add verify callback tests.

The old proxy tests test the implementation of an application proxy
policy callback defined in the test itself, which is not particularly
useful.

It is, however, useful to test cert verify overrides in
general. Therefore, replace these tests with tests for cert verify
callback behaviour.

Also glob the ssl test inputs on the .in files to catch missing
generated files.

Reviewed-by: Rich Salz <rsalz@openssl.org>
13 files changed:
test/README.ssltest.md
test/handshake_helper.c
test/handshake_helper.h
test/recipes/80-test_ssl_new.t
test/recipes/80-test_ssl_old.t
test/ssl-tests/03-custom_verify.conf [new file with mode: 0644]
test/ssl-tests/03-custom_verify.conf.in [new file with mode: 0644]
test/ssl_test.c
test/ssl_test_ctx.c
test/ssl_test_ctx.h
test/ssl_test_ctx_test.c
test/ssl_test_ctx_test.conf
test/ssltest_old.c