From: Illia Volochii Date: Fri, 22 Jan 2021 12:06:00 +0000 (+0200) Subject: bpo-42996: Update a reference to PKCS #5 in hashlib docs to version 2.1 (GH-24289) X-Git-Tag: v3.10.0a5~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12244%2Fhead;p=thirdparty%2FPython%2Fcpython.git bpo-42996: Update a reference to PKCS #5 in hashlib docs to version 2.1 (GH-24289) RFC 8018 superseded RFC 8018. Automerge-Triggered-By: GH:tiran --- diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index d644974e6609..7bb030bd08f9 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -746,5 +746,5 @@ Domain Dedication 1.0 Universal: Wikipedia article with information on which algorithms have known issues and what that means regarding their use. - https://www.ietf.org/rfc/rfc2898.txt - PKCS #5: Password-Based Cryptography Specification Version 2.0 + https://www.ietf.org/rfc/rfc8018.txt + PKCS #5: Password-Based Cryptography Specification Version 2.1