From 9089c91294497aaff3e5204b73365ba687c6ab7e Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 20 Apr 2015 22:15:20 -0500 Subject: handle otherName, x400Address, and ediPartyName in OpenSSL backend --- docs/x509.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') 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 -- cgit v1.2.3