diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-21 14:44:42 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-21 14:44:42 -0700 |
commit | 6f874ff9279376b6962c514ae0e59b90e7082e15 (patch) | |
tree | dcbc2e2491bffc6ad19eea41bbeeba85d65a48b3 /docs/security.rst | |
parent | d6644815913e878462aa51c95c84e6d871406e27 (diff) | |
parent | 71ed449ffe7e26e9217b6c44bb27e19996315a64 (diff) | |
download | cryptography-6f874ff9279376b6962c514ae0e59b90e7082e15.tar.gz cryptography-6f874ff9279376b6962c514ae0e59b90e7082e15.tar.bz2 cryptography-6f874ff9279376b6962c514ae0e59b90e7082e15.zip |
Merge branch 'master' into refactor-cipher-names
Conflicts:
cryptography/bindings/openssl/api.py
Diffstat (limited to 'docs/security.rst')
-rw-r--r-- | docs/security.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/security.rst b/docs/security.rst new file mode 100644 index 00000000..36c8e0f7 --- /dev/null +++ b/docs/security.rst @@ -0,0 +1,12 @@ +Security +======== + +We take the security of ``cryptography`` seriously. If you believe you've +identified a security issue in it, please report it to +``alex.gaynor@gmail.com``. Message may be encrypted with PGP using key +fingerprint ``E27D 4AA0 1651 72CB C5D2 AF2B 125F 5C67 DFE9 4084`` (this public +key is available from most commonly-used keyservers). + +Once you’ve submitted an issue via email, you should receive an acknowledgment +within 48 hours, and depending on the action to be taken, you may receive +further followup emails. |