Skip to content

java-http-signature-3.0.2

Compare
Choose a tag to compare
@dekobon dekobon released this 04 Mar 01:55
· 87 commits to master since this release

Added

  • We now use JCE specified message digests for calculating checksums.
    This allows for plugging native checksum algorithms.
  • We now append total signing time as an HTTP header.

Changed

  • Added MPLv2 headers to all of the source files.
  • Upgraded checkstyle version and added header check.