aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-05-01 09:09:34 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-05-01 15:02:15 -0500
commit3d754299ddef1e3b44d49e6e2dca0b5aeb9f665d (patch)
tree807190ecdd14e807ede25ebbb08f800e3bcc1c62 /docs/hazmat/backends
parent7d47b98e0e95f759a18e2651a5cc6e466bccef9f (diff)
downloadcryptography-3d754299ddef1e3b44d49e6e2dca0b5aeb9f665d.tar.gz
cryptography-3d754299ddef1e3b44d49e6e2dca0b5aeb9f665d.tar.bz2
cryptography-3d754299ddef1e3b44d49e6e2dca0b5aeb9f665d.zip
document that the OpenSSL backend conforms to the CMACBackend interface
Diffstat (limited to 'docs/hazmat/backends')
-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 f15bc282..f21116b8 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.CMACBackend`
* :class:`~cryptography.hazmat.backends.interfaces.DSABackend`
* :class:`~cryptography.hazmat.backends.interfaces.HashBackend`
* :class:`~cryptography.hazmat.backends.interfaces.HMACBackend`