From: Benjamin Peterson Date: Sun, 27 Sep 2015 09:05:01 +0000 (-0700) Subject: make wikipedia link https X-Git-Tag: v2.7.11rc1~108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e648f6c076f1b15d68a27cce80e17230ec89fa7;p=thirdparty%2FPython%2Fcpython.git make wikipedia link https --- diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index 9c6c4b973a08..9bb3bb7ba5d5 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -204,7 +204,7 @@ include a `salt `_. http://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf The FIPS 180-2 publication on Secure Hash Algorithms. - http://en.wikipedia.org/wiki/Cryptographic_hash_function#Cryptographic_hash_algorithms + https://en.wikipedia.org/wiki/Cryptographic_hash_function#Cryptographic_hash_algorithms Wikipedia article with information on which algorithms have known issues and what that means regarding their use.