aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-18 09:23:44 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-18 09:23:44 -0500
commit9104b1d5a97c6a416fe9ef453523b0e067113420 (patch)
treee2c6990f80220f8e8d977ee638688b34000c557e
parent2eb4ed943feded29fb635e722784682bc232553d (diff)
downloadcryptography-9104b1d5a97c6a416fe9ef453523b0e067113420.tar.gz
cryptography-9104b1d5a97c6a416fe9ef453523b0e067113420.tar.bz2
cryptography-9104b1d5a97c6a416fe9ef453523b0e067113420.zip
add more prose for AKI
-rw-r--r--docs/x509.rst7
1 files changed, 7 insertions, 0 deletions
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