summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_pvp2_core/src/test/resources/data
AgeCommit message (Collapse)AuthorFilesLines
2023-01-18fix(saml2): support XML decryption by using key from HSM-FacadeThomas2-0/+120
Details: openSAML4 uses org.apache.xml.security.algorithms.JCEMapper to define JCE cryptoprovider for openSAML crypto. operations. However, this JCEMapper is not used for openSAML Decrypter, so it must be set manually.
2021-07-01add tracelog into SAML2 verification engineThomas3-0/+221
2021-02-18update root-certificate of HSM-Facade for integration testsThomas1-8/+10
2020-06-19fix broken jUnit tests (update HSM-Facade certificates)Thomas Lenz1-16/+20
2020-06-03fix broken jUnit testsThomas Lenz1-34/+2
2020-02-20add two jUnit test and CodeStyle modificationsThomas Lenz2-46/+42
2020-02-17add jUnit tests for HSM Facade integration.Thomas Lenz1-0/+32
2020-02-17update jUnit tests to operate on HSM Facade from A-Sit+Thomas Lenz1-0/+20
2020-02-06add more jUnit testThomas Lenz1-0/+54
2020-02-06Refactor SamlVerificationEngineThomas Lenz7-17/+366
add some more jUnit tests
2020-02-05add Trusted-Certificates method to AbstractCredentialProviderThomas Lenz5-2/+2
add jUnit tests for AbstractCredentialProvider change method names in AbstractCredentialProvider
2020-02-04first stable version that uses OpenSAML 3.xThomas Lenz12-1/+848
2020-01-31a lot of more OpenSAML3 refactoring staffThomas Lenz6-0/+185
This version is also NOT stable!