jjwt icon indicating copy to clipboard operation
jjwt copied to clipboard

JWE - Explicitly check JCA alg name when looking up SignatureAlgorithms

Open bdemers opened this issue 2 years ago • 1 comments

Port #709 to the JWE branch

bdemers avatar Mar 15 '22 22:03 bdemers

@dogeared I changed the target branch after creating this PR, any idea how to restart the Snyk checks?

bdemers avatar Mar 15 '22 22:03 bdemers

Closing as a matter of housekeeping. master's DefaultMacAlgorithm does the appropriate name lookups (with OID support), and the old SignatureAlgorithm concept is fully deprecated and not used anywhere other than as a bridge to the new SignatureAlgorithm and MacAlgorithm implementations.

lhazlewood avatar Sep 16 '23 22:09 lhazlewood