commit | 555c83dd874e5ed95ae4fa2cdc01ecc717f3ed7a | [log] [tgz] |
---|---|---|
author | Laurens Van Houtven <_@lvh.io> | Mon Apr 20 11:21:29 2015 -0700 |
committer | Laurens Van Houtven <_@lvh.io> | Mon Apr 20 11:21:29 2015 -0700 |
tree | 026ac902afe5a6d1a5faaf4ea5b77b20cac9dbfd | |
parent | 01d54174ab88126f2b5162186262145ba4c39480 [diff] |
Remove X509ExtensionType reference
diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst index ffeae11..73e70e3 100644 --- a/doc/api/crypto.rst +++ b/doc/api/crypto.rst
@@ -49,11 +49,6 @@ A Python type object representing the PKCS12 object type. -.. py:data:: X509ExtensionType - - See :py:class:`X509Extension`. - - .. py:class:: X509Extension(typename, critical, value[, subject][, issuer]) A class representing an X.509 v3 certificate extensions. See