Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Version 2.4.0

Compare
Choose a tag to compare
@csstaub csstaub released this 23 Oct 04:21
· 102 commits to master since this release
v2.4.0
8fd82ff

New Features

  • Add support for the b64 header parameter (#230).
  • Add functions to handle detached signatures (#234).
  • Expose an interface for opaque key encryption/decryption (#261, #257).

Bug Fixes

  • Fixes a issue with ECDSA on P-521, whereby the generated shared secret derived for encryption was computed incorrectly (#267, #245).
  • Fixes salt length for new RSA-PSS messages to be equal to the hash length, as required by RFC 3447 (#232).
  • Don't include the kid header in a JWT if the key id is an empty string (#227).