Fix OCSP_RESPID processing bug introduced by WPACKET changes
authorMatt Caswell <matt@openssl.org>
Tue, 13 Sep 2016 22:59:11 +0000 (23:59 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 14 Sep 2016 09:26:36 +0000 (10:26 +0100)
commitdd8710dc54f5123d0fa54b5c90fc2c3a9dae43fe
tree0a00d4bc813147a87639d6a7612512686c5ca5fa
parent73f0df8331910d6726d45ecaab12bd93cc48b4e2
Fix OCSP_RESPID processing bug introduced by WPACKET changes

An OCSP_RESPID in a status request extension has 2 bytes for the length
not 1.

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/t1_lib.c