summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/component
AgeCommit message (Expand)AuthorFilesLines
2018-11-08tdf#83877 Write SignatureLineId to ODF & OOXML signaturesSamuel Mehrbrodt2-4/+5
2018-11-08Sign Signature LineSamuel Mehrbrodt2-0/+51
2018-11-08Support to sign a document with a specified signatureTomaž Vajngerl2-0/+43
2017-12-07gpg4libre: handle unavailable gpg crypto tools more gracefullyThorsten Behrens1-1/+1
2017-12-07gpg4libre: permit multi-select encrypt certThorsten Behrens2-15/+19
2017-11-03[API CHANGE] tdf#65393 Import signature line images from ooxmlSamuel Mehrbrodt1-0/+9
2017-10-23loplugin:includeform: xmlsecurityStephan Bergmann1-1/+1
2017-10-05TSCP: include certificate usage in paragraph signaturesAshod Nakashian2-6/+32
2017-09-03gpg4libre: Recycle certificate selection dialog for encryptionKatarina Behrens2-2/+21
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara2-28/+1
2017-07-18Fix typosAndrea Gelmini1-1/+1
2017-07-18We no longer patch libxmlsec for thisSamuel Mehrbrodt1-7/+3
2017-07-17gpg4libre: use full SHA1 hash for key identificationThorsten Behrens1-0/+3
2017-07-14gpg4libre: Show whether pgp keys are trusted or notSamuel Mehrbrodt1-29/+27
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin2-3/+3
2017-06-29loplugin:oncevar variousNoel Grandin1-6/+3
2017-06-21gpg4libre: Make signature dialog work with two signing servicesSamuel Mehrbrodt1-4/+4
2017-06-21gpg4libre: initial GPG signature validationThorsten Behrens1-1/+6
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-03-24loplugin:unusedfieldsNoel Grandin1-1/+1
2017-03-04gpg4libre: List and view GPG keysSamuel Mehrbrodt1-4/+6
2017-03-02xmlsecurity: avoid using the SerialNumberAdapter wrapperMiklos Vajna1-13/+3
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann4-83/+62
2017-01-19New loplugin:dynexcspec: Add @throws documentation, xmlsecurityStephan Bergmann2-0/+11
2016-12-12tdf#95416 Fix an include for xmlsecurityAdam Kasztenny1-2/+2
2016-11-08xmlsecurity: move the sec context from the format helpers to the sign managerMiklos Vajna1-28/+32
2016-11-08Work in progress on supporting XAdES-compliant signatures for ODFTor Lillqvist2-1/+8
2016-11-01Use enum class for two local enumsTor Lillqvist1-10/+10
2016-10-13sfx2: initial PDF document signatures dialogMiklos Vajna1-1/+4
2016-10-13xmlsecurity: use common NSS init in PDFDocumentMiklos Vajna1-1/+1
2016-10-13xmlsecurity: add initial PDFSignatureHelperMiklos Vajna1-0/+9
2016-10-07filter: don't loose signing description during pdf exportMiklos Vajna2-2/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-06-13loplugin:sallogareasNoel Grandin1-4/+4
2016-06-13Convert DBG_ASSERT in xmlsecurityNoel Grandin1-3/+3
2016-06-12convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin1-1/+1
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin1-1/+1
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist3-8/+8
2016-04-22Avoid reserved identifierStephan Bergmann1-2/+2
2016-03-14com::sun::star->css in xmlsecurity/Noel Grandin3-50/+50
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2016-01-27xmlsecurity: OOXML never signs metadata, so that's not completely invalidMiklos Vajna1-3/+8
2016-01-18loplugin: unused return values in writerfilter/Noel Grandin2-3/+3
2016-01-13xmlsecurity: don't assume the signature is always a single streamMiklos Vajna1-2/+6
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-06xmlsecurity: allow creating multiple signatures with the same certificateMiklos Vajna1-1/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-3/+1