Skip to content

Releases: panva/jose

v1.24.1

05 Mar 19:42
Compare
Choose a tag to compare

Bug Fixes

  • allow importing simpler passphrases as oct keys (f86bda3)

v1.24.0

25 Feb 13:20
Compare
Choose a tag to compare

Features

  • add JWT.verify "typ" option for checking JWT Type Header parameter (fc08426)

v1.23.0

20 Feb 14:26
Compare
Choose a tag to compare

Bug Fixes

  • typescript: add optional JWK.Key props and make them readonly (b92079c), closes #67

Features

  • add ECDH-ES with X25519 and X448 OKP keys (38369ea)
  • add RSA-OAEP-384 and RSA-OAEP-512 JWE Key Management Algorithms (7477f08)

v1.22.2

06 Feb 13:19
Compare
Choose a tag to compare

Performance Improvements

  • various codepaths refactored (3e3d7dd)

v1.22.1

03 Feb 13:09
Compare
Choose a tag to compare

Bug Fixes

  • actually remove the base64url proper encoding check (eae01b5)

v1.22.0

29 Jan 20:17
Compare
Choose a tag to compare

Features

  • keystore filtering by JWK Key thumbprint (a9f6f71)

Performance Improvements

  • base64url decode, JWT.verify, JWK.Key instance re-use (470b4c7)

v1.21.1

25 Jan 16:00
Compare
Choose a tag to compare

Bug Fixes

  • contactKDF iteration count fixed for key sizes larger than 256 bits (70ff222)

v1.21.0

23 Jan 17:52
Compare
Choose a tag to compare

Bug Fixes

  • typescript: don't expose non existant classes, fix decode key (0f8bf88)

Features

  • add opt-in support for Unsecured JWS algorithm "none" (3a6d17f)

v1.20.0

16 Jan 07:50
Compare
Choose a tag to compare

Features

  • add JWTExpired error and JWTClaimInvalid claim and reason props (a0c0c7a), closes #62

v1.19.0

13 Jan 16:10
Compare
Choose a tag to compare

Features

  • exposed shorthands for JWT verification profiles (b1864e3)