aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509/reference.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-03-06 20:47:06 -0430
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-03-06 20:47:06 -0430
commita372db375a34b57fe8efba331b548247a3c42d1a (patch)
tree44dfb9dde90db993f6ed31e9306be719dbefa28b /docs/x509/reference.rst
parent40087ae7bde2b2455491f98a33c7fef580284ee5 (diff)
parentfbda8ce83d8aa774bbd5438dfd98def87585df3b (diff)
downloadcryptography-a372db375a34b57fe8efba331b548247a3c42d1a.tar.gz
cryptography-a372db375a34b57fe8efba331b548247a3c42d1a.tar.bz2
cryptography-a372db375a34b57fe8efba331b548247a3c42d1a.zip
Merge pull request #2670 from joernheissler/x509_req_verify
Add verify method on CertificateSigningRequest
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 529578ba..67427ddb 100644
--- a/docs/x509/reference.rst
+++ b/docs/x509/reference.rst
@@ -761,6 +761,12 @@ X.509 CSR (Certificate Signing Request) Object
key embedded in the CSR). This data may be used to validate the CSR
signature.
+ .. attribute:: is_signature_valid
+
+ .. versionadded:: 1.3
+
+ Returns True if the CSR signature is correct, False otherwise.
+
X.509 Certificate Revocation List Builder
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~