Skip to content

JWSETKit 0.15.0

Compare
Choose a tag to compare
@amosavian amosavian released this 29 Feb 12:39
· 32 commits to main since this release
  • feat: Support ECDH-ES and ECDH-ES+AxxxKW methods for JWE
  • feat: AnyJSONWebKey to handle import and export
  • feat: Allow to define content key encryptor for JWE
  • fix: Key validation
  • fix: AES-GCM encrypt/decrypt incorrect calls
  • fix: Force JWS/JWE string conversion to use compact representation
  • !chore: ephemeralKey type changed to AnyJSONWebKey to avoid compiler edge cases
  • !chore: specialized() returns itself and won't throw exception anymore
  • chore: Change IV field name to nonce to match Cipher protocol
  • chore: Custom JSON encoder to not escape slash
  • chore: Lint and fixing sonar issues
  • docs: Readme sonar badges