Skip to content

Releases: philips-software/go-nih-signer

v1.5.0

Choose a tag to compare

@loafoe loafoe released this 18 Mar 09:51
54307a3

What's Changed

New Contributors

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

v1.3.0

Choose a tag to compare

@loafoe loafoe released this 03 May 23:34

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

Choose a tag to compare

@loafoe loafoe released this 02 May 21:22
32b8b88

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

Choose a tag to compare

@loafoe loafoe released this 19 Nov 01:11
  • Rename exported constants per Go convention
  • Increase code coverage

v1.0.0

Choose a tag to compare

@loafoe loafoe released this 04 Aug 13:00
  • Initial release