Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-04 | update logging | Thomas Lenz | 1 | -2/+3 | |
2020-11-03 | Initialize IAIK-MOA on any request, because there is an open unknown issue ↵ | Thomas Lenz | 1 | -6/+25 | |
with signature-verification and lost configuration states | |||||
2020-11-02 | change order of IAIK CryptoProvider registration | Thomas Lenz | 1 | -9/+6 | |
Update JWS and JWE impl. to mitigate problems if IAIK and BC provider are loaded | |||||
2020-10-19 | refactor MoaSigInitializer to get MOA-Sig configuration object | Thomas Lenz | 2 | -33/+24 | |
2020-10-07 | implement work-around to fix possible incompatibility between IAIK ↵ | Thomas Lenz | 1 | -3/+5 | |
JCE/Eccelerate and JWS lib in case of ECC keys | |||||
2020-09-21 | Extend ISignatureVerificationService: Add Supplement Content | Christof Rabensteiner | 2 | -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. | |||||
2020-08-03 | fix wrong PackageName in SPI loader configuration | Thomas Lenz | 2 | -1/+53 | |
2020-07-30 | change packagenames of MOA-Sig module | Thomas Lenz | 21 | -50/+52 | |
2020-07-30 | update MOA-Sig verification API to set signature-verification timestamp | Thomas Lenz | 2 | -24/+60 | |
2020-06-18 | refactor MOASigInitializer to load IAIK ECCelerate fist | Thomas Lenz | 1 | -6/+6 | |
2020-04-06 | add test to moa-sig module that facilities decoding of PDF embeded CAdES ↵ | Thomas Lenz | 4 | -0/+43 | |
signatures | |||||
2019-12-05 | fix some refactoring problems | Thomas | 1 | -1/+1 | |
2019-12-05 | some code code-style modifications | Thomas | 15 | -321/+341 | |
active code-quality checks! | |||||
2019-12-04 | to some more code quality tasks | Thomas | 4 | -13/+27 | |
2019-12-04 | common EGIZ code-style refactoring | Thomas Lenz | 25 | -1073/+1198 | |
2019-11-28 | refactor MOA-Sig initializer | Thomas | 2 | -33/+63 | |
2019-11-28 | close MOA-Sig transaction context | Thomas Lenz | 3 | -127/+136 | |
2019-11-28 | refactor MOA-Sig initialization to treat with initialization problems on ↵ | Thomas Lenz | 5 | -162/+210 | |
some system | |||||
2019-08-06 | verifyXML: parametrize xpath pointing to Signature location | Christof Rabensteiner | 2 | -10/+59 | |
- Add two methods to public interface of ISignatureVerificationService, where caller can specify xpath. - Ignore intellj project files. | |||||
2019-08-02 | Merge branch 'nightlyBuild' | Thomas Lenz | 1 | -1/+1 | |
2019-08-02 | patch xpath expression that selects dsig:Signature | Christof Rabensteiner | 1 | -1/+1 | |
- Problem: xpath that determines dsig:Signature element only selects first-order child elements. - Fix: Add "//"-prefix to xpath expression, which "selects nodes in the document from the current node that match the selection no matter where they are" [1] [1] https://www.w3schools.com/xml/xpath_syntax.asp | |||||
2019-08-02 | add .pom files for IAIK jars | Thomas Lenz | 1 | -0/+59 | |
2019-06-19 | add interface to inject external XML schemes into MOA-Sig | Thomas Lenz | 2 | -0/+52 | |
2019-06-19 | remove manifest check, if it is not necessary | Thomas Lenz | 1 | -5/+5 | |
2019-05-22 | add example for MOA-SPSS configuration to eaaf_module_moa-sig | Thomas Lenz | 2 | -1/+3 | |
2019-05-17 | add interface and empty basic implementation of SignatureCreationService | Thomas Lenz | 5 | -89/+150 | |
2019-05-17 | add EAAF module for MOA-Sig integration | Thomas Lenz | 17 | -0/+1038 | |