go-jose v2.4.0 Release Notes

Release Date: 2019-10-23 // over 4 years ago
  • 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).