> Hi,
> 
> Could I get the following change reviewed please, which is to disable the MD5 
> message digest algorithm by default in the HTTP Digest authentication 
> mechanism? The algorithm can be opted into by setting a new system property 
> "http.auth.digest.reEnabledAlgs" to include the value MD5. The change also 
> updates the Digest authentication implementation to use some of the more 
> secure features defined in RFC7616, such as username hashing and additional 
> digest algorithms like SHA256 and SHA512-256.
> 
> - Michael

Michael McMahon has updated the pull request with a new target base due to a 
merge or a rebase. The incremental webrev excludes the unrelated changes 
brought in by the merge/rebase. The pull request contains 17 additional commits 
since the last revision:

 - Merge branch 'master' into md5
 - update after third review round
 - removed swp file
 - update after second review round
 - update
 - update after first review round
 - fix whitespace
 - update property name. add documentation
 - fixed one more test
 - fixed up existing tests using digest auth
 - ... and 7 more: https://git.openjdk.java.net/jdk/compare/13dc4330...c55fdd94

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7688/files
  - new: https://git.openjdk.java.net/jdk/pull/7688/files/65d549ff..c55fdd94

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7688&range=04
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7688&range=03-04

  Stats: 15463 lines in 460 files changed: 9745 ins; 3242 del; 2476 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7688.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7688/head:pull/7688

PR: https://git.openjdk.java.net/jdk/pull/7688

Reply via email to