summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_pvp2_core/src/main/java/at/gv/egiz/eaaf/modules/pvp2/impl/verification
AgeCommit message (Collapse)AuthorFilesLines
2023-01-18fix(saml2): support XML decryption by using key from HSM-FacadeThomas1-1/+3
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.
2022-01-09chore(SAML2): update implementation to remove usage of deprecated ↵Thomas1-2/+2
openSAML4.x API
2022-01-08Merge branch 'opensaml_4.x' into nightlyBuildThomas4-29/+35
# Conflicts: # eaaf_modules/eaaf_module_pvp2_core/src/main/java/at/gv/egiz/eaaf/modules/pvp2/impl/metadata/PvpMetadataResolverAdapter.java # eaaf_modules/eaaf_module_pvp2_core/src/main/java/at/gv/egiz/eaaf/modules/pvp2/impl/verification/SamlVerificationEngine.java # eaaf_modules/eaaf_module_pvp2_core/src/test/java/at/gv/egiz/eaaf/modules/pvp2/test/binding/SoapBindingTest.java # eaaf_modules/eaaf_module_pvp2_core/src/test/java/at/gv/egiz/eaaf/modules/pvp2/test/dummy/DummyMetadataProvider.java # eaaf_modules/eaaf_module_pvp2_idp/src/main/java/at/gv/egiz/eaaf/modules/pvp2/idp/impl/AbstractPvp2XProtocol.java # eaaf_modules/eaaf_module_pvp2_sp/src/main/java/at/gv/egiz/eaaf/modules/pvp2/sp/impl/PvpAuthnRequestBuilder.java # pom.xml
2021-07-01add tracelog into SAML2 verification engineThomas1-0/+17
2021-01-25refactor PVP2 IDP module to support more than one IPvpMetadataProvider in ↵Thomas Lenz1-38/+37
one application
2020-04-08refactor to OpenSAML 4.xThomas Lenz4-40/+45
2020-02-06Refactor SamlVerificationEngineThomas Lenz1-34/+321
add some more jUnit tests
2020-02-04first stable version that uses OpenSAML 3.xThomas Lenz5-4/+228
2020-02-02some more OpenSAML3 refactoring stuffThomas2-279/+0
2020-01-31a lot of more OpenSAML3 refactoring staffThomas Lenz6-117/+156
This version is also NOT stable!
2019-12-05some code code-style modificationsThomas4-35/+36
active code-quality checks!
2019-12-04to some more code quality tasksThomas2-5/+12
2019-12-04common EGIZ code-style refactoringThomas Lenz7-514/+516
2019-02-14update signature validation in SAML2 Redirect-BindingThomas Lenz1-5/+18
2018-09-13fix typo in license header1.0.2Thomas Lenz4-8/+8
2018-07-12some more updatesThomas Lenz4-8/+104
2018-07-02add requested attributes to PVP S-profileThomas Lenz1-45/+0
2018-06-26initial commitThomas Lenz5-0/+488