aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-01 15:16:32 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-01 15:16:32 -0700
commit85f5c32fdc0b00c705db96ba40dcda0260a0e132 (patch)
treef7a55121f5789d4e5ddb999f5861fb60665cb4d6 /docs/hazmat/backends
parentbea7cdc69fa6869f5a1fdc0efc9cad103106e905 (diff)
parent3d754299ddef1e3b44d49e6e2dca0b5aeb9f665d (diff)
downloadcryptography-85f5c32fdc0b00c705db96ba40dcda0260a0e132.tar.gz
cryptography-85f5c32fdc0b00c705db96ba40dcda0260a0e132.tar.bz2
cryptography-85f5c32fdc0b00c705db96ba40dcda0260a0e132.zip
Merge pull request #990 from reaperhulk/docs-fix
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`