aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-08-12 08:52:55 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2017-08-12 09:52:55 -0400
commitf944c40c86c8af9917a596bfb7704a6f0af36acb (patch)
tree47c0b219483137b04f4adb8014599a5dccc27352 /docs/x509
parent6c02ee85bcd68e1e4fc6770421699fbd07c9b3e9 (diff)
downloadcryptography-f944c40c86c8af9917a596bfb7704a6f0af36acb.tar.gz
cryptography-f944c40c86c8af9917a596bfb7704a6f0af36acb.tar.bz2
cryptography-f944c40c86c8af9917a596bfb7704a6f0af36acb.zip
add changelog and a warning for is_signature_valid on crl (#3861)
* add changelog and a warning * document this properly
Diffstat (limited to 'docs/x509')
-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 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.