aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2014-02-11 13:42:57 -0800
committerDavid Reid <dreid@dreid.org>2014-02-11 13:42:57 -0800
commitecfcf0f46af3d9f13406ec277d8dd078a59d8d8b (patch)
tree88aca587555380ec9967d1c382f5eab68e6914f7 /docs
parentce6bdf4742739050f90883f0911bb9b9976ecc56 (diff)
parent8f2250fcfa477731a1a880a467b58198db8790aa (diff)
downloadcryptography-ecfcf0f46af3d9f13406ec277d8dd078a59d8d8b.tar.gz
cryptography-ecfcf0f46af3d9f13406ec277d8dd078a59d8d8b.tar.bz2
cryptography-ecfcf0f46af3d9f13406ec277d8dd078a59d8d8b.zip
Merge pull request #580 from public/openssl-gen-rsa-key
Generate RSA Keys with OpenSSL
Diffstat (limited to 'docs')
-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 ea72af96..e3880875 100644
--- a/docs/hazmat/backends/openssl.rst
+++ b/docs/hazmat/backends/openssl.rst
@@ -15,6 +15,7 @@ The `OpenSSL`_ C library.
* :class:`~cryptography.hazmat.backends.interfaces.HashBackend`
* :class:`~cryptography.hazmat.backends.interfaces.HMACBackend`
* :class:`~cryptography.hazmat.backends.interfaces.PBKDF2HMACBackend`
+ * :class:`~cryptography.hazmat.backends.interfaces.RSABackend`
It also exposes the following: