summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-03-04add "remoteHost" information into TransactionIdUtilsThomas Lenz1-4/+27
rename MDC variables for Logging
2020-03-03switch to next snapshot versionThomas Lenz10-10/+10
2020-02-28Merge branch 'master' of gitlab.iaik.tugraz.at:egiz/eaaf_componentsThomas Lenz0-0/+0
# Conflicts: # eaaf_core/pom.xml # eaaf_core_api/pom.xml # eaaf_core_utils/pom.xml # eaaf_modules/eaaf_module_auth_sl20/pom.xml # eaaf_modules/eaaf_module_moa-sig/pom.xml # eaaf_modules/eaaf_module_pvp2_core/pom.xml # eaaf_modules/eaaf_module_pvp2_core/src/main/java/at/gv/egiz/eaaf/modules/pvp2/api/validation/IAuthnRequestPostProcessor.java # eaaf_modules/eaaf_module_pvp2_idp/pom.xml # eaaf_modules/eaaf_module_pvp2_sp/pom.xml # eaaf_modules/pom.xml # pom.xml
2020-02-28switch to version 1.0.13.2Thomas Lenz1-528/+513
2020-02-28back-port of PVP IDP-module request post-processorThomas Lenz1-0/+549
2020-02-28switch to next release version 1.1.01.1.0Thomas Lenz10-10/+10
2020-02-27add new transactionId for PII related data onlyThomas Lenz4-11/+133
2020-02-26switch to release version 0.3.0 of A-SIT+ HSM-FacadeThomas Lenz1-1/+1
2020-02-26update structure in root pom.xmlThomas Lenz1-49/+36
2020-02-26fix typoThomas Lenz1-1/+0
2020-02-26add ASIT maven repo for releasesThomas Lenz1-0/+14
2020-02-26update wrong log messagesThomas Lenz1-3/+3
2020-02-25update eaaf-utils to HSM-Facade v0.3.0-SNAPSHOTThomas Lenz6-50/+16
2020-02-24fix wrong or missing error messagesThomas Lenz3-2/+4
2020-02-20move SpConfigurationImpl.java into eaaf_core_utilsThomas Lenz1-0/+0
2020-02-20add two jUnit test and CodeStyle modificationsThomas Lenz34-206/+385
2020-02-18update broken DummyPvpConfiguration.java JavaDocThomas Lenz2-5/+5
2020-02-18update jUnit test for module specific message sourcesThomas Lenz3-26/+35
2020-02-18add JavaDocThomas Lenz1-4/+59
2020-02-17Update sign method to add parameter for JOSE x509c headerThomas Lenz2-27/+68
Inject special Java Security Provider if KeyStore needs a specific one
2020-02-17update EaafKeyStoreFactory to get the Security Provider if the KeyStore ↵Thomas Lenz5-138/+167
depends on a special provider implementation
2020-02-17add jUnit tests for HSM Facade integration.Thomas Lenz17-307/+839
2020-02-17update jUnit tests to operate on HSM Facade from A-Sit+Thomas Lenz6-104/+184
2020-02-17fix one broken jUnit testThomas Lenz2-0/+42
add one new jUnit test
2020-02-17Merge branch 'feature/hsmfacade' into nightlyBuildThomas Lenz55-470/+2307
# 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-14add common-code for KeyStore and Credential handlingThomas Lenz10-158/+460
2020-02-14Integrate HSM Facade from A-SIT+Thomas Lenz48-445/+1610
The EaafKeyStoreFactory can be used to build KeyStores from differend providers and types
2020-02-12add first untested version of EaafKeyStoreFactory that supports ↵Thomas Lenz6-6/+305
Software-Keystore and HSM-Facade
2020-02-12Add a few new constantsThomas Lenz1-4/+7
2020-02-10Hack: Integrate HsmFacade for signing operationsChristian Kollmann6-13/+73
2020-02-06fix wrong nameThomas Lenz1-14/+13
2020-02-06add more jUnit testThomas Lenz23-138/+1097
2020-02-06Refactor SamlVerificationEngineThomas Lenz24-84/+1810
add some more jUnit tests
2020-02-05fix junit test that uses expired metadata for testingThomas Lenz2-37/+30
2020-02-05update toString() implementations to generic versionThomas Lenz2-1/+27
2020-02-05refactor generic error-handling to solve possible invalid error-response in ↵Thomas Lenz3-171/+256
SL2.0
2020-02-05refactor refresh process in AbstractChainingMetadataProviderThomas Lenz2-39/+64
2020-02-05Extract interface from AbstractCredentialProvider.javaThomas Lenz10-80/+224
Add new interface IPvpAddableChainingMetadataProvider.java and implement it in AbstractChainingMetadataProvider.java Fix possible nullPointer in Saml2Utils.java
2020-02-05add Trusted-Certificates method to AbstractCredentialProviderThomas Lenz24-132/+860
add jUnit tests for AbstractCredentialProvider change method names in AbstractCredentialProvider
2020-02-04first stable version that uses OpenSAML 3.xThomas Lenz86-1231/+4753
2020-02-02some more OpenSAML3 refactoring stuffThomas19-650/+658
2020-01-31a lot of more OpenSAML3 refactoring staffThomas Lenz86-1386/+3573
This version is also NOT stable!
2020-01-28first steps in openSAML3 refactoringThomas Lenz29-337/+351
2020-01-28fix typo and remove @deprecated flagsThomas Lenz4-47/+14
2019-12-12switch to version 1.0.13.21.0.13.2Thomas Lenz10-10/+10
2019-12-12back-port of PVP IDP-module request post-processorThomas Lenz1-0/+549
2019-12-12refactor PVP2 IDP to allow generic post-processing of SAML2 AuthnRequestsThomas Lenz3-580/+55
# Conflicts: # eaaf_modules/eaaf_module_pvp2_core/src/main/java/at/gv/egiz/eaaf/modules/pvp2/api/validation/IAuthnRequestPostProcessor.java # eaaf_modules/eaaf_module_pvp2_idp/src/main/java/at/gv/egiz/eaaf/modules/pvp2/idp/impl/AbstractPvp2XProtocol.java
2019-12-12refactor PVP2 IDP to allow generic post-processing of SAML2 AuthnRequestsThomas Lenz2-10/+41
2019-12-11change log-level in process-definition parserThomas Lenz1-6/+6
2019-12-11fix bug in PVP2 implementationThomas Lenz1-1/+1