aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2015-07-24 14:52:18 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2015-07-24 14:52:18 -0500
commit893246fd6b6dcefa270777e7cb8261a3131a2745 (patch)
tree42990362c1802d2ee02f2ce3e630483593b82be8 /docs/x509
parent7644383e13f2dcc1e70e19a157b28608cc072830 (diff)
downloadcryptography-893246fd6b6dcefa270777e7cb8261a3131a2745.tar.gz
cryptography-893246fd6b6dcefa270777e7cb8261a3131a2745.tar.bz2
cryptography-893246fd6b6dcefa270777e7cb8261a3131a2745.zip
Remove CertificateBuilder.version
Default CertificateBuilder to Version.v3
Diffstat (limited to 'docs/x509')
-rw-r--r--docs/x509/reference.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst
index e4ea252d..5a809847 100644
--- a/docs/x509/reference.rst
+++ b/docs/x509/reference.rst
@@ -393,13 +393,6 @@ X.509 Certificate Builder
.. class:: CertificateBuilder
- .. method:: version(version)
-
- Sets the X.509 version that will be used in the certificate.
-
- :param version: The :class:`~cryptography.x509.Version` that will be
- used by the certificate.
-
.. method:: issuer_name(name)
Sets the issuer's distinguished name.