Browse Source

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
pull/12244/head
Illia Volochii 5 years ago
committed by GitHub
parent
commit
b745a6143a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Doc/library/hashlib.rst

4
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
Loading…
Cancel
Save