aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-12 00:15:02 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-12 00:15:02 -0600
commitd2fa7d2eed79feb94ddde3d770e9467ac3edc8ac (patch)
tree5f4e206eb19f8de106bcef818f780d586ad044aa /docs/hazmat/primitives
parentc39abdbca387fe923a410478af1abb37561a7220 (diff)
downloadcryptography-d2fa7d2eed79feb94ddde3d770e9467ac3edc8ac.tar.gz
cryptography-d2fa7d2eed79feb94ddde3d770e9467ac3edc8ac.tar.bz2
cryptography-d2fa7d2eed79feb94ddde3d770e9467ac3edc8ac.zip
document that we moved the DSA interfaces
Diffstat (limited to 'docs/hazmat/primitives')
-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
~~~