From 1eb82a604175923acd6c0512e86a746df7acbb59 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 31 Mar 2015 20:00:33 -0500 Subject: add subjectkeyidentifier support --- docs/x509.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'docs') diff --git a/docs/x509.rst b/docs/x509.rst index afc9620a..8a855617 100644 --- a/docs/x509.rst +++ b/docs/x509.rst @@ -275,6 +275,7 @@ X.509 Certificate Object >>> for ext in cert.extensions: ... print(ext) + , critical=False, value=)> , critical=True, value=)> X.509 CSR (Certificate Signing Request) Object @@ -576,6 +577,25 @@ X.509 Extensions purposes indicated in the key usage extension. The object is iterable to obtain the list of :ref:`extended key usage OIDs `. +.. class:: SubjectKeyIdentifier + + .. versionadded:: 0.9 + + The subject key identifier extension provides a means of identifying + certificates that contain a particular public key. + + .. attribute:: digest + + :type: bytes + + The binary value of the identifier. + + .. attribute:: hexdigest + + :type: :term:`text` + + The hexadecimal value of the identifier. + Object Identifiers ~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3