aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/key-derivation-functions.rst
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2014-02-03 10:33:16 -0800
committerDavid Reid <dreid@dreid.org>2014-02-03 10:33:16 -0800
commitb80deea4bf341e2c4a283f24fec1958824195ef7 (patch)
treece922ea0de5bdfa028e666a3940c05059cfb7c42 /docs/hazmat/primitives/key-derivation-functions.rst
parent34ed26f3f4a1d53a885ed1d7b56cae92b4a6b7a8 (diff)
downloadcryptography-b80deea4bf341e2c4a283f24fec1958824195ef7.tar.gz
cryptography-b80deea4bf341e2c4a283f24fec1958824195ef7.tar.bz2
cryptography-b80deea4bf341e2c4a283f24fec1958824195ef7.zip
https a bunch of links.
Diffstat (limited to 'docs/hazmat/primitives/key-derivation-functions.rst')
-rw-r--r--docs/hazmat/primitives/key-derivation-functions.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/hazmat/primitives/key-derivation-functions.rst b/docs/hazmat/primitives/key-derivation-functions.rst
index 3c9b501e..b74dc41a 100644
--- a/docs/hazmat/primitives/key-derivation-functions.rst
+++ b/docs/hazmat/primitives/key-derivation-functions.rst
@@ -190,9 +190,9 @@ Different KDFs are suitable for different tasks such as:
.. _`NIST SP 800-132`: http://csrc.nist.gov/publications/nistpubs/800-132/nist-sp800-132.pdf
.. _`Password Storage Cheat Sheet`: https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet
-.. _`PBKDF2`: http://en.wikipedia.org/wiki/PBKDF2
-.. _`scrypt`: http://en.wikipedia.org/wiki/Scrypt
-.. _`key stretching`: http://en.wikipedia.org/wiki/Key_stretching
+.. _`PBKDF2`: https://en.wikipedia.org/wiki/PBKDF2
+.. _`scrypt`: https://en.wikipedia.org/wiki/Scrypt
+.. _`key stretching`: https://en.wikipedia.org/wiki/Key_stretching
.. _`HKDF`:
-.. _`RFC 5869`: http://tools.ietf.org/html/rfc5869
-.. _`HKDF paper`: http://eprint.iacr.org/2010/264
+.. _`RFC 5869`: https://tools.ietf.org/html/rfc5869
+.. _`HKDF paper`: https://eprint.iacr.org/2010/264