arturobernalg opened a new pull request, #509:
URL: https://github.com/apache/httpcomponents-client/pull/509

   This commit introduces support for the userhash parameter in Digest 
Authentication, conforming to the specifications outlined in RFC 7616. The 
userhash parameter enhances security by allowing the client to hash the 
username before transmission, thereby protecting the username during transport. 
This implementation ensures that when the server indicates support for username 
hashing (userhash=true), the client correctly calculates and includes the 
hashed username in the Authorization header field, adhering to the protocol 
defined in RFC 7616 for enhanced security in HTTP Digest Access Authentication.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to