CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/06/25 09:38:44
Modified files:
lib/libssl/src/crypto/ocsp: ocsp_cl.c
Log message:
Fix the ocsp code to actually check for errors when comparing time values
which was not being done due to a lack of checking of the return code for
X509_cmp_time. Ensure that we only compare GERNERALIZEDTIME values because
this is what is specified by RFC6960.
Issue reported, and fix provided by Kazuki Yamaguchi <[email protected]>
ok bcook@
