Skip to content

Commit

Permalink
bpo-42996: Update a reference to PKCS #5 in hashlib docs to version 2…
Browse files Browse the repository at this point in the history
….1 (GH-24289)

RFC 8018 superseded RFC 8018.

Automerge-Triggered-By: GH:tiran
  • Loading branch information
illia-v authored Jan 22, 2021
1 parent 2f12a1b commit b745a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/hashlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b745a61

Please sign in to comment.