Skip to content

Releases: philips-software/go-nih-signer

v1.5.0

18 Mar 09:51
54307a3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.3.0

03 May 23:34
Compare
Choose a tag to compare

This release fixes the signer as it was broken whenever one added more signing headers than SignedDate

  • Fix algorithm
  • Improve tests
  • Remove URI defined term signing as we can't get it to work with HSDP servers
  • Add SignHeaders() option to specify default custom headers to include

v1.2.0

02 May 21:22
32b8b88
Compare
Choose a tag to compare

This release can be considered the final stable release as the algorithm
will no longer be enhanced by HSDP. We support all the features
described in the algorithm document. AFAIK this is the only full
implementation next to the (unreleased) Java version.

  • Support all defined terms
    • body
    • param
    • method
    • URI
    • SignedDate (the only mandatory one)
  • Can be used to construct servers with signing support

v1.1.0

19 Nov 01:11
Compare
Choose a tag to compare
  • Rename exported constants per Go convention
  • Increase code coverage

v1.0.0

04 Aug 13:00
Compare
Choose a tag to compare
  • Initial release