Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-07 | set VDA sessionId into SL2.0 VDA request if it is available | Thomas Lenz | 2 | -1/+31 | |
2020-04-07 | inject VDA sessionId from SL2.0 error-response into internal error holder | Thomas Lenz | 3 | -24/+80 | |
2020-04-06 | add test to moa-sig module that facilities decoding of PDF embeded CAdES ↵ | Thomas Lenz | 4 | -0/+43 | |
signatures | |||||
2020-04-02 | switch to next snapshot version | Thomas Lenz | 6 | -6/+6 | |
2020-04-02 | switch to next release version 1.1.21.1.2 | Thomas Lenz | 6 | -6/+6 | |
2020-04-01 | switch to next snapshot version | Thomas Lenz | 6 | -6/+6 | |
2020-04-01 | Revert "back-port of PVP IDP-module request post-processor"1.1.1 | Thomas Lenz | 2 | -1062/+528 | |
This reverts commit bd6492ef3f4576d62b8f7cfe20dbaf425b22e2bb. | |||||
2020-04-01 | Merge branch 'nightlyBuild' | Thomas Lenz | 32 | -233/+442 | |
2020-04-01 | switch to next release version 1.1.1 | Thomas Lenz | 6 | -6/+6 | |
2020-03-26 | some more editorial changes | Thomas Lenz | 4 | -13/+28 | |
2020-03-26 | fix codestyle | Thomas Lenz | 9 | -47/+59 | |
2020-03-24 | fix dependency problems with different Java Spring versions | Thomas Lenz | 5 | -4/+27 | |
2020-03-20 | refactor SAML2 metadata signature-filter to use a TrustStore implementation ↵ | Thomas Lenz | 4 | -90/+142 | |
to get trusted X509 certificates | |||||
2020-03-20 | add JOSE header into JWS verificationresult DAO | Thomas Lenz | 2 | -18/+29 | |
2020-03-20 | switch to HSM-Facade 0.4-Snapshot and fix possible race-condition between ↵ | Thomas Lenz | 4 | -50/+70 | |
jUnit tests | |||||
2020-03-19 | add 'smartphone' as parameter for authType on VDA side | Thomas Lenz | 1 | -1/+1 | |
2020-03-19 | codestyle problem | Thomas Lenz | 1 | -0/+1 | |
2020-03-19 | inject authType parameter in VDA request to select a specific authentication ↵ | Thomas Lenz | 2 | -0/+75 | |
method | |||||
2020-03-11 | refactor HttpClientFactory.java to build HTTP clients with different ↵ | Thomas Lenz | 7 | -7/+7 | |
authentication mechanisms | |||||
2020-03-10 | inject X509 certificates into JOSE signature-verification response if available | Thomas Lenz | 1 | -1/+1 | |
2020-03-03 | switch to next snapshot version | Thomas Lenz | 6 | -6/+6 | |
2020-02-28 | switch to version 1.0.13.2 | Thomas Lenz | 1 | -528/+513 | |
2020-02-28 | back-port of PVP IDP-module request post-processor | Thomas Lenz | 1 | -0/+549 | |
2020-02-28 | switch to next release version 1.1.01.1.0 | Thomas Lenz | 6 | -6/+6 | |
2020-02-25 | update eaaf-utils to HSM-Facade v0.3.0-SNAPSHOT | Thomas Lenz | 1 | -3/+0 | |
2020-02-20 | add two jUnit test and CodeStyle modifications | Thomas Lenz | 21 | -151/+226 | |
2020-02-18 | update broken DummyPvpConfiguration.java JavaDoc | Thomas Lenz | 2 | -5/+5 | |
2020-02-18 | update jUnit test for module specific message sources | Thomas Lenz | 2 | -16/+22 | |
2020-02-18 | add JavaDoc | Thomas Lenz | 1 | -4/+59 | |
2020-02-17 | Update sign method to add parameter for JOSE x509c header | Thomas Lenz | 2 | -27/+68 | |
Inject special Java Security Provider if KeyStore needs a specific one | |||||
2020-02-17 | update EaafKeyStoreFactory to get the Security Provider if the KeyStore ↵ | Thomas Lenz | 2 | -94/+99 | |
depends on a special provider implementation | |||||
2020-02-17 | add jUnit tests for HSM Facade integration. | Thomas Lenz | 16 | -305/+807 | |
2020-02-17 | update jUnit tests to operate on HSM Facade from A-Sit+ | Thomas Lenz | 3 | -28/+72 | |
2020-02-17 | fix one broken jUnit test | Thomas Lenz | 2 | -0/+42 | |
add one new jUnit test | |||||
2020-02-17 | Merge branch 'feature/hsmfacade' into nightlyBuild | Thomas Lenz | 13 | -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-14 | add common-code for KeyStore and Credential handling | Thomas Lenz | 3 | -152/+170 | |
2020-02-14 | Integrate HSM Facade from A-SIT+ | Thomas Lenz | 11 | -135/+152 | |
The EaafKeyStoreFactory can be used to build KeyStores from differend providers and types | |||||
2020-02-12 | add first untested version of EaafKeyStoreFactory that supports ↵ | Thomas Lenz | 1 | -6/+0 | |
Software-Keystore and HSM-Facade | |||||
2020-02-10 | Hack: Integrate HsmFacade for signing operations | Christian Kollmann | 5 | -11/+64 | |
2020-02-06 | fix wrong name | Thomas Lenz | 1 | -14/+13 | |
2020-02-06 | add more jUnit test | Thomas Lenz | 20 | -138/+1027 | |
2020-02-06 | Refactor SamlVerificationEngine | Thomas Lenz | 23 | -79/+1805 | |
add some more jUnit tests | |||||
2020-02-05 | fix junit test that uses expired metadata for testing | Thomas Lenz | 2 | -37/+30 | |
2020-02-05 | refactor generic error-handling to solve possible invalid error-response in ↵ | Thomas Lenz | 2 | -124/+183 | |
SL2.0 | |||||
2020-02-05 | refactor refresh process in AbstractChainingMetadataProvider | Thomas Lenz | 2 | -39/+64 | |
2020-02-05 | Extract interface from AbstractCredentialProvider.java | Thomas Lenz | 10 | -80/+224 | |
Add new interface IPvpAddableChainingMetadataProvider.java and implement it in AbstractChainingMetadataProvider.java Fix possible nullPointer in Saml2Utils.java | |||||
2020-02-05 | add Trusted-Certificates method to AbstractCredentialProvider | Thomas Lenz | 23 | -132/+730 | |
add jUnit tests for AbstractCredentialProvider change method names in AbstractCredentialProvider | |||||
2020-02-04 | first stable version that uses OpenSAML 3.x | Thomas Lenz | 84 | -1230/+4727 | |
2020-02-02 | some more OpenSAML3 refactoring stuff | Thomas | 19 | -650/+658 | |
2020-01-31 | a lot of more OpenSAML3 refactoring staff | Thomas Lenz | 81 | -1366/+3383 | |
This version is also NOT stable! |