aboutsummaryrefslogtreecommitdiffstats
path: root/docs/bindings
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2013-10-22 20:13:06 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2013-10-22 20:15:49 -0500
commitdb37d0e29d6a7ff41e5c312e7ad1f904c0bc310e (patch)
tree8d2ba89bd84b3aa2986fea7c51405fed4d10b237 /docs/bindings
parent6ce102ac57a283f881d76e2e926a389f8a05b19b (diff)
downloadcryptography-db37d0e29d6a7ff41e5c312e7ad1f904c0bc310e.tar.gz
cryptography-db37d0e29d6a7ff41e5c312e7ad1f904c0bc310e.tar.bz2
cryptography-db37d0e29d6a7ff41e5c312e7ad1f904c0bc310e.zip
the great api -> backend rename
Diffstat (limited to 'docs/bindings')
-rw-r--r--docs/bindings/openssl.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/bindings/openssl.rst b/docs/bindings/openssl.rst
index 241cc4d6..14d62116 100644
--- a/docs/bindings/openssl.rst
+++ b/docs/bindings/openssl.rst
@@ -3,16 +3,16 @@ OpenSSL
.. warning::
- The OpenSSL API is not easy to use, small mistakes can lead to significant
+ The OpenSSL backend is not easy to use, small mistakes can lead to significant
security vulnerabilities. We strongly recommend not using this directly,
and instead using one of the higher level APIs exposed by ``cryptography``.
These are `CFFI`_ bindings to the `OpenSSL`_ C library.
-.. data:: cryptography.bindings.openssl.api
+.. data:: cryptography.bindings.openssl.backend
- This is the exposed API for the OpenSSL bindings. It has two public
+ This is the exposed backend for the OpenSSL bindings. It has two public
attributes:
.. attribute:: ffi