diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-09-20 04:39:45 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-09-20 16:39:45 +0800 |
commit | 20721c9ad94dbeb42c0bbe7f9a5f4db5e80ad9d0 (patch) | |
tree | b295d9a36bd6604ce2cd10ea2eb61cb0c29dadf5 /docs/hazmat/primitives/symmetric-encryption.rst | |
parent | ba7041596e428aff296555cacfce82a0cd62f5f9 (diff) | |
download | cryptography-20721c9ad94dbeb42c0bbe7f9a5f4db5e80ad9d0.tar.gz cryptography-20721c9ad94dbeb42c0bbe7f9a5f4db5e80ad9d0.tar.bz2 cryptography-20721c9ad94dbeb42c0bbe7f9a5f4db5e80ad9d0.zip |
Update the rest of the NIST urls to their new HTTPS homes (#3928)
Diffstat (limited to 'docs/hazmat/primitives/symmetric-encryption.rst')
-rw-r--r-- | docs/hazmat/primitives/symmetric-encryption.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst index 9e27540d..822c6a8a 100644 --- a/docs/hazmat/primitives/symmetric-encryption.rst +++ b/docs/hazmat/primitives/symmetric-encryption.rst @@ -709,7 +709,7 @@ Exceptions .. _`described by Colin Percival`: http://www.daemonology.net/blog/2009-06-11-cryptographic-right-answers.html -.. _`recommends a 96-bit IV length`: http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/proposedmodes/gcm/gcm-spec.pdf +.. _`recommends a 96-bit IV length`: https://csrc.nist.gov/publications/detail/sp/800-38d/final .. _`NIST SP-800-38D`: http://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38D.pdf .. _`Communications Security Establishment`: https://www.cse-cst.gc.ca .. _`encrypt`: https://ssd.eff.org/en/module/what-encryption |