Fix SSLv3 ClientAuth alert checking
authorMatt Caswell <matt@openssl.org>
Wed, 22 Jun 2016 18:41:03 +0000 (19:41 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 18 Jul 2016 13:30:14 +0000 (14:30 +0100)
commit10e6d235494f69365914f959f83b448b0b21dca2
tree059be3bc428a215275ab224d73c60fa7df3ae475
parent78cbe94f89417150d5d334f6c02ed697f62029fe
Fix SSLv3 ClientAuth alert checking

In TLS during ClientAuth if the CA is not recognised you should get an
UnknownCA alert. In SSLv3 this does not exist and you should get a
BadCertificate alert.

Reviewed-by: Emilia Käsper <emilia@openssl.org>
test/ssl-tests/04-client_auth.conf.in
test/ssl_test_ctx.c