Skip to content

Releases: remitly-oss/httpsig-go

v1.2.2-beta.2

Choose a tag to compare

@leelynne leelynne released this 17 Apr 05:07

What's Changed

v1.2.2-beta.1

Choose a tag to compare

@leelynne leelynne released this 02 Apr 21:17

Add support for Signature-Key header
Full Changelog: v1.2.2...v1.2.2-beta.1

v1.2.2

Choose a tag to compare

@leelynne leelynne released this 02 Apr 01:23
f159f26

What's Changed

  • Initial support for HTTP Signature-Key
  • Refactor shared types to types package and keyspec to a key package by @leelynne in #36

Full Changelog: v1.2.1...v1.2.2

v1.2.1

Choose a tag to compare

@leelynne leelynne released this 08 Mar 05:56
cb891ec

What's Changed

  • Fix targetURI derivation by @leelynne in #34
  • Type check the metadata to avoid a possible panic on bad input by @leelynne in #35

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@leelynne leelynne released this 23 Aug 04:37
41230c4

What's Changed

  • Enforce verify profile validation - required metadata, algorithms, etc.

  • Allow for multiple signatures.

  • TPM support

  • Fix incorrect algorithm name in error message. by @getvictor in #30

  • Fix HTTP response writing order. by @getvictor in #27

  • Fix P-521 coordinate length calculation by @getvictor in #29

  • Initial validate logic and tests by @leelynne in #31

  • Add TPM support with crypto.Signer by @leelynne in #32

  • Add support for signing with multiple signatures by @leelynne in #33

New Contributors

Full Changelog: v1.1.3...v1.2.0

v1.1.3

Choose a tag to compare

@leelynne leelynne released this 09 Jun 16:12
d6afe7b

What's Changed

  • Add debug info. Fix target-uri logic. Redo JWK impl by @leelynne in #23

Full Changelog: v1.1.2...v1.1.3

v1.1.2

Choose a tag to compare

@leelynne leelynne released this 29 May 20:27
e77f9d1

What's Changed

  • Let callers set other JWK fields when converting privateKey by @leelynne in #22

Full Changelog: v1.1.1...v1.1.2

v1.1.1

Choose a tag to compare

@leelynne leelynne released this 07 May 15:41
dffdc32

What's Changed

  • Fix using the profile signature label instead of default. by @leelynne in #16

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@leelynne leelynne released this 05 May 23:58
d13e85e

What's Changed

  • Refactor verify to expect a named signature label and do single signa… by @leelynne in #14
  • Add test for JWK marshalling. by @leelynne in #15

Full Changelog: v1.0.3...v1.1.0

v1.0.3

Choose a tag to compare

@leelynne leelynne released this 22 Apr 23:39
a6775d9

What's Changed

Full Changelog: v1.0.2...v1.0.3