Skip to content

5.1.2 - Add `RSA-OAEP` to JWK algorithms to support decoding.

Latest
Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 30 Jan 15:20
· 1 commit to main since this release
03f5013

What's Changed

Add RSA-OAEP to JWK algorithms to support decoding. by @madsodgaard in #226

Fixes an issue where a JWKS failed to decode because it also contains encryption keys and therefore alg such as RSA-OAEP.

This does not add support for the cipher, but at least it will allow us to decode JWKS to use for signing where we might not be able to remove the encryption keys from the remote JWKS.

This patch was released by @0xTim

Full Changelog: 5.1.1...5.1.2