summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
AgeCommit message (Expand)AuthorFilesLines
2017-01-26Remove dynamic exception specificationsStephan Bergmann9-225/+112
2017-01-19New loplugin:dynexcspec: Add @throws documentation, xmlsecurityStephan Bergmann8-0/+37
2017-01-10loplugin:unusedfieldsNoel Grandin5-15/+4
2016-12-21xmlsecurity: instantiate SignatureCreatorImpl directly in XSecControllerMiklos Vajna1-0/+114
2016-12-15xmlsecurity: hold XMLDocumentWrapper by rtl::Reference in XSecControllerMiklos Vajna4-1/+362
2016-12-12tdf#95416 Fix an include for xmlsecurityAdam Kasztenny1-0/+56
2016-12-01xmlsecurity PDF verify: don't abort read on partial signMiklos Vajna1-0/+3
2016-12-01xmlsecurity: instantiate SAXEventKeeperImpl directly in XSecControllerMiklos Vajna1-0/+322
2016-11-30xmlsecurity PDF verify: look for the signingCertificateV2 attributeMiklos Vajna1-0/+3
2016-11-25Make sure there's a single global RTTI for pdfio::PDFElement and derivedStephan Bergmann1-1/+1
2016-11-25CppunitTest_xmlsecurity_pdfsigning: add PAdES testcaseMiklos Vajna2-1/+68
2016-11-24xmlsecurity: instantiate SignatureVerifierImpl directly in XSecControllerMiklos Vajna4-0/+404
2016-11-22xmlsecurity: no need to inherit from XSecurityController in XSecControllerMiklos Vajna2-9/+0
2016-11-18xmlsecurity: clean up unused mxSecurityControllerMiklos Vajna2-9/+449
2016-11-18includes should be at the top of the fileNoel Grandin1-3/+3
2016-11-17xmlsecurity PDF sign: handle AdES when writing SubFilterMiklos Vajna3-4/+4
2016-11-16xmlsecurity: fix alignment for XAdES checkboxMiklos Vajna1-3/+3
2016-11-16Nothing from <tools/debug.hxx> used hereTor Lillqvist1-1/+0
2016-11-12cid#1394298: This field was uninitialized and unusedTor Lillqvist1-2/+0
2016-11-12More EncapsulatedX509Certificate workTor Lillqvist1-0/+2
2016-11-11xmlsecurity: extract parts of PDFDocument::Sign() into separate functionsMiklos Vajna1-0/+13
2016-11-11More XAdES workTor Lillqvist1-0/+4
2016-11-10More work in progress on XAdES compliant ODF signingTor Lillqvist4-3/+14
2016-11-09These functions don't even need to be XMLSECURITY_DLLPUBLICTor Lillqvist1-11/+11
2016-11-09xmlsecurity PDF sign: improve suggested signature IDMiklos Vajna1-0/+2
2016-11-09Don't use a class for what namespaces are forTor Lillqvist1-27/+19
2016-11-08xmlsecurity PDF verify: fix handling of xref stream free objectsMiklos Vajna1-0/+2
2016-11-08xmlsecurity: move the sec context from the format helpers to the sign managerMiklos Vajna3-14/+8
2016-11-08Fallout from previous commit 248dbe1de5eeea9e9173e53a0b1891f63ff73d68Tor Lillqvist1-2/+0
2016-11-08Work in progress on supporting XAdES-compliant signatures for ODFTor Lillqvist4-5/+29
2016-11-07Fix typos (also in the code)Andrea Gelmini1-2/+2
2016-11-04xmlsecurity PDF NSS verify: handle SHA1_WITH_RSAMiklos Vajna1-0/+7
2016-11-02Add FIXMETor Lillqvist1-0/+6
2016-11-02xmlsecurity PDF verify: add support for object streamsMiklos Vajna1-7/+43
2016-11-01Use enum class for two local enumsTor Lillqvist1-5/+10
2016-10-28xmlsecurity PDF verify: start using offsets from xref streamsMiklos Vajna1-0/+7
2016-10-28xmlsecurity PDF verify: initial support of cross-reference streamsMiklos Vajna1-2/+13
2016-10-26xmlsecurity PDF verify: support SHA-256Miklos Vajna1-0/+2
2016-10-26xmlsecurity PDF signing: fix byte range check for multiple signaturesMiklos Vajna1-2/+6
2016-10-26xmlsecurity PDF signing: only write incremental xref in an incremental updateMiklos Vajna1-2/+8
2016-10-25xmlsecurity PDF sign: append reference to the Page's Annots keyMiklos Vajna1-1/+7
2016-10-24xmlsecurity: implement PDF signature removal UIMiklos Vajna1-0/+2
2016-10-21xmlsecurity: implement removal of a signature in pdfverifyMiklos Vajna1-0/+6
2016-10-21xmlsecurity PDF export: fix missing /Prev key in the trailer dictionaryMiklos Vajna1-0/+2
2016-10-21xmlsecurity: export description in PDF signatureMiklos Vajna1-1/+1
2016-10-20xmlsecurity: add initial PDF sign UIMiklos Vajna1-0/+12
2016-10-18xmlsecurity: initial incremental update support in pdfverifyMiklos Vajna1-0/+8
2016-10-14xmlsecurity: expose reason string of PDF signaturesMiklos Vajna1-0/+3
2016-10-14xmlsecurity: extract certificate from PDF signatureMiklos Vajna2-3/+4
2016-10-13xmlsecuity: show PDF signature in the doc signatures dialogMiklos Vajna2-4/+12