aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-15 17:20:33 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-15 17:20:33 -0600
commitd5cccf7a376f4cf81cab6649646af0f09f5389ac (patch)
treeafdf7ad94784d12d02e9b95aa9569fdbda21ec33 /docs
parent25014658d6d7df3a97f72a5a65c6833a3364c51e (diff)
downloadcryptography-d5cccf7a376f4cf81cab6649646af0f09f5389ac.tar.gz
cryptography-d5cccf7a376f4cf81cab6649646af0f09f5389ac.tar.bz2
cryptography-d5cccf7a376f4cf81cab6649646af0f09f5389ac.zip
add parsed_version attribute to InvalidVersion
Diffstat (limited to 'docs')
-rw-r--r--docs/x509.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index 5278d07b..e44f16c1 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -153,6 +153,10 @@ X.509 Certificate Object
This is raised when an X.509 certificate has an invalid version number.
+ .. attribute:: parsed_version
+
+ Returns the version that was parsed from the certificate.
+
.. _`public key infrastructure`: https://en.wikipedia.org/wiki/Public_key_infrastructure
.. _`TLS`: https://en.wikipedia.org/wiki/Transport_Layer_Security