summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-14Integrate HSM Facade from A-SIT+Thomas Lenz48-445/+1610
2020-02-12add first untested version of EaafKeyStoreFactory that supports Software-Keys...Thomas Lenz6-6/+305
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
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 S...Thomas Lenz3-171/+256
2020-02-05refactor refresh process in AbstractChainingMetadataProviderThomas Lenz2-39/+64
2020-02-05Extract interface from AbstractCredentialProvider.javaThomas Lenz10-80/+224
2020-02-05add Trusted-Certificates method to AbstractCredentialProviderThomas Lenz24-132/+860
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
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
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
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 on...Thomas Lenz1-1/+1
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
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 some...Thomas Lenz5-162/+210
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
2019-11-21add stop condition to process-flow engine that can be set dynamically by tasksThomas Lenz12-82/+334
2019-11-15copy some generic authProcessData directly into authDataThomas Lenz1-0/+25
2019-11-14add SHA3 hash algorithm identifier for XMLThomas Lenz1-0/+8
2019-11-14refactor JoseTools to support JWS signature verification by using one truststoreThomas Lenz2-71/+136