Skip to content

JWSETKit 0.19.0

Latest
Compare
Choose a tag to compare
@amosavian amosavian released this 02 May 10:28
· 5 commits to main since this release
  • feat: Support compression in non Apple platforms
  • feat: Add strict parameter to verify signature when algorithm header is not protected
  • feat: JWK thumbprint URI
  • feat: Arabic, Spanish and French error message translations
  • fix: PBES2 encryption/decryption failed
  • fix: JWE's AAD authentication
  • fix: Decoding issue when JWE protected header is empty
  • fix: Find appropriate JWE key for ECDH-ES
  • fix: JWS encode when protected header is empty
  • fix: JWS multiple signature
  • fix: JWK parsing using AnyJSONWebKey throws error
  • fix: JWS decode failure when protected header or payload is empty
  • fix: JWS detached payload encode/decode issue
  • test: RFS7520 signature test scenarios
  • test: RFC 7920 Encryption tests for ECDH-ES
  • chore: Reimplemented synchronization
  • chore: Direct (dynamicMember) getter/setter for ReadWriteLockedValue
  • chore: Direct (dynamicMember) getter/setter for TypedProtectedWebContainer/JSONProtectedWebContainer
  • chore: Create SECURITY.md