diff options
author | Donald Stufft <donald@stufft.io> | 2014-03-03 23:29:52 -0500 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2014-03-03 23:29:52 -0500 |
commit | 243fd3d6794e397e3e41091337dd2724d477fd0b (patch) | |
tree | 24e17b9562397eb7bbcd3fe40b16de2ef51048a6 | |
parent | ef4f261ae2f95108a18a6239617e22be0f8bd87a (diff) | |
parent | 0df8c97126467390cff8457537d2e5648a82fc57 (diff) | |
download | cryptography-243fd3d6794e397e3e41091337dd2724d477fd0b.tar.gz cryptography-243fd3d6794e397e3e41091337dd2724d477fd0b.tar.bz2 cryptography-243fd3d6794e397e3e41091337dd2724d477fd0b.zip |
Merge pull request #724 from alex/audit
On the suggestion of @zooko, note that we have not been audited
-rw-r--r-- | docs/index.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 176405b5..a25f4470 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -91,4 +91,10 @@ The ``cryptography`` open source project community +.. note:: + + ``cryptography`` has not been subjected to an external audit of its code or + documentation. If you're interested in discussing an audit please + :doc:`get in touch </community>`. + .. _`pre-compiled binaries`: https://www.openssl.org/related/binaries.html |