From 3d754299ddef1e3b44d49e6e2dca0b5aeb9f665d Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 1 May 2014 09:09:34 -0500 Subject: document that the OpenSSL backend conforms to the CMACBackend interface --- docs/hazmat/backends/openssl.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/hazmat') 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` -- cgit v1.2.3