diff options
Diffstat (limited to 'docs/x509')
| -rw-r--r-- | docs/x509/reference.rst | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index 47f76254..5e1c95c4 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -567,6 +567,12 @@ X.509 CRL (Certificate Revocation List) Object          .. versionadded:: 2.1 +        .. warning:: + +            Checking the validity of the signature on the CRL is insufficient +            to know if the CRL should be trusted. More details are available +            in :rfc:`5280`. +          Returns True if the CRL signature is correct for given public key,          False otherwise. | 
