Skip to content

Releases: yaronf/httpsign

Bump JWX and Go version to address a CVE

23 Dec 09:55
Compare
Choose a tag to compare
v0.3.2

Recent JWX possibly broken, quote go version

Documentation fixes

11 Jun 14:09
Compare
Choose a tag to compare
v0.3.1

Documentation fixes

Key ID no longer mandatory

11 Jun 11:33
cd85e26
Compare
Choose a tag to compare

Breaking change: keyid is no longer a Signer/Verifier parameter. Instead if it is needed, include it in SignConfig/VerifyConfig.

Normalize path for @request-target

25 Mar 17:06
Compare
Choose a tag to compare
v0.2.2

Normalize an empty path

Bump JWX library

08 Mar 23:52
261f29c
Compare
Choose a tag to compare

No change other than addressing CVE-2024-21319 (which does not apply to our code).

RFC 9421

15 Feb 10:54
Compare
Choose a tag to compare

Full implementation of the RFC, including test cases.

Draft -17

27 May 15:17
Compare
Choose a tag to compare

Draft -17 made an important change re: encoding of query parameters.

Renamed signature context

27 Nov 22:15
Compare
Choose a tag to compare
v0.1.15

Bump GH actions

Draft -12

22 Sep 08:12
Compare
Choose a tag to compare
  • Binary sequences
  • Signature context
  • Updated test vectors, including message transformations
  • New ECDSA variant
  • Improved parameter validation on signing

Full Changelog: v0.1.13...v0.1.14

Draft -10

27 May 11:18
Compare
Choose a tag to compare

New way to bind requests and responses.
A bit of security hygiene.

Full Changelog: v0.1.12...v0.1.13