diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-02-18 14:46:06 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-02-18 14:46:06 -0600 |
commit | 21bb2480b97d44982eb3f80ef908d152c5d2630a (patch) | |
tree | a575f76c1f74dbb1eed19040fb1971999c306735 /docs/hazmat/primitives/symmetric-encryption.rst | |
parent | 04cd2efcf0db628b76643f7e59e2e80da1e7d441 (diff) | |
parent | 111aff2f75cb56122716dbeda44c40620f1fb346 (diff) | |
download | cryptography-21bb2480b97d44982eb3f80ef908d152c5d2630a.tar.gz cryptography-21bb2480b97d44982eb3f80ef908d152c5d2630a.tar.bz2 cryptography-21bb2480b97d44982eb3f80ef908d152c5d2630a.zip |
Merge pull request #1672 from alex/https-all-the-things
Use HTTPS for a few URLs in the docs that support it
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 60a29a37..0f7e0377 100644 --- a/docs/hazmat/primitives/symmetric-encryption.rst +++ b/docs/hazmat/primitives/symmetric-encryption.rst @@ -607,7 +607,7 @@ Interfaces used by the symmetric cipher modes described in .. _`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 .. _`NIST SP-800-38D`: http://csrc.nist.gov/publications/nistpubs/800-38D/SP-800-38D.pdf -.. _`Communications Security Establishment`: http://www.cse-cst.gc.ca +.. _`Communications Security Establishment`: https://www.cse-cst.gc.ca .. _`encrypt`: https://ssd.eff.org/en/module/what-encryption .. _`CRYPTREC`: http://www.cryptrec.go.jp/english/ .. _`significant patterns in the output`: https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Electronic_Codebook_.28ECB.29 |