aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-20 22:15:20 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-21 22:54:33 -0500
commit9089c91294497aaff3e5204b73365ba687c6ab7e (patch)
treee0dd71ca9767ba57de90d1e7cafed2c2d168a4b3 /docs
parente37ca984fcf093f4382eb3f19abf10b0862600da (diff)
downloadcryptography-9089c91294497aaff3e5204b73365ba687c6ab7e.tar.gz
cryptography-9089c91294497aaff3e5204b73365ba687c6ab7e.tar.bz2
cryptography-9089c91294497aaff3e5204b73365ba687c6ab7e.zip
handle otherName, x400Address, and ediPartyName in OpenSSL backend
Diffstat (limited to 'docs')
-rw-r--r--docs/x509.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index eed88b09..0ce90168 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -964,6 +964,11 @@ Exceptions
Returns the OID.
+.. class:: UnsupportedGeneralNameType
+
+ This is raised when a certificate contains an unsupported general name
+ type in an extension.
+
.. _`public key infrastructure`: https://en.wikipedia.org/wiki/Public_key_infrastructure
.. _`TLS`: https://en.wikipedia.org/wiki/Transport_Layer_Security