From 590fac4aa88439beb6399df42e2c9538db7bedad Mon Sep 17 00:00:00 2001 From: Mike Culbertson Date: Thu, 27 Sep 2018 10:11:13 -0400 Subject: [PATCH] docstring update in verify.py --- lemur/certificates/verify.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lemur/certificates/verify.py b/lemur/certificates/verify.py index ad047639..d42e306c 100644 --- a/lemur/certificates/verify.py +++ b/lemur/certificates/verify.py @@ -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