This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
Version 1.0.4
Security fixes
For ECDH-ES key derivation (in JWE), ensure that received public key (from an "epk" header field on an encrypted message) is on expected elliptic curve before performing any cryptographic operations. This also adds various sanity checks for EC keys other places, e.g. when parsing JWK blobs with embedded EC keys. See commits c758193, 03c5c6e, d163d44.
Other changes
Fix expand command in jose-util (c18180c)
Remove support for std_json build tag (1f36a88)