aboutsummaryrefslogtreecommitdiff
path: root/moaSig/moa-sig-lib/src/main/java/at/gv/egovernment
AgeCommit message (Expand)AuthorFilesLines
2025-09-19fix(core): wrong selection of RSASSA-PSS in case of XML signaturesThomas Lenz2-4/+26
2025-09-18chore(core): remove deprecated API calls and fix JavaDocThomas Lenz19-86/+99
2025-09-17Merge branch 'feature/rsassa-pss' into feature/java_17Thomas Lenz7-64/+239
2025-09-17chore(core): update IAIK libsThomas Lenz1-33/+26
2025-08-06chore(core): refactor to Java 17 and Servlet-API 6.0Thomas Lenz2-4/+3
2025-08-04refact(core): some code clean-upThomas Lenz2-10/+8
2025-02-18feat(sign): add RSASSA-PSS supportThomas7-64/+239
2024-08-28feat(tsl): add TrustStore configuration property to enforce TSL availabilityThomas4-64/+98
2024-08-06feat(core): add configuration parameter to enable/disable strict validation o...Thomas4-74/+102
2024-06-27feat(cades): update create CAdES request-processing for data-by-referenceThomas1-20/+51
2023-08-22chore(core): log transformation in case of missing or unknown AlgorithmThomas2-3/+32
2023-06-23chore(log): opimize logging for short-term certificate-validationThomas1-1/+1
2023-06-23refact(core): clean-up and optimize MOA-Sig initializerThomas1-84/+76
2023-06-22fix(core): update cpxlevel validation lib to solve wrong key-usage validationThomas1-1/+5
2023-05-02feat(pkix): add addition features to validate short-term certificatesThomas3-7/+156
2023-01-25Merge branch 'snapshot/3.1.x' into nightlybuildThomas2-13/+86
2022-10-13feat(iaiklogger): add interface to re-classify log msg from WARN to INFOThomas1-1/+29
2022-09-28build(core): switch to new snapshot version that includes updates IAIK-MOAThomas1-1/+1
2022-09-28chore(log): add trace-log for IAIK-MOA initializationThomas1-0/+2
2022-09-27refact(iaik-moa): implement custom IAIK-MOA configuration because original im...Thomas1-3/+28
2022-09-27refact(iaik-pki): only configurate PKI commons if they are not set yetThomas1-10/+28
2022-09-15refact(iaik-moa): switch to static IAIK-MOA initializer implementationThomas2-10/+8
2022-09-15refact(iaik-moa): switch to static IAIK-MOA initializer implementationThomas2-10/+8
2022-09-15test(pkix): add certStore testsThomas3-1/+163
2022-04-01fix(pki): change IssuerName nomalization to fix invalid loading of CRLRetenti...Thomas1-4/+4
2021-12-15switch to JAXB API v3.0Thomas2-2/+2
2021-04-30update TSL update mechanism to check every 5 minutes if EU TSL is loaded. Sta...Thomas3-8/+65
2021-04-27fix bug in ConfigurationProvider the ignore keyGroups for MOA-SSThomas1-1/+1
2021-03-25update IaikLog implementation to log PII on trace levelThomas1-4/+8
2021-03-25add masking pattern to clear personal information from certificate loggingThomas1-4/+52
2021-03-24Merge branch 'master' of gitlab.iaik.tugraz.at:egiz/moa-sigThomas272-12760/+13301
2021-03-24activate fall-back mode in IAIK-JCE software key-store implementationThomas1-0/+7
2021-03-22change to EGIZ codestyleThomas272-13157/+13157
2021-03-22update error-logging on start-upThomas1-4/+24
2021-03-16update MOA-SPSS initialization to mitigate suspect behavior in EAAF-Component...Thomas4-18/+105
2020-11-10change some log levelsThomas Lenz2-6/+7
2020-08-21Update internal- and third-party libsThomas Lenz3-5/+10
2020-08-20some test updatesThomas Lenz2-7/+8
2020-08-20update build processThomas Lenz1-1/+1
2020-04-03fix possible nullPointerException CAdES verification lib in case of CAdES sig...Thomas Lenz1-20/+26
2019-02-19fix possible NullPointerExceptionThomas Lenz1-4/+7
2019-02-07add additional PAdES verification informationThomas Lenz9-27/+118
2018-07-27add configFlag to support autoAddEECertificatesThomas Lenz3-5/+45
2018-06-12add new method to get signing time in XAdES verification resultThomas Lenz1-0/+6
2018-02-20remove pdf-as 3.x detection from MOA-SP functionallitytlenz1-1/+5
2018-02-13add infos about signature and hash algorithms into responsesThomas Lenz17-26/+166
2018-02-13change TSL QC evaluation from chaining-model to PKIX modelThomas Lenz1-1/+1
2018-02-13update TSL monitoring servletThomas Lenz1-3/+14
2018-02-08add Servlet to ask for TSL client statustlenz4-2/+60
2017-11-27change some log levelsThomas Lenz1-71/+29