Skip to content

Releases: panva/jose

v1.17.2

17 Dec 19:44
Compare
Choose a tag to compare

Bug Fixes

  • skip validating iat is in the past when exp is present (0ed5025)

v1.17.1

10 Dec 16:09
Compare
Choose a tag to compare

Bug Fixes

  • properly fail to import unsupported openssh formatted keys (bee5744)

v1.17.0

10 Dec 14:04
Compare
Choose a tag to compare

Features

  • importing a certificate populates x5c and x5t thumbprints (25a7a71), closes #59

v1.16.2

05 Dec 20:01
Compare
Choose a tag to compare

Bug Fixes

  • handle Unencoded Payload (b64:false) with arbitrary buffer payloads (daabedc), closes #57

v1.16.1

05 Dec 09:35
Compare
Choose a tag to compare

Bug Fixes

  • allow PBES2 for the correct JWK use values (f0d7194)

v1.16.0

04 Dec 14:51
Compare
Choose a tag to compare

Features

  • two official jose plugins/extensions for those living on the edge, closes #56

https://github.com/panva/jose-chacha
https://github.com/panva/jose-x25519-ecdh

See the docs of each if you need them.

v1.15.1

30 Nov 13:48
Compare
Choose a tag to compare

Bug Fixes

  • typescript: export Key Input types (0277fcd)

v1.15.0

27 Nov 21:20
Compare
Choose a tag to compare

Bug Fixes

  • default JWT.sign kid option value is false for HMAC signatures (ce77388)

Features

  • allow JWK.asKey inputs for sign/verify/encrypt/decrypt operations (5e1009a)

v1.14.0

26 Nov 15:04
Compare
Choose a tag to compare

Features

  • allow JWKS.KeyStore .all and .get to filter for key curves (ea60338)

v1.13.0

23 Nov 11:15
Compare
Choose a tag to compare

Features

  • return the CEK from JWE.decrypt operation with { complete: true } (c3eb845)