summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_moa-sig
AgeCommit message (Collapse)AuthorFilesLines
2021-11-29switch to next snapshot versionThomas1-1/+1
2021-11-29switch to next release version1.1.20Thomas1-1/+1
2021-11-19switch to next snapshot versionThomas1-1/+1
2021-11-19switch to next release version1.1.19Thomas1-1/+1
2021-11-03switch to next snapshot versionThomas1-1/+1
2021-11-03switch to next release version1.1.18Thomas1-1/+1
2021-10-21switch to next snapshot versionChristof Rabensteiner1-1/+1
2021-10-14switch to next release version1.1.17Thomas1-1/+1
2021-10-06switch to next snapshot versionThomas1-1/+1
2021-10-06switch to next release version1.1.16.1Thomas1-1/+1
2021-09-21switch to next snapshot versionThomas1-1/+1
2021-09-21switch to next release version1.1.16Thomas1-1/+1
2021-09-03switch to next snapshot versionThomas1-1/+1
2021-09-03switch to next release version1.1.15Thomas1-1/+1
2021-08-11switch to next snapshot versionThomas1-1/+1
2021-08-11switch to next release version1.1.14Thomas1-1/+1
2021-05-23switch to next snapshot versionThomas1-1/+1
2021-05-18switch to next release version1.1.13.1Thomas1-1/+1
2021-05-18re-initialize IAIK-MOA before every process to fix problem with unordered ↵Thomas1-1/+2
JAVA Security-Provider in Java > 11.10
2021-04-28switch to next snapshot versionThomas1-1/+1
2021-04-28switch to next release version1.1.13Thomas1-1/+1
2021-04-20update third-party libs and verify / fix some jUnit testsThomas1-7/+0
2021-04-14remove re-initialization of IAIK MOA because we make some updates in MOA-SPSSThomas1-2/+1
2021-04-14some code optimization to reduce memory consumptionThomas1-2/+20
2021-04-08add new verification methods into MOA-Sig module to verify PAdES documents ↵Thomas20-164/+521
and to perform extended validation
2021-03-25switch to latest version of MOA-SigThomas6-34/+32
2021-03-25add additional logging into SL2.0 tasksThomas2-1/+6
2021-03-22switch to RC1 build of next moa-sig versionThomas8-0/+176
2021-03-16some small updates in moa-spss moduleThomas449-5/+2043
2021-03-01switch to next snapshot version because end-point update maybe brakes other ↵Thomas1-1/+1
projects
2021-01-08switch to next snapshot versionThomas Lenz1-1/+1
2021-01-08switch to next release version1.1.11Thomas Lenz1-1/+1
2020-12-28optimize maven build process to build source-jar filesThomas Lenz1-24/+0
2020-12-03switch to next snapshot versionThomas Lenz1-1/+1
2020-12-03switch to next release versionThomas Lenz1-1/+1
2020-12-01switch to new PKI-Module version 2.02_moaThomas Lenz2-0/+9
2020-11-10switch two more broken dependenciesThomas Lenz1-2/+2
2020-11-10fix two problems with MOA-Sig dependenciesThomas Lenz1-1/+1
2020-11-10Merge branch 'nightlyBuild' of gitlab.iaik.tugraz.at:egiz/eaaf_components ↵Thomas Lenz1-7/+27
into nightlyBuild
2020-11-10switch to next MOA-Sig version 3.1.3Thomas Lenz18-0/+368
2020-11-04update loggingThomas Lenz1-2/+3
2020-11-03Initialize IAIK-MOA on any request, because there is an open unknown issue ↵Thomas Lenz1-6/+25
with signature-verification and lost configuration states
2020-11-02switch to next snapshot versionThomas Lenz1-1/+1
2020-11-02switch to next release version1.1.9.1Thomas Lenz1-1/+1
2020-11-02change order of IAIK CryptoProvider registrationThomas Lenz1-9/+6
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-19refactor MoaSigInitializer to get MOA-Sig configuration objectThomas Lenz2-33/+24
2020-10-07implement work-around to fix possible incompatibility between IAIK ↵Thomas Lenz1-3/+5
JCE/Eccelerate and JWS lib in case of ECC keys
2020-09-21Extend ISignatureVerificationService: Add Supplement ContentChristof Rabensteiner2-7/+71
Add additional method to ISignatureVerificationService (verifyXmlSignature), that accepts the additional parameter "Map supplementContent". This parameter allows a caller to specify content for the SupplementProfile Node. With this additional parameter, the caller can specify the content of a reference, which is useful in the case where the caller wants to verify a detached signature, but the validation service cannot resolve the reference.