aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509/reference.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/x509/reference.rst')
-rw-r--r--docs/x509/reference.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst
index 8b976119..47f76254 100644
--- a/docs/x509/reference.rst
+++ b/docs/x509/reference.rst
@@ -563,6 +563,12 @@ X.509 CRL (Certificate Revocation List) Object
over the network and used as part of a certificate verification
process.
+ .. method:: is_signature_valid(public_key)
+
+ .. versionadded:: 2.1
+
+ Returns True if the CRL signature is correct for given public key,
+ False otherwise.
X.509 Certificate Builder
~~~~~~~~~~~~~~~~~~~~~~~~~