diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-09-30 10:52:36 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-09-30 10:52:36 -0700 |
commit | 0f7f7813ebf7b1fb52f0bab1c6c26321bf9cd5d9 (patch) | |
tree | b4e228cadfc98d4805466172e04986638c210304 /docs | |
parent | 6d02e2ddfd87f0fd06a70d56ad1a2167ceec5232 (diff) | |
download | cryptography-0f7f7813ebf7b1fb52f0bab1c6c26321bf9cd5d9.tar.gz cryptography-0f7f7813ebf7b1fb52f0bab1c6c26321bf9cd5d9.tar.bz2 cryptography-0f7f7813ebf7b1fb52f0bab1c6c26321bf9cd5d9.zip |
Put a warning
Diffstat (limited to 'docs')
-rw-r--r-- | docs/bindings/openssl.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/bindings/openssl.rst b/docs/bindings/openssl.rst index 144ed9b3..79468cb4 100644 --- a/docs/bindings/openssl.rst +++ b/docs/bindings/openssl.rst @@ -1,6 +1,13 @@ OpenSSL ======= +.. warning:: + + The OpenSSL API is not easy to use, small mistakes can lead to significant + security vulnerabilities. We strongly reccomend 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 |