From 9104b1d5a97c6a416fe9ef453523b0e067113420 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 18 Apr 2015 09:23:44 -0500 Subject: add more prose for AKI --- docs/x509.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/x509.rst') diff --git a/docs/x509.rst b/docs/x509.rst index 932801bd..ade80763 100644 --- a/docs/x509.rst +++ b/docs/x509.rst @@ -663,14 +663,21 @@ X.509 Extensions :type: bytes + A value derived from the public key used to verify the certificate's + signature. + .. attribute:: authority_cert_issuer :type: :class:`Name` or None + The :class:`Name` of the issuer's issuer. + .. attribute:: authority_cert_serial_number :type: int or None + The serial number of the issuer's issuer. + .. class:: SubjectKeyIdentifier .. versionadded:: 0.9 -- cgit v1.2.3