summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_auth_sl20/src/main/java/at/gv/egiz/eaaf/modules/auth/sl20/utils
AgeCommit message (Expand)AuthorFilesLines
2023-08-21feat(sl20): add basic certificate-validity check into JWS validationThomas1-2/+8
2022-11-24fix(sl20): remove full http response body from Exception messageThomas1-3/+3
2022-11-23fix(sl20): use valid encoded log-message parametersThomas1-3/+3
2022-11-07feat(sl20): add response property for IDA eIDAS-comply flagThomas1-0/+4
2022-09-22fix(sl20): refactor signature and encryption validation because it can be ski...Thomas1-49/+83
2022-08-18refact(sl20): switch to one single JSONMapper instsanceThomas5-166/+46
2022-08-11refact(core): move JoseUtils into 'eaaf-utils' moduleThomas2-375/+2
2022-07-04feat(sl20): add 'eidasAuthLevel' flag into IDA authentication request to VDAThomas2-6/+10
2021-06-18update some log messagesThomas1-4/+8
2021-03-11update error-handling in SL2.0 binding-utilsThomas1-7/+17
2021-01-22code-style and logging optimizationsThomas Lenz1-7/+7
2020-11-04refactoring of SL2.0 response processing to mitigate problems with Connection...Thomas Lenz2-84/+124
2020-11-02change order of IAIK CryptoProvider registrationThomas Lenz2-4/+20
2020-10-07implement work-around to fix possible incompatibility between IAIK JCE/Eccele...Thomas Lenz2-30/+86
2020-08-26refactor JWS and JWE implementation in SL2.0 module to reuse JWS and JWE spec...Thomas Lenz2-142/+369
2020-06-22fix problem with JOSE encryption in combination with HSM-FacadeThomas Lenz2-2/+16
2020-06-19fix bug in SL20 JOSE-Utils that prohibits HSM-Facade Usage and only allows RS...Thomas Lenz1-6/+34
2020-06-10add i18n parameter into SL2.0 requestThomas Lenz1-6/+7
2020-04-08change http parameter name for active Session on VDA sideThomas Lenz1-2/+2
2020-04-07set VDA sessionId into SL2.0 VDA request if it is availableThomas Lenz1-1/+3
2020-04-07inject VDA sessionId from SL2.0 error-response into internal error holderThomas Lenz1-4/+2
2020-03-26fix codestyleThomas Lenz2-0/+3
2020-03-20add JOSE header into JWS verificationresult DAOThomas Lenz1-17/+20
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 Lenz1-0/+45
2020-03-10inject X509 certificates into JOSE signature-verification response if availableThomas Lenz1-1/+1
2020-02-17Update sign method to add parameter for JOSE x509c headerThomas Lenz2-27/+68
2020-02-17update EaafKeyStoreFactory to get the Security Provider if the KeyStore depen...Thomas Lenz1-67/+68
2020-02-14add common-code for KeyStore and Credential handlingThomas Lenz1-140/+131
2020-02-05refactor generic error-handling to solve possible invalid error-response in S...Thomas Lenz1-0/+166
2020-01-28fix typo and remove @deprecated flagsThomas Lenz1-0/+5
2019-12-05some code code-style modificationsThomas7-475/+344
2019-12-04to some more code quality tasksThomas6-33/+48
2019-12-04common EGIZ code-style refactoringThomas Lenz10-1848/+2058
2019-11-14refactor JoseTools to support JWS signature verification by using one truststoreThomas Lenz2-71/+136
2019-07-17update JSON mapper implementationThomas Lenz1-3/+26
2019-07-04fix some small bugs in SL2.0 moduleThomas Lenz2-4/+7
2019-06-28fix some small bugsThomas Lenz2-2/+2
2019-06-28some small updatesThomas Lenz5-125/+172
2019-05-22add example for MOA-SPSS configuration to eaaf_module_moa-sigThomas Lenz1-2/+3
2019-05-17refactor EAAF core to split API and ImplementationThomas Lenz1-2/+12
2019-05-03add http response header for SL20Thomas Lenz2-2/+6
2019-04-12minor changesThomas Lenz1-33/+34
2019-04-11add EAAF module for authentication method based on Security-Layer 2.0 communi...Thomas Lenz7-0/+1796