aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-23 21:08:01 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-23 21:08:01 -0500
commit5553d576f3bc3f65b84de99a2561360f82fc110f (patch)
treedbf2750269c500d790fa46da6da4555009be2d7e /docs/x509.rst
parenta5c6e9a89242bb42dbc98f29681d2f74aec12b02 (diff)
downloadcryptography-5553d576f3bc3f65b84de99a2561360f82fc110f.tar.gz
cryptography-5553d576f3bc3f65b84de99a2561360f82fc110f.tar.bz2
cryptography-5553d576f3bc3f65b84de99a2561360f82fc110f.zip
review feedback updates
Diffstat (limited to 'docs/x509.rst')
-rw-r--r--docs/x509.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index 36e9fab3..13218914 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -284,7 +284,7 @@ X.509 Extensions
:type: :class:`ObjectIdentifier`
- The extension OID.
+ The :ref:`extension OID <extension_oids>`.
.. attribute:: critical
@@ -485,6 +485,8 @@ Signature Algorithm OIDs
Corresponds to the dotted string ``2.16.840.1.101.3.4.3.2"``. This is
a SHA256 digest signed by a DSA key.
+.. _extension_oids:
+
Extension OIDs
~~~~~~~~~~~~~~