diff options
-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 |