summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_auth_sl20
AgeCommit message (Collapse)AuthorFilesLines
2020-11-02change order of IAIK CryptoProvider registrationThomas Lenz4-5/+76
Update JWS and JWE impl. to mitigate problems if IAIK and BC provider are loaded
2020-10-30switch to next snapshot versionThomas Lenz1-1/+1
2020-10-30switch to next release version1.1.9Thomas Lenz1-1/+1
2020-10-21add new configuration property to switch between log-level "WARN" and "INFO" ↵Thomas Lenz1-13/+12
based on internal errorIds remove duplicated logging
2020-10-13Merge branch 'nightlyBuild' of gitlab.iaik.tugraz.at:egiz/eaaf_components ↵Thomas Lenz7-41/+169
into nightlyBuild
2020-10-13Serialize exceptions in error-handler manually to fix problems with ↵Thomas Lenz1-8/+4
Serialization in some caching frameworks
2020-10-07implement work-around to fix possible incompatibility between IAIK ↵Thomas Lenz7-41/+169
JCE/Eccelerate and JWS lib in case of ECC keys
2020-09-17switch to next snapshot versionThomas Lenz1-1/+1
2020-09-17switch to next release version1.1.8Thomas Lenz1-1/+1
2020-08-26refactor JWS and JWE implementation in SL2.0 module to reuse JWS and JWE ↵Thomas Lenz6-298/+535
specific implementation in other classes
2020-08-14switch to next snapshot versionThomas Lenz1-1/+1
2020-08-14switch to next release version1.1.7Thomas Lenz1-1/+1
2020-08-05switch to next snapshot versionThomas Lenz1-1/+1
2020-08-04switch to next release version1.1.6Thomas Lenz1-1/+1
2020-07-01update log message in case of SL2.0 VDA connection errorThomas Lenz1-3/+8
2020-06-22rename testThomas Lenz1-0/+75
2020-06-22fix problem with JOSE encryption in combination with HSM-FacadeThomas Lenz12-62/+407
add jUnit test for JoseUtils
2020-06-19add first simple jUnit tests for JOSE-UtilsThomas Lenz12-0/+210
2020-06-19fix bug in SL20 JOSE-Utils that prohibits HSM-Facade Usage and only allows ↵Thomas Lenz1-6/+34
RSA keys
2020-06-15switch to next snapshot versionThomas Lenz1-1/+1
2020-06-10switch to release version 1.1.5Thomas Lenz1-1/+1
2020-06-10fix codestyle and moa-sig module clean-upThomas Lenz1-2/+0
2020-06-10add i18n parameter into SL2.0 requestThomas Lenz2-54/+77
2020-06-03add jUnit test for EAAF process-engineThomas Lenz2-2/+3
2020-05-12switch to next snapshot versionThomas Lenz1-1/+1
2020-05-12switch to version 1.1.4.11.1.4.1Thomas Lenz1-1/+1
2020-05-12switch to next release version 1.1.4Thomas Lenz1-1/+1
2020-04-27switch to next snapshot versionThomas Lenz1-1/+1
2020-04-27switch to next release version1.1.3Thomas Lenz1-1/+1
2020-04-08change http parameter name for active Session on VDA sideThomas Lenz1-2/+2
2020-04-07fix CodestyleThomas Lenz1-1/+1
2020-04-07set VDA sessionId into SL2.0 VDA request if it is availableThomas Lenz2-1/+31
2020-04-07inject VDA sessionId from SL2.0 error-response into internal error holderThomas Lenz3-24/+80
2020-04-02switch to next snapshot versionThomas Lenz1-1/+1
2020-04-02switch to next release version 1.1.21.1.2Thomas Lenz1-1/+1
2020-04-01switch to next snapshot versionThomas Lenz1-1/+1
2020-04-01switch to next release version 1.1.1Thomas Lenz1-1/+1
2020-03-26fix codestyleThomas Lenz2-0/+3
2020-03-24fix dependency problems with different Java Spring versionsThomas Lenz1-1/+5
2020-03-20add JOSE header into JWS verificationresult DAOThomas Lenz2-18/+29
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 Lenz1-1/+1
authentication mechanisms
2020-03-10inject X509 certificates into JOSE signature-verification response if availableThomas Lenz1-1/+1
2020-03-03switch to next snapshot versionThomas Lenz1-1/+1
2020-02-28switch to next release version 1.1.01.1.0Thomas Lenz1-1/+1
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 Lenz1-67/+68
depends on a special provider implementation
2020-02-14add common-code for KeyStore and Credential handlingThomas Lenz2-150/+161