]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128192: support HTTP sha-256 digest authentication as per RFC-7617 (GH-128193)
authorCalvin Bui <3604363+calvinbui@users.noreply.github.com>
Sat, 28 Dec 2024 21:05:34 +0000 (08:05 +1100)
committerGitHub <noreply@github.com>
Sat, 28 Dec 2024 21:05:34 +0000 (21:05 +0000)
commitf9a5a3a3ef34e63dc197156e9a5f57842859ca04
treeb823b79dc0e2edaf819b13224d6795c93179ecfb
parent492b224b991cd9027f1bc6d9988d01e94f764992
gh-128192: support HTTP sha-256 digest authentication as per RFC-7617 (GH-128193)

support sha-256 digest authentication

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Doc/library/urllib.request.rst
Doc/whatsnew/3.14.rst
Lib/test/test_urllib2.py
Lib/urllib/request.py
Misc/ACKS
Misc/NEWS.d/next/Core_and_Builtins/2024-12-23-11-14-07.gh-issue-128192.02mEhD.rst [new file with mode: 0644]