**Jetty version(s)** 12.1.x **Enhancement Description** [RFC7616](https://datatracker.ietf.org/doc/html/rfc7616#section-3.9) 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.