From d5cccf7a376f4cf81cab6649646af0f09f5389ac Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 15 Dec 2014 17:20:33 -0600 Subject: add parsed_version attribute to InvalidVersion --- docs/x509.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 -- cgit v1.2.3