aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-11-26 10:59:03 -1000
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-15 15:49:48 -0600
commita9d78c13ea2996c896d3dfda8b7e887c444ec4cb (patch)
treebeebfb298c44439855ef12192c466f080e2c9ffe /docs/x509.rst
parent016e08abddf9fdc507da4f6c6f548c3dfee1b389 (diff)
downloadcryptography-a9d78c13ea2996c896d3dfda8b7e887c444ec4cb.tar.gz
cryptography-a9d78c13ea2996c896d3dfda8b7e887c444ec4cb.tar.bz2
cryptography-a9d78c13ea2996c896d3dfda8b7e887c444ec4cb.zip
update docs, test invalid x509 version
Diffstat (limited to 'docs/x509.rst')
-rw-r--r--docs/x509.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index 5d18297a..2c9c0f46 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -3,7 +3,7 @@
X.509
=====
-.. currentmodule:: cryptography.hazmat.primitives.x509
+.. currentmodule:: cryptography.x509
X.509 is an ITU-T standard for a `public key infrastructure`_. X.509v3 is
defined in :rfc:`5280` (which obsoletes :rfc:`2459` and :rfc:`3280`).