Skip to content

WIP: auth: Add Digest support for SHA-256

Patrick Griffis requested to merge pgriffis/digest-sha256 into master

This was pretty quickly done and may not be spec-compliant. Just starting cleanup avoiding fixed buffer sizes and initial implementation of SHA256.

TODO:

  • Add algorithm property to SoupAuthDomainDigest
  • Add ability for SoupServer to serve multiple digests
  • Change SoupAuthManager to prioritize more secure algorithms
  • Add tests
  • Test against external implementations
Edited by Patrick Griffis

Merge request reports