jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Support Digest authentication with SHA-256

Open sbordet opened this issue 6 months ago • 9 comments
trafficstars

Jetty version(s) 12.1.x

Enhancement Description RFC7616 now specifies that Digest authentication can be performed with SHA-256 (was MD5 only before).

Jetty's client can already support that, but on the server the MD5 algorithm is hardcoded, while should be configurable.

sbordet avatar May 12 '25 16:05 sbordet