Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-19 | refactor(core): change API parameters from 'Date' to 'Instant' | Thomas | 2 | -6/+5 | |
2022-01-09 | chore(SAML2): update implementation to remove usage of deprecated ↵ | Thomas | 2 | -14/+14 | |
openSAML4.x API | |||||
2022-01-09 | refactor(core): update to latest version of Velocity engine | Thomas | 1 | -6/+6 | |
2022-01-08 | Merge branch 'opensaml_4.x' into nightlyBuild | Thomas | 5 | -28/+30 | |
# 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-10-06 | fix wrong or messing log messages | Thomas | 1 | -2/+2 | |
2021-04-19 | refactor DateOfBirth in IAuthData and all implementations because ↵ | Thomas | 1 | -11/+14 | |
DateOfBirth from SZR has not be a valid Date object | |||||
2021-03-12 | update errorMessage generation for SAML2 authentication protocol to return ↵ | Thomas | 1 | -13/+19 | |
external error-codes only | |||||
2021-01-25 | refactor PVP2 IDP module to support more than one IPvpMetadataProvider in ↵ | Thomas Lenz | 3 | -12/+21 | |
one application | |||||
2020-12-26 | add jUnit test to test SAML2 response generation with unencrypted assertions | Thomas Lenz | 2 | -14/+162 | |
2020-12-26 | fix bug in SAML2 error-response generation | Thomas Lenz | 1 | -22/+22 | |
2020-12-09 | add findSecBugs extension into spotbugs plug-in | Thomas Lenz | 1 | -20/+20 | |
2020-04-08 | refactor to OpenSAML 4.x | Thomas Lenz | 5 | -77/+77 | |
2020-04-01 | Revert "back-port of PVP IDP-module request post-processor"1.1.1 | Thomas Lenz | 2 | -1062/+528 | |
This reverts commit bd6492ef3f4576d62b8f7cfe20dbaf425b22e2bb. | |||||
2020-04-01 | Merge branch 'nightlyBuild' | Thomas Lenz | 3 | -1/+3 | |
2020-03-26 | fix codestyle | Thomas Lenz | 2 | -0/+2 | |
2020-03-11 | refactor HttpClientFactory.java to build HTTP clients with different ↵ | Thomas Lenz | 1 | -1/+1 | |
authentication mechanisms | |||||
2020-02-28 | switch to version 1.0.13.2 | Thomas Lenz | 1 | -528/+513 | |
2020-02-28 | back-port of PVP IDP-module request post-processor | Thomas Lenz | 1 | -0/+549 | |
2020-02-20 | add two jUnit test and CodeStyle modifications | Thomas Lenz | 1 | -0/+9 | |
2020-02-18 | update broken DummyPvpConfiguration.java JavaDoc | Thomas Lenz | 1 | -4/+4 | |
2020-02-17 | Merge branch 'feature/hsmfacade' into nightlyBuild | Thomas Lenz | 3 | -2/+15 | |
# 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-14 | Integrate HSM Facade from A-SIT+ | Thomas Lenz | 3 | -4/+17 | |
The EaafKeyStoreFactory can be used to build KeyStores from differend providers and types | |||||
2020-02-10 | Hack: Integrate HsmFacade for signing operations | Christian Kollmann | 1 | -2/+2 | |
2020-02-06 | add more jUnit test | Thomas Lenz | 10 | -17/+493 | |
2020-02-06 | Refactor SamlVerificationEngine | Thomas Lenz | 4 | -17/+88 | |
add some more jUnit tests | |||||
2020-02-05 | Extract interface from AbstractCredentialProvider.java | Thomas Lenz | 4 | -10/+10 | |
Add new interface IPvpAddableChainingMetadataProvider.java and implement it in AbstractChainingMetadataProvider.java Fix possible nullPointer in Saml2Utils.java | |||||
2020-02-05 | add Trusted-Certificates method to AbstractCredentialProvider | Thomas Lenz | 3 | -29/+10 | |
add jUnit tests for AbstractCredentialProvider change method names in AbstractCredentialProvider | |||||
2020-02-04 | first stable version that uses OpenSAML 3.x | Thomas Lenz | 19 | -163/+553 | |
2020-02-02 | some more OpenSAML3 refactoring stuff | Thomas | 2 | -21/+20 | |
2020-01-31 | a lot of more OpenSAML3 refactoring staff | Thomas Lenz | 11 | -99/+108 | |
This version is also NOT stable! | |||||
2019-12-12 | refactor PVP2 IDP to allow generic post-processing of SAML2 AuthnRequests | Thomas Lenz | 1 | -5/+16 | |
2019-12-09 | fix one type | Thomas Lenz | 2 | -4/+4 | |
add TestClass | |||||
2019-12-05 | some code code-style modifications | Thomas | 4 | -12/+12 | |
active code-quality checks! | |||||
2019-12-04 | to some more code quality tasks | Thomas | 2 | -5/+4 | |
2019-12-04 | common EGIZ code-style refactoring | Thomas Lenz | 23 | -1826/+1768 | |
2019-05-29 | add new attribute builder | Thomas Lenz | 1 | -13/+16 | |
fix some injection and dependency problems | |||||
2019-04-11 | refactor protocol finalization to support protocol response without final ↵ | Thomas Lenz | 1 | -3/+3 | |
redirect | |||||
2018-09-13 | fix typo in license header1.0.2 | Thomas Lenz | 15 | -30/+30 | |
2018-09-11 | add some more revisions-log messages | Thomas Lenz | 2 | -1/+5 | |
2018-07-20 | some eventcode updates | Thomas Lenz | 1 | -2/+3 | |
2018-07-20 | some small modifications in attribute builder | Thomas Lenz | 5 | -67/+13 | |
update internal messages-codes | |||||
2018-07-13 | some updates and bugfixes | Thomas Lenz | 2 | -13/+13 | |
2018-07-12 | some more updates | Thomas Lenz | 16 | -58/+407 | |
2018-07-02 | add requested attributes to PVP S-profile | Thomas Lenz | 1 | -39/+15 | |
2018-06-26 | initial commit | Thomas Lenz | 18 | -0/+1706 | |