Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require HS256, HS384, or HS512 for EAB
During the jose.v4 upgrade, I accidentally required the same signature sets for EAB as for the account keys, which is incorrect. This allows the correct MAC-based algorithms. It drops the custom algorithm checks, which are now unreachable as go-jose will enforce the algorithms.
- Loading branch information