https://hg.python.org/cpython/rev/0de25a6e2468 changeset: 98312:0de25a6e2468 parent: 98304:fcdaa1dab846 parent: 98311:288fbf067df7 user: Benjamin Peterson <benjamin at python.org> date: Sun Sep 27 02:05:18 2015 -0700 summary: merge 3.5 files: Doc/library/hashlib.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -227,7 +227,7 @@ 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. -- Repository URL: https://hg.python.org/cpython