commit | 0387f8f229b3aad9b625186db490999ef3c1e71a | [log] [tgz] |
---|---|---|
author | Laurens Van Houtven <_@lvh.io> | Mon Apr 20 11:26:18 2015 -0700 |
committer | Laurens Van Houtven <_@lvh.io> | Mon Apr 20 11:26:18 2015 -0700 |
tree | 5554fa0925d0a934088c2693ba83935d4f34338b | |
parent | 0f82087eca7cb9e38c855f2108dfd7d10492705c [diff] |
X509Name appears later
diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst index fc5619c..e4b7173 100644 --- a/doc/api/crypto.rst +++ b/doc/api/crypto.rst
@@ -7,14 +7,6 @@ :synopsis: Generic cryptographic module -.. py:class:: X509Name(x509name) - - A class representing X.509 Distinguished Names. - - This constructor creates a copy of *x509name* which should be an - instance of :py:class:`X509Name`. - - .. py:class:: X509Req() A class representing X.509 certificate requests.