diff options
author | Illia Volochii <illia.volochii@gmail.com> | 2021-01-22 12:06:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 12:06:00 (GMT) |
commit | b745a6143ae79efe00aa46affe5ea31a06b0b532 (patch) | |
tree | 16a9d1856e349b68b318c2fd92b01aaac16022fc | |
parent | 2f12a1b7ecc9e0cf39b4c6994473e6cb9989f81b (diff) | |
download | cpython-b745a6143ae79efe00aa46affe5ea31a06b0b532.zip cpython-b745a6143ae79efe00aa46affe5ea31a06b0b532.tar.gz cpython-b745a6143ae79efe00aa46affe5ea31a06b0b532.tar.bz2 |
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
-rw-r--r-- | Doc/library/hashlib.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index d644974..7bb030b 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 |