CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/07/16 10:14:28
Modified files:
lib/libssl/src/crypto/ocsp: ocsp_cl.c
Log message:
Clean up OCSP_check_validity() a bit more.
- Return on first failure rather than continuing.
- Don't compare times by comparing strings that possibly were not parsable as a
time.
ok deraadt@
