aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-18 09:32:47 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-18 09:32:47 -0600
commit2502ce599b39509ba9c05b6e553527e5ed5ac43c (patch)
treed669e366d2206073bca754478ac0f001b35700ca /docs/hazmat/backends
parentc421e636b15768e1adaf8bf681ecdd12b96c8669 (diff)
downloadcryptography-2502ce599b39509ba9c05b6e553527e5ed5ac43c.tar.gz
cryptography-2502ce599b39509ba9c05b6e553527e5ed5ac43c.tar.bz2
cryptography-2502ce599b39509ba9c05b6e553527e5ed5ac43c.zip
docs for explicit backend selection and document name attribute of backend
Diffstat (limited to 'docs/hazmat/backends')
-rw-r--r--docs/hazmat/backends/openssl.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/hazmat/backends/openssl.rst b/docs/hazmat/backends/openssl.rst
index 404573a3..042ee87d 100644
--- a/docs/hazmat/backends/openssl.rst
+++ b/docs/hazmat/backends/openssl.rst
@@ -7,7 +7,11 @@ The `OpenSSL`_ C library.
.. data:: cryptography.hazmat.backends.openssl.backend
- This is the exposed API for the OpenSSL backend. It has no public attributes.
+ This is the exposed API for the OpenSSL backend. It has one public attribute.
+
+ .. attribute:: name
+
+ The string name of the backend.
Using your own OpenSSL on Linux
-------------------------------