From b80deea4bf341e2c4a283f24fec1958824195ef7 Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 3 Feb 2014 10:33:16 -0800 Subject: https a bunch of links. --- docs/hazmat/primitives/key-derivation-functions.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/hazmat') 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 -- cgit v1.2.3