summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_pvp2_core/src/test/resources
AgeCommit message (Collapse)AuthorFilesLines
2023-01-18fix(saml2): support XML decryption by using key from HSM-FacadeThomas3-2/+122
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 engineThomas4-0/+240
2021-02-18update root-certificate of HSM-Facade for integration testsThomas1-8/+10
2020-06-19fix broken jUnit tests (update HSM-Facade certificates)Thomas Lenz2-19/+23
2020-06-03fix broken jUnit testsThomas Lenz1-34/+2
2020-02-20add two jUnit test and CodeStyle modificationsThomas Lenz3-52/+44
2020-02-17add jUnit tests for HSM Facade integration.Thomas Lenz3-0/+57
2020-02-17update jUnit tests to operate on HSM Facade from A-Sit+Thomas Lenz1-0/+20
2020-02-17fix one broken jUnit testThomas Lenz1-0/+3
add one new jUnit test
2020-02-17Merge branch 'feature/hsmfacade' into nightlyBuildThomas Lenz3-0/+18
# Conflicts: # eaaf_modules/eaaf_module_pvp2_core/src/main/java/at/gv/egiz/eaaf/modules/pvp2/impl/metadata/AbstractChainingMetadataProvider.java # eaaf_modules/eaaf_module_pvp2_idp/src/test/resources/spring/test_eaaf_core.beans.xml
2020-02-14Integrate HSM Facade from A-SIT+Thomas Lenz4-2/+20
The EaafKeyStoreFactory can be used to build KeyStores from differend providers and types
2020-02-10Hack: Integrate HsmFacade for signing operationsChristian Kollmann1-2/+2
2020-02-06add more jUnit testThomas Lenz1-0/+54
2020-02-06Refactor SamlVerificationEngineThomas Lenz10-23/+378
add some more jUnit tests
2020-02-05add Trusted-Certificates method to AbstractCredentialProviderThomas Lenz9-5/+54
add jUnit tests for AbstractCredentialProvider change method names in AbstractCredentialProvider
2020-02-04first stable version that uses OpenSAML 3.xThomas Lenz15-14/+859
2020-01-31a lot of more OpenSAML3 refactoring staffThomas Lenz9-0/+244
This version is also NOT stable!