Ensure we don't call the OCSP callback if resuming a session
authorMatt Caswell <matt@openssl.org>
Mon, 30 Nov 2015 13:29:41 +0000 (13:29 +0000)
committerMatt Caswell <matt@openssl.org>
Sun, 27 Dec 2015 22:02:33 +0000 (22:02 +0000)
commit0ac6239955965f58f9dddb4229e8cd58e0dba20d
treebceafdb100318bbf65625fd695ac8331eadc92bd
parent905943af3b43116b64ae815db1a6b9c2f15e0356
Ensure we don't call the OCSP callback if resuming a session

It makes no sense to call the OCSP status callback if we are resuming a
session because no certificates will be sent.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
ssl/t1_lib.c