github square/go-jose v2.2.1
Version 2.2.1

latest releases: v2.6.0, v2.5.1, v2.5.0...
6 years ago

This release adds stricter checks (#210) for handling JWKs with elliptic keys. As per RFC 7518, Section 6.2.1.2 to 6.2.2.1 the length of this octet strings for X/Y/D values in JWKs MUST be the full size of a coordinate for the curve specified in the "crv" parameter. As a result, invalid JWKs that were previously accepted (e.g. a JWK where the padding was missing on X/Y coordinates) will now be rejected when parsing them.

Don't miss a new go-jose release

NewReleases is sending notifications on new releases.