summaryrefslogtreecommitdiff
path: root/eaaf_modules
AgeCommit message (Collapse)AuthorFilesLines
2020-03-20refactor SAML2 metadata signature-filter to use a TrustStore implementation ↵Thomas Lenz4-90/+142
to get trusted X509 certificates
2020-03-20add JOSE header into JWS verificationresult DAOThomas Lenz2-18/+29
2020-03-20switch to HSM-Facade 0.4-Snapshot and fix possible race-condition between ↵Thomas Lenz4-50/+70
jUnit tests
2020-03-19add 'smartphone' as parameter for authType on VDA sideThomas Lenz1-1/+1
2020-03-19codestyle problemThomas Lenz1-0/+1
2020-03-19inject authType parameter in VDA request to select a specific authentication ↵Thomas Lenz2-0/+75
method
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different ↵Thomas Lenz7-7/+7
authentication mechanisms
2020-03-10inject X509 certificates into JOSE signature-verification response if availableThomas Lenz1-1/+1
2020-03-03switch to next snapshot versionThomas Lenz6-6/+6
2020-02-28switch to next release version 1.1.01.1.0Thomas Lenz6-6/+6
2020-02-25update eaaf-utils to HSM-Facade v0.3.0-SNAPSHOTThomas Lenz1-3/+0
2020-02-20add two jUnit test and CodeStyle modificationsThomas Lenz21-151/+226
2020-02-18update broken DummyPvpConfiguration.java JavaDocThomas Lenz2-5/+5
2020-02-18update jUnit test for module specific message sourcesThomas Lenz2-16/+22
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 Lenz2-94/+99
depends on a special provider implementation
2020-02-17add jUnit tests for HSM Facade integration.Thomas Lenz16-305/+807
2020-02-17update jUnit tests to operate on HSM Facade from A-Sit+Thomas Lenz3-28/+72
2020-02-17fix one broken jUnit testThomas Lenz2-0/+42
add one new jUnit test
2020-02-17Merge branch 'feature/hsmfacade' into nightlyBuildThomas Lenz13-221/+314
# 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 Lenz3-152/+170
2020-02-14Integrate HSM Facade from A-SIT+Thomas Lenz11-135/+152
The EaafKeyStoreFactory can be used to build KeyStores from differend providers and types
2020-02-12add first untested version of EaafKeyStoreFactory that supports ↵Thomas Lenz1-6/+0
Software-Keystore and HSM-Facade
2020-02-10Hack: Integrate HsmFacade for signing operationsChristian Kollmann5-11/+64
2020-02-06fix wrong nameThomas Lenz1-14/+13
2020-02-06add more jUnit testThomas Lenz20-138/+1027
2020-02-06Refactor SamlVerificationEngineThomas Lenz23-79/+1805
add some more jUnit tests
2020-02-05fix junit test that uses expired metadata for testingThomas Lenz2-37/+30
2020-02-05refactor generic error-handling to solve possible invalid error-response in ↵Thomas Lenz2-124/+183
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 Lenz23-132/+730
add jUnit tests for AbstractCredentialProvider change method names in AbstractCredentialProvider
2020-02-04first stable version that uses OpenSAML 3.xThomas Lenz84-1230/+4727
2020-02-02some more OpenSAML3 refactoring stuffThomas19-650/+658
2020-01-31a lot of more OpenSAML3 refactoring staffThomas Lenz81-1366/+3383
This version is also NOT stable!
2020-01-28first steps in openSAML3 refactoringThomas Lenz28-331/+337
2020-01-28fix typo and remove @deprecated flagsThomas Lenz1-0/+5
2019-12-12refactor PVP2 IDP to allow generic post-processing of SAML2 AuthnRequestsThomas Lenz2-10/+41
2019-12-11fix bug in PVP2 implementationThomas Lenz1-1/+1
2019-12-09fix one typeThomas Lenz3-6/+6
add TestClass
2019-12-05fix some refactoring problemsThomas1-1/+1
2019-12-05some code code-style modificationsThomas103-1558/+1387
active code-quality checks!
2019-12-04to some more code quality tasksThomas33-155/+205
2019-12-04common EGIZ code-style refactoringThomas Lenz197-13228/+13424
2019-12-04switch to v1.1.0-SnapshotThomas Lenz4-4/+4
2019-12-02switch to next snapshot versionThomas Lenz6-6/+6
2019-11-29switch to version 1.0.13.1v1.0.13.1Thomas Lenz6-6/+6
2019-11-28refactor MOA-Sig initializerThomas2-33/+63
2019-11-28close MOA-Sig transaction contextThomas Lenz3-127/+136