aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2013-10-22 20:19:38 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2013-10-22 20:19:38 -0500
commit2c4873f6255c70257a5a35efbad84e24fc2be63f (patch)
tree0530bc3dc413e9fe3b21a03a6c1da3b173e3e71e
parentdb37d0e29d6a7ff41e5c312e7ad1f904c0bc310e (diff)
downloadcryptography-2c4873f6255c70257a5a35efbad84e24fc2be63f.tar.gz
cryptography-2c4873f6255c70257a5a35efbad84e24fc2be63f.tar.bz2
cryptography-2c4873f6255c70257a5a35efbad84e24fc2be63f.zip
we regret the excesses of our previous api culling. restore some apis.
-rw-r--r--docs/bindings/openssl.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/bindings/openssl.rst b/docs/bindings/openssl.rst
index 14d62116..e59b0c13 100644
--- a/docs/bindings/openssl.rst
+++ b/docs/bindings/openssl.rst
@@ -3,7 +3,7 @@ OpenSSL
.. warning::
- The OpenSSL backend is not easy to use, small mistakes can lead to significant
+ The OpenSSL API 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``.
@@ -12,7 +12,7 @@ These are `CFFI`_ bindings to the `OpenSSL`_ C library.
.. data:: cryptography.bindings.openssl.backend
- This is the exposed backend for the OpenSSL bindings. It has two public
+ This is the exposed API for the OpenSSL bindings. It has two public
attributes:
.. attribute:: ffi