summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_pvp2_core/src
AgeCommit message (Collapse)AuthorFilesLines
2020-03-20switch to HSM-Facade 0.4-Snapshot and fix possible race-condition between ↵Thomas Lenz4-50/+70
jUnit tests
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different ↵Thomas Lenz5-5/+5
authentication mechanisms
2020-02-25update eaaf-utils to HSM-Facade v0.3.0-SNAPSHOTThomas Lenz1-3/+0
2020-02-20add two jUnit test and CodeStyle modificationsThomas Lenz19-148/+189
2020-02-18update broken DummyPvpConfiguration.java JavaDocThomas Lenz1-1/+1
2020-02-18update jUnit test for module specific message sourcesThomas Lenz1-8/+11
2020-02-18add JavaDocThomas Lenz1-4/+59
2020-02-17update EaafKeyStoreFactory to get the Security Provider if the KeyStore ↵Thomas Lenz1-27/+31
depends on a special provider implementation
2020-02-17add jUnit tests for HSM Facade integration.Thomas Lenz7-292/+589
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 Lenz7-68/+132
# 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 Lenz1-2/+9
2020-02-14Integrate HSM Facade from A-SIT+Thomas Lenz8-131/+135
The EaafKeyStoreFactory can be used to build KeyStores from differend providers and types
2020-02-10Hack: Integrate HsmFacade for signing operationsChristian Kollmann3-8/+50
2020-02-06add more jUnit testThomas Lenz8-121/+522
2020-02-06Refactor SamlVerificationEngineThomas Lenz19-62/+1717
add some more jUnit tests
2020-02-05fix junit test that uses expired metadata for testingThomas Lenz2-37/+30
2020-02-05refactor refresh process in AbstractChainingMetadataProviderThomas Lenz1-19/+44
2020-02-05Extract interface from AbstractCredentialProvider.javaThomas Lenz6-70/+214
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 Lenz20-103/+720
add jUnit tests for AbstractCredentialProvider change method names in AbstractCredentialProvider
2020-02-04first stable version that uses OpenSAML 3.xThomas Lenz62-1033/+4101
2020-02-02some more OpenSAML3 refactoring stuffThomas17-629/+638
2020-01-31a lot of more OpenSAML3 refactoring staffThomas Lenz66-1216/+3216
This version is also NOT stable!
2020-01-28first steps in openSAML3 refactoringThomas Lenz27-253/+271
2019-12-12refactor PVP2 IDP to allow generic post-processing of SAML2 AuthnRequestsThomas Lenz1-5/+25
2019-12-11fix bug in PVP2 implementationThomas Lenz1-1/+1
2019-12-09fix one typeThomas Lenz1-2/+2
add TestClass
2019-12-05some code code-style modificationsThomas63-446/+439
active code-quality checks!
2019-12-04to some more code quality tasksThomas15-64/+87
2019-12-04common EGIZ code-style refactoringThomas Lenz112-6652/+6539
2019-05-04move IDestroyable Interface to EGIZ-Spring-APIThomas1-1/+1
2019-04-23integrate Spring ModelAndView into EAAF GUI frameworkThomas Lenz2-33/+39
2019-02-14update signature validation in SAML2 Redirect-BindingThomas Lenz1-5/+18
2018-09-13fix typo in license header1.0.2Thomas Lenz69-138/+138
2018-09-11add some more revisions-log messagesThomas Lenz1-0/+1
2018-07-20some small modifications in attribute builderThomas Lenz4-10/+16
update internal messages-codes
2018-07-19some small changes to solve compatibility problemsThomas Lenz4-13/+13
2018-07-13some updates and bugfixesThomas Lenz1-1/+6
2018-07-12some more updatesThomas Lenz70-33/+1773
2018-07-02add requested attributes to PVP S-profileThomas Lenz21-56/+615
2018-06-26initial commitThomas Lenz58-0/+4865