Skip to content

Commit

Permalink
DO NOT MERGE: add multiple JWE algorithms for KBS response
Browse files Browse the repository at this point in the history
This commit supports the following JWE algorithms for KBS response
1. RSA PKCS v1.5 Padding. This algorithm is not recommended but for
compability it is still reserved.
2. RSA OAEP.
3. ECDH-ES-A256KW with curve P256. This is recommended as EC algorithms
are more fast and safe.

Some more unit tests to test the compability is added to make sure the
algorithm is implemented as standard.

Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Dec 16, 2024
1 parent 1d260e2 commit d94757f
Show file tree
Hide file tree
Showing 4 changed files with 672 additions and 319 deletions.
Loading

0 comments on commit d94757f

Please sign in to comment.