summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2019-12-11change logging in process-definition parserThomas Lenz1-5/+5
2019-12-11update TestRequestImpl.javaThomas Lenz1-3/+4
2019-12-09fix one typeThomas Lenz4-6/+13
add TestClass
2019-12-05fix typoThomas Lenz1-1/+1
2019-12-05change location of code-quality configurationThomas Lenz1-2/+2
2019-12-05work-around to fix PKIX validation problem with Let's-Encrypt certificates ↵Thomas Lenz1-1/+1
on IAIK Jenkins
2019-12-05add missing plugin versionThomas Lenz1-0/+2
2019-12-05fix some refactoring problemsThomas4-3/+323
2019-12-05some code code-style modificationsThomas302-5956/+6291
active code-quality checks!
2019-12-04to some more code quality tasksThomas87-808/+940
2019-12-04common EGIZ code-style refactoringThomas Lenz479-35491/+36133
2019-12-04switch to v1.1.0-SnapshotThomas Lenz8-8/+8
2019-12-02switch to next snapshot versionThomas Lenz10-10/+10
2019-11-29switch to version 1.0.13.1v1.0.13.1Thomas Lenz10-10/+10
2019-11-28refactor MOA-Sig initializerThomas2-33/+63
2019-11-28close MOA-Sig transaction contextThomas Lenz3-127/+136
2019-11-28switch to version 1.0.13Thomas Lenz10-10/+10
2019-11-28refactor MOA-Sig initialization to treat with initialization problems on ↵Thomas Lenz5-162/+210
some system
2019-11-27add DummyHttpClientFactory.java into test jarThomas Lenz1-0/+21
2019-11-22use UUID for sessionIdentifierThomas Lenz1-1/+2
2019-11-22fix a problem with language selectionThomas Lenz1-1/+1
2019-11-21set process-canceled flag in case of user stops authprocessThomas Lenz2-8/+29
change log-level for some exceptions
2019-11-21add stop condition to process-flow engine that can be set dynamically by tasksThomas Lenz12-82/+334