summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.io>2015-04-20 12:12:39 -0700
committerLaurens Van Houtven <_@lvh.io>2015-04-20 12:12:39 -0700
commitb9421153dae7d056067968f3cdfaf7c50d592155 (patch)
tree44e3b1bbb0a7778153cf0e43c99314242d97a69e
parent1302781390c0097d91523cd3bd5363736f8bf72d (diff)
downloadpyopenssl-b9421153dae7d056067968f3cdfaf7c50d592155.tar.gz
Remove superfluous X509Extension reference
-rw-r--r--doc/api/crypto.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst
index 64a4762..c1970a9 100644
--- a/doc/api/crypto.rst
+++ b/doc/api/crypto.rst
@@ -11,14 +11,6 @@
A class representing the X.509 store context.
-.. py:class:: X509Extension(typename, critical, value[, subject][, issuer])
-
- A class representing an X.509 v3 certificate extensions. See
- http://openssl.org/docs/apps/x509v3_config.html#STANDARD_EXTENSIONS for
- *typename* strings and their options. Optional parameters *subject* and
- *issuer* must be X509 objects.
-
-
.. py:data:: NetscapeSPKIType
See :py:class:`NetscapeSPKI`.