aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends/openssl.rst
diff options
context:
space:
mode:
authorMohammed Attia <skeuomorf@gmail.com>2014-04-25 22:44:40 +0200
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-04-30 15:55:10 -0500
commit59edb613d278bb93dc165e486f354b69fc12fdee (patch)
tree727d339938f94ce7592b6659ddc96d3505bfc931 /docs/hazmat/backends/openssl.rst
parent643b314ede639c2fa100a5b20740c8827952299b (diff)
downloadcryptography-59edb613d278bb93dc165e486f354b69fc12fdee.tar.gz
cryptography-59edb613d278bb93dc165e486f354b69fc12fdee.tar.bz2
cryptography-59edb613d278bb93dc165e486f354b69fc12fdee.zip
Add DSA verification docs
Diffstat (limited to 'docs/hazmat/backends/openssl.rst')
-rw-r--r--docs/hazmat/backends/openssl.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/hazmat/backends/openssl.rst b/docs/hazmat/backends/openssl.rst
index 43e5d8f3..f15bc282 100644
--- a/docs/hazmat/backends/openssl.rst
+++ b/docs/hazmat/backends/openssl.rst
@@ -14,6 +14,7 @@ Red Hat Enterprise Linux 5) and greater. Earlier versions may work but are
It implements the following interfaces:
* :class:`~cryptography.hazmat.backends.interfaces.CipherBackend`
+ * :class:`~cryptography.hazmat.backends.interfaces.DSABackend`
* :class:`~cryptography.hazmat.backends.interfaces.HashBackend`
* :class:`~cryptography.hazmat.backends.interfaces.HMACBackend`
* :class:`~cryptography.hazmat.backends.interfaces.PBKDF2HMACBackend`