summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2012-09-12 10:49:07 -0400
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2012-09-12 10:49:07 -0400
commit54cc3906ad27da084d2c6409cf1c630c9af39ede (patch)
treeeb5ec2a16fb480ce08471c30dbeb10b26f544f15
parentffe420a7cd03197b0c3012dab2a1a90a71d26eb0 (diff)
downloadpyopenssl-54cc3906ad27da084d2c6409cf1c630c9af39ede.tar.gz
Add versionadded tag for get_signature_algorithm documentation.
-rw-r--r--doc/api/crypto.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst
index 4d3961c..7c77b03 100644
--- a/doc/api/crypto.rst
+++ b/doc/api/crypto.rst
@@ -235,6 +235,8 @@ X509 objects have the following methods:
Return the signature algorithm used in the certificate. If the algorithm is
undefined, raise :py:data:`ValueError`.
+ ..versionadded:: 0.13
+
.. py:method:: X509.get_subject()