document DHBackend is implemented for OpenSSL (#3304)

This commit is contained in:
Paul Kehrer 2016-12-11 09:00:52 -06:00 committed by Alex Gaynor
parent acaf89d8cb
commit 9e5056cee7

View file

@ -15,6 +15,7 @@ greater.
* :class:`~cryptography.hazmat.backends.interfaces.CipherBackend`
* :class:`~cryptography.hazmat.backends.interfaces.CMACBackend`
* :class:`~cryptography.hazmat.backends.interfaces.DERSerializationBackend`
* :class:`~cryptography.hazmat.backends.interfaces.DHBackend`
* :class:`~cryptography.hazmat.backends.interfaces.DSABackend`
* :class:`~cryptography.hazmat.backends.interfaces.EllipticCurveBackend`
* :class:`~cryptography.hazmat.backends.interfaces.HashBackend`