diff options
author | Victor Stinner <vstinner@python.org> | 2022-06-28 09:51:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-28 09:51:13 (GMT) |
commit | 71d5299b73c854a7b0e12eb5d0a524579723660b (patch) | |
tree | 4b3c56052382756ef9c23698d27961ab25b18263 /.github/problem-matchers | |
parent | 5c5fc9da3f91ac09f7f00ac644071cd5efb2eafe (diff) | |
download | cpython-71d5299b73c854a7b0e12eb5d0a524579723660b.zip cpython-71d5299b73c854a7b0e12eb5d0a524579723660b.tar.gz cpython-71d5299b73c854a7b0e12eb5d0a524579723660b.tar.bz2 |
gh-94199: Remove hashlib.pbkdf2_hmac() Python implementation (GH-94200)
Remove the pure Python implementation of hashlib.pbkdf2_hmac(),
deprecated in Python 3.10. Python 3.10 and newer requires OpenSSL
1.1.1 or newer (PEP 644), this OpenSSL version provides a C
implementation of pbkdf2_hmac() which is faster.
Diffstat (limited to '.github/problem-matchers')
0 files changed, 0 insertions, 0 deletions