Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ocsp_asn1crypto.py
Original file line number Diff line number Diff line change
@@ -174,6 +174,9 @@ def process_ocsp_response(self, issuer, cert_id, ocsp_response):
ocsp_cert = basic_ocsp_response['certs'][0]
logger.debug("Verifying the attached certificate is signed by "
"the issuer")
logger.debug(
"Valid Not After: %s",
ocsp_cert['tbs_certificate']['validity']['not_after'].native)
self.verify_signature(
ocsp_cert.hash_algo,
ocsp_cert.signature,

0 comments on commit 92b647f

Please sign in to comment.