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 21:59:04 +0000 (21:59 +0000)
commit80e339fd09ca32680e0c0cbcfa40d73212ea276d
tree08ecf74cfe1c0cb83517fcb2f000e128bf7feebb
parentbb1aaab42880489729aeafea27d3569cce60c20b
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