openssl/test/ossl_shim
Matt Caswell 162e120711 SSL_get_peer_cert_chain() does not work after a resumption
After a resumption it is documented that SSL_get_peer_cert_chain() will
return NULL. In BoringSSL it still returns the chain. We don't support that
so we should update the shim to call SSL_get_peer_certificate() instead
when checking whether a peer certificate is available.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2942)
2017-03-14 23:15:21 +00:00
..
include/openssl Fix some defines in ossl_shim 2016-11-23 17:01:33 +00:00
async_bio.cc Swap header copyrights to standard OpenSSL 2016-11-04 10:38:54 +00:00
async_bio.h Swap header copyrights to standard OpenSSL 2016-11-04 10:38:54 +00:00
build.info Control building of ossl_shim through Configure 2016-11-04 10:38:54 +00:00
ossl_config.json Fix 12 Boring tests involving NULL-SHA ciphersuites 2017-03-14 14:29:31 +00:00
ossl_shim.cc SSL_get_peer_cert_chain() does not work after a resumption 2017-03-14 23:15:21 +00:00
packeted_bio.cc Swap header copyrights to standard OpenSSL 2016-11-04 10:38:54 +00:00
packeted_bio.h Swap header copyrights to standard OpenSSL 2016-11-04 10:38:54 +00:00
test_config.cc Fix 12 Boring tests involving NULL-SHA ciphersuites 2017-03-14 14:29:31 +00:00
test_config.h Swap header copyrights to standard OpenSSL 2016-11-04 10:38:54 +00:00