]> git.ipfire.org Git - thirdparty/openssl.git/commit
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:47:37 +0000 (16:47 +0100)
commit1084fc8f0086cece8ae1a1e9f484d30fdff25192
tree5c4a0e52570b69b139f9eeb72da35f62b65e0632
parent349a41da1ad88ad87825414752a8ff5fdd6a6c3f
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>
(Merged from https://github.com/openssl/openssl/pull/5898)
ssl/t1_lib.c