aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoern Heissler <joern@fishpond.co.nz>2016-01-18 00:24:44 +0100
committerJoern Heissler <joern@fishpond.co.nz>2016-01-18 00:24:44 +0100
commitfbda8ce83d8aa774bbd5438dfd98def87585df3b (patch)
treef89002fc90c97980d9cea0b4b33b2b382a062714 /docs
parent1bd77e2f4ee2fcdd9233ea36ed74edeee02817c5 (diff)
downloadcryptography-fbda8ce83d8aa774bbd5438dfd98def87585df3b.tar.gz
cryptography-fbda8ce83d8aa774bbd5438dfd98def87585df3b.tar.bz2
cryptography-fbda8ce83d8aa774bbd5438dfd98def87585df3b.zip
Change method to property
Diffstat (limited to 'docs')
-rw-r--r--docs/x509/reference.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst
index 568eb405..3b14567e 100644
--- a/docs/x509/reference.rst
+++ b/docs/x509/reference.rst
@@ -761,14 +761,11 @@ X.509 CSR (Certificate Signing Request) Object
key embedded in the CSR). This data may be used to validate the CSR
signature.
- .. method:: verify()
+ .. attribute:: is_signature_valid
.. versionadded:: 1.3
- :raises cryptography.exceptions.InvalidSignature: If the signature does
- not validate.
-
- Verifies the CSR signature.
+ Returns True if the CSR signature is correct, False otherwise.
X.509 Certificate Revocation List Builder
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~