Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 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-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 | |