aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Chia <terrycwk1994@gmail.com>2014-12-28 20:46:26 +0800
committerTerry Chia <terrycwk1994@gmail.com>2014-12-28 20:46:26 +0800
commit7b59df109c28b506057dd65ed504a87d32d716f3 (patch)
tree457ce0731ff5ab3d70aea98b9837f18f58c3420b
parent2fe48f621f0214361da5de498897846235957d32 (diff)
downloadcryptography-7b59df109c28b506057dd65ed504a87d32d716f3.tar.gz
cryptography-7b59df109c28b506057dd65ed504a87d32d716f3.tar.bz2
cryptography-7b59df109c28b506057dd65ed504a87d32d716f3.zip
Update OpenSSL backend docs.
-rw-r--r--docs/hazmat/backends/openssl.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/hazmat/backends/openssl.rst b/docs/hazmat/backends/openssl.rst
index b48e502d..6c3d8752 100644
--- a/docs/hazmat/backends/openssl.rst
+++ b/docs/hazmat/backends/openssl.rst
@@ -16,12 +16,13 @@ Red Hat Enterprise Linux 5) and greater. Earlier versions may work but are
* :class:`~cryptography.hazmat.backends.interfaces.CipherBackend`
* :class:`~cryptography.hazmat.backends.interfaces.CMACBackend`
* :class:`~cryptography.hazmat.backends.interfaces.DSABackend`
+ * :class:`~cryptography.hazmat.backends.interfaces.EllipticCurveBackend`
* :class:`~cryptography.hazmat.backends.interfaces.HashBackend`
* :class:`~cryptography.hazmat.backends.interfaces.HMACBackend`
* :class:`~cryptography.hazmat.backends.interfaces.PBKDF2HMACBackend`
- * :class:`~cryptography.hazmat.backends.interfaces.PKCS8SerializationBackend`
* :class:`~cryptography.hazmat.backends.interfaces.RSABackend`
- * :class:`~cryptography.hazmat.backends.interfaces.TraditionalOpenSSLSerializationBackend`
+ * :class:`~cryptography.hazmat.backends.interfaces.PEMSerializationBackend`
+ * :class:`~cryptography.hazmat.backends.interfaces.X509Backend`
It also exposes the following: