summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_pvp2_core/src/main/java/at/gv/egiz/eaaf/modules/pvp2/impl/utils
AgeCommit message (Collapse)AuthorFilesLines
2020-03-20refactor SAML2 metadata signature-filter to use a TrustStore implementation ↵Thomas Lenz1-7/+11
to get trusted X509 certificates
2020-02-20add two jUnit test and CodeStyle modificationsThomas Lenz1-2/+2
2020-02-17update EaafKeyStoreFactory to get the Security Provider if the KeyStore ↵Thomas Lenz1-27/+31
depends on a special provider implementation
2020-02-17Merge branch 'feature/hsmfacade' into nightlyBuildThomas Lenz1-33/+49
# 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 Lenz1-76/+43
The EaafKeyStoreFactory can be used to build KeyStores from differend providers and types
2020-02-10Hack: Integrate HsmFacade for signing operationsChristian Kollmann1-3/+45
2020-02-06Refactor SamlVerificationEngineThomas Lenz1-4/+1
add some more jUnit tests
2020-02-05Extract interface from AbstractCredentialProvider.javaThomas Lenz2-7/+31
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 Lenz2-66/+97
add jUnit tests for AbstractCredentialProvider change method names in AbstractCredentialProvider
2020-02-04first stable version that uses OpenSAML 3.xThomas Lenz3-39/+80
2020-02-02some more OpenSAML3 refactoring stuffThomas1-6/+65
2020-01-31a lot of more OpenSAML3 refactoring staffThomas Lenz2-82/+262
This version is also NOT stable!
2020-01-28first steps in openSAML3 refactoringThomas Lenz1-24/+43
2019-12-05some code code-style modificationsThomas3-41/+47
active code-quality checks!
2019-12-04to some more code quality tasksThomas2-17/+5
2019-12-04common EGIZ code-style refactoringThomas Lenz5-510/+578
2018-09-13fix typo in license header1.0.2Thomas Lenz3-6/+6
2018-07-13some updates and bugfixesThomas Lenz1-1/+6
2018-07-12some more updatesThomas Lenz3-18/+147
2018-07-02add requested attributes to PVP S-profileThomas Lenz1-0/+29
2018-06-26initial commitThomas Lenz3-0/+367