From: Benjamin Peterson Date: Sun, 27 Sep 2015 09:05:01 +0000 (-0700) Subject: make wikipedia link https X-Git-Tag: v3.5.1rc1~264^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1dd72e6bc51deebf70bee09d816297c56190e5ca;p=thirdparty%2FPython%2Fcpython.git make wikipedia link https --- diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index 84924229b8e4..769f96f0176e 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -227,7 +227,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.