aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2015-02-12 09:30:42 +0000
committerAlex Stapleton <alexs@prol.etari.at>2015-02-12 09:30:42 +0000
commitdff7e721394ea77e0ed61e320dbefb5fe4f954a3 (patch)
tree5f4e206eb19f8de106bcef818f780d586ad044aa
parentc39abdbca387fe923a410478af1abb37561a7220 (diff)
parentd2fa7d2eed79feb94ddde3d770e9467ac3edc8ac (diff)
downloadcryptography-dff7e721394ea77e0ed61e320dbefb5fe4f954a3.tar.gz
cryptography-dff7e721394ea77e0ed61e320dbefb5fe4f954a3.tar.bz2
cryptography-dff7e721394ea77e0ed61e320dbefb5fe4f954a3.zip
Merge pull request #1653 from reaperhulk/dsa-interface-move-docs
document that we moved the DSA interfaces
-rw-r--r--docs/hazmat/primitives/interfaces.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index aae891e8..bd329b98 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -139,6 +139,12 @@ Asymmetric interfaces
.. attribute:: name
+DSA
+~~~
+
+In 0.8 the DSA key interfaces were moved to the
+:mod:`cryptography.hazmat.primitives.asymmetric.dsa` module.
+
RSA
~~~