aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-06-29 11:30:18 +0100
committerAlex Stapleton <alexs@prol.etari.at>2014-06-29 11:30:18 +0100
commitf6e292027399a3ab71947faef54885ec4f3e79a0 (patch)
treee3f147c536abe445a702ad830b41be93dc29a8c5 /docs
parentb86e364ed0314cb2873109541de7d42f015e86e7 (diff)
parent1262be2b8e1b1577df61846c7ce51605387b5850 (diff)
downloadcryptography-f6e292027399a3ab71947faef54885ec4f3e79a0.tar.gz
cryptography-f6e292027399a3ab71947faef54885ec4f3e79a0.tar.bz2
cryptography-f6e292027399a3ab71947faef54885ec4f3e79a0.zip
Merge pull request #1191 from reaperhulk/dsa-deprecate-backend-methods
deprecate DSA backend methods
Diffstat (limited to 'docs')
-rw-r--r--docs/hazmat/backends/interfaces.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst
index fea935ce..86229125 100644
--- a/docs/hazmat/backends/interfaces.rst
+++ b/docs/hazmat/backends/interfaces.rst
@@ -439,6 +439,8 @@ A specific ``backend`` may provide one or more of these interfaces.
.. method:: create_dsa_signature_ctx(private_key, algorithm)
+ .. deprecated:: 0.5
+
:param private_key: An instance of a
:class:`~cryptography.hazmat.primitives.interfaces.DSAPrivateKey`
provider.
@@ -452,6 +454,8 @@ A specific ``backend`` may provide one or more of these interfaces.
.. method:: create_dsa_verification_ctx(public_key, signature, algorithm)
+ .. deprecated:: 0.5
+
:param public_key: An instance of a
:class:`~cryptography.hazmat.primitives.interfaces.DSAPublicKey`
provider.