diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-02-04 12:23:53 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-02-04 12:23:53 -0600 |
commit | a433bb369ad9c0d104bd8d590c2192054fc6a042 (patch) | |
tree | f691001c29ee969011f79c4d98f7b20d3524bbe8 /docs | |
parent | 806bfb24feb254287c588da4887b45025bec3623 (diff) | |
download | cryptography-a433bb369ad9c0d104bd8d590c2192054fc6a042.tar.gz cryptography-a433bb369ad9c0d104bd8d590c2192054fc6a042.tar.bz2 cryptography-a433bb369ad9c0d104bd8d590c2192054fc6a042.zip |
UnknownNameAttribute is not needed now
Diffstat (limited to 'docs')
-rw-r--r-- | docs/x509.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/x509.rst b/docs/x509.rst index 5ad69972..9406bd88 100644 --- a/docs/x509.rst +++ b/docs/x509.rst @@ -261,12 +261,6 @@ Exceptions Returns the raw version that was parsed from the certificate. -.. class:: UnknownNameAttribute - - This is raised when an X.509 certificate has an unknown name attribute in a - distinguished name. - - .. _`public key infrastructure`: https://en.wikipedia.org/wiki/Public_key_infrastructure .. _`TLS`: https://en.wikipedia.org/wiki/Transport_Layer_Security |