summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
AgeCommit message (Expand)AuthorFilesLines
2017-03-25Fix typosAndrea Gelmini2-2/+2
2017-03-24loplugin:unusedfieldsNoel Grandin1-2/+0
2017-03-23xmlsecurity: ImplXMLSignatureListener is only used with XMLSignatureHelperMiklos Vajna1-4/+4
2017-03-19Fix typosAndrea Gelmini1-1/+1
2017-03-17xmlsecurity: hold SAXEventKeeperImpl by rtl::Reference in XSecControllerMiklos Vajna1-1/+2
2017-03-16gpg4libre: No need to create separate idl files for gpg servicesSamuel Mehrbrodt2-0/+65
2017-03-15Fix variable names: FixedText, not FixedImageSamuel Mehrbrodt1-6/+6
2017-03-15gpg4libre: Improve certificate details viewSamuel Mehrbrodt1-1/+1
2017-03-15gpg4libre: Show "issued to/by" only if they contain a valueSamuel Mehrbrodt1-0/+2
2017-03-04-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2017-03-04gpg4libre: List and view GPG keysSamuel Mehrbrodt4-4/+62
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-03-02xmlsecurity: avoid using the SerialNumberAdapter wrapperMiklos Vajna1-2/+7
2017-03-01Add missing includeSamuel Mehrbrodt1-0/+2
2017-02-24vcl: add initial CppunitTest_vcl_pdfexportMiklos Vajna6-277/+4
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