Ignore the status_request extension in a resumption handshake
authorMatt Caswell <matt@openssl.org>
Fri, 6 Apr 2018 13:33:07 +0000 (14:33 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 17 Apr 2018 15:45:02 +0000 (16:45 +0100)
commitaf2d06d245cd97de891213bb4c9e0f4b6dbe3bfb
tree03187d7ba903920c1e0ad37a3df1e1550cae199d
parent69712507e73437553790ccac6f19a9ded996c0cd
Ignore the status_request extension in a resumption handshake

We cannot provide a certificate status on a resumption so we should
ignore this extension in that case.

Fixes #1662

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/5897)
ssl/t1_lib.c