diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2018-10-23 23:47:29 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-10-24 11:47:29 +0800 |
commit | 9569f5cbde11c730d78b2082bcca4d4e36ba9f23 (patch) | |
tree | 6e2b9ff080ef19180b50651bc3b165fe7f8eb79d | |
parent | 4b840d5ed980056a286a80a2cf5a86e9b636ad88 (diff) | |
download | cryptography-9569f5cbde11c730d78b2082bcca4d4e36ba9f23.tar.gz cryptography-9569f5cbde11c730d78b2082bcca4d4e36ba9f23.tar.bz2 cryptography-9569f5cbde11c730d78b2082bcca4d4e36ba9f23.zip |
OpenPGP's website is also HTTPS! (#4518)
-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 cd4059fb..31f240c4 100644 --- a/docs/hazmat/primitives/symmetric-encryption.rst +++ b/docs/hazmat/primitives/symmetric-encryption.rst @@ -811,5 +811,5 @@ Exceptions .. _`CRYPTREC`: https://www.cryptrec.go.jp/english/ .. _`significant patterns in the output`: https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Electronic_Codebook_.28ECB.29 .. _`International Data Encryption Algorithm`: https://en.wikipedia.org/wiki/International_Data_Encryption_Algorithm -.. _`OpenPGP`: http://openpgp.org +.. _`OpenPGP`: https://www.openpgp.org/ .. _`disk encryption`: https://en.wikipedia.org/wiki/Disk_encryption_theory#XTS |