Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DO NOT MERGE: add multiple JWE algorithms for KBS response
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