From cbfb1015d9750a276456411a2b638585b6e4d7de Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 10 Apr 2015 20:57:20 -0400 Subject: alter approach to just use digest, no hexdigest --- docs/x509.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/x509.rst b/docs/x509.rst index 8a855617..d09651fb 100644 --- a/docs/x509.rst +++ b/docs/x509.rst @@ -275,7 +275,7 @@ X.509 Certificate Object >>> for ext in cert.extensions: ... print(ext) - , critical=False, value=)> + , critical=False, value=)> , critical=True, value=)> X.509 CSR (Certificate Signing Request) Object @@ -590,12 +590,6 @@ X.509 Extensions The binary value of the identifier. - .. attribute:: hexdigest - - :type: :term:`text` - - The hexadecimal value of the identifier. - Object Identifiers ~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3