]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42996: Update a reference to PKCS #5 in hashlib docs to version 2.1 (GH-24289) 12244/head
authorIllia Volochii <illia.volochii@gmail.com>
Fri, 22 Jan 2021 12:06:00 +0000 (14:06 +0200)
committerGitHub <noreply@github.com>
Fri, 22 Jan 2021 12:06:00 +0000 (04:06 -0800)
RFC 8018 superseded RFC 8018.

Automerge-Triggered-By: GH:tiran
Doc/library/hashlib.rst

index d644974e660984adc8e3448d65cfd7787661d382..7bb030bd08f9d727daa3a6eec35ec72be2c93cd2 100644 (file)
@@ -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