-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
Support SHA-256 digest authentication following RFC7616 - https://datatracker.ietf.org/doc/html/rfc7616
CPython currently supports MD5 and SHA1 only.
Other possible methods include SHA-256-ness
, SHA-512-256
and SHA-512-256-sess
which hashlib doesn't currently appear to support out of the box.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement