docstring update in verify.py

This commit is contained in:
Mike Culbertson 2018-09-27 10:11:13 -04:00
parent f19b6382bc
commit 590fac4aa8
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ def ocsp_verify(cert, cert_path, issuer_chain_path):
of CRL in that it will query the OCSP URI in order to determine if the
certificate has been revoked
:param cert:
:param cert_path:
:param issuer_chain_path:
:return bool: True if certificate is valid, False otherwise
@ -62,6 +63,7 @@ def crl_verify(cert, cert_path):
"""
Attempts to verify a certificate using CRL.
:param cert:
:param cert_path:
:return: True if certificate is valid, False otherwise
:raise Exception: If certificate does not have CRL