Test that we can handle a PHA CertificateRequest after we sent close_notify
authorMatt Caswell <matt@openssl.org>
Thu, 6 Sep 2018 11:06:24 +0000 (12:06 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 7 Sep 2018 10:15:20 +0000 (11:15 +0100)
commit57d7b988b498ed34e98d1957fbbded8342f2a952
treec25760f1a51660f417622b2ec642a652b94403ea
parent80eff008ec8767f844534d28a7c252cd23c08835
Test that we can handle a PHA CertificateRequest after we sent close_notify

Even though we already sent close_notify the server may not have recieved
it yet and could issue a CertificateRequest to us. Since we've already
sent close_notify we can't send any reasonable response so we just ignore
it.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7114)
test/sslapitest.c