summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_auth_sl20/src/test/java
AgeCommit message (Collapse)AuthorFilesLines
2023-02-21test(hsm): fix broken test, because HSM-Facade change an error messageThomas1-1/+1
2023-01-17test(jose): add JWE encryption/decryptio test that uses a wrong decryption keyThomas1-0/+80
2022-08-11refact(core): move JoseUtils into 'eaaf-utils' moduleThomas2-83/+1
2021-11-26update to HSM-Facade-Provider v0.8.0 to fix problem with RSA-OAEPThomas1-3/+2
2021-09-03add jUnit test that uses RSASSA-PSS algorithmThomas1-0/+27
2020-12-09update jUnit for JWE encryption by using HSM-FacadeThomas Lenz2-7/+58
2020-11-02change order of IAIK CryptoProvider registrationThomas Lenz2-1/+56
Update JWS and JWE impl. to mitigate problems if IAIK and BC provider are loaded
2020-10-07implement work-around to fix possible incompatibility between IAIK ↵Thomas Lenz2-11/+69
JCE/Eccelerate and JWS lib in case of ECC keys
2020-08-26refactor JWS and JWE implementation in SL2.0 module to reuse JWS and JWE ↵Thomas Lenz2-139/+145
specific implementation in other classes
2020-06-22rename testThomas Lenz1-0/+75
2020-06-22fix problem with JOSE encryption in combination with HSM-FacadeThomas Lenz3-60/+379
add jUnit test for JoseUtils
2020-06-19add first simple jUnit tests for JOSE-UtilsThomas Lenz2-0/+83