summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/helper
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove some useless whitespacesTomaž Vajngerl1-3/+3
2019-01-03Fix signing empty Configurations2/accelerator/current.xmlTomaž Vajngerl1-19/+58
2018-12-01convert to range forTomaž Vajngerl1-4/+3
2018-11-08xmlsignaturehelper: fix comments, no changeTomaž Vajngerl1-19/+7
2018-11-08tdf#83877 Write SignatureLineId to ODF & OOXML signaturesSamuel Mehrbrodt7-1/+67
2018-11-08use "range for" to iterate through certificatesTomaž Vajngerl1-5/+4
2017-12-10gpg4libre: rename GPGME_HAVE_GPGME to HAVE_FEATURE_GPGMEThorsten Behrens3-5/+5
2017-11-24EPUB export: implement character properties of links from named stylesMiklos Vajna1-1/+1
2017-11-23gpg4libre: conditional-compile gpgme codeThorsten Behrens3-5/+9
2017-11-03Missing initialization of m_bInSignatureLineIdSamuel Mehrbrodt1-0/+1
2017-11-03[API CHANGE] tdf#65393 Import signature line images from ooxmlSamuel Mehrbrodt3-2/+116
2017-11-03xmlsecurity: can hold UriBindingHelper by rtl::ReferenceMiklos Vajna4-64/+4
2017-10-25xmlsecurity: remove unused chainOn() argumentMiklos Vajna3-11/+7
2017-10-23loplugin:includeform: xmlsecurityStephan Bergmann11-23/+23
2017-10-18xmlsecurity: remove unused m_xElementStackKeeperMiklos Vajna2-51/+1
2017-10-13xmlsecurity: remove unused XSecController::m_xNextNodeOnSAXChainMiklos Vajna1-5/+3
2017-10-06xmlsecurity: last 2 params of setSAXChainConnector() is always nullptrMiklos Vajna2-13/+5
2017-10-04add << operator for css::uno::ExceptionNoel Grandin3-3/+3
2017-09-21xmlsecurity: hold SignatureCreatorImpl by rtl::ReferenceMiklos Vajna1-33/+14
2017-09-14clang-tidy modernize-use-emplace in variousNoel Grandin1-9/+9
2017-09-10gpg4libre: use SHA512 digests for GPG signing unconditionallyThorsten Behrens3-2/+12
2017-09-10gpg4libre: add sha512 supportThorsten Behrens2-4/+40
2017-09-06xmlsecurity: no need to have pdfio/pdfdocument.hxx as a global headerMiklos Vajna1-1/+1
2017-08-23Android: Enable HAVE_FEATURE_NSS and package the NSS libraries with apkGautam Prajapati3-5/+5
2017-08-10xmlsecurity: Log unknown xml elements for ooxmlSamuel Mehrbrodt1-0/+4
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-2/+2
2017-07-27loplugin:constparams in xmlsecurityNoel Grandin1-11/+11
2017-07-25loplugin:unusedmethodsNoel Grandin1-14/+0
2017-07-20Move namespace declaration to header fileSamuel Mehrbrodt1-2/+1
2017-07-18coverity#1415512 silence Unchecked return valueCaolán McNamara1-1/+1
2017-07-17Fix warning for loext namespaceSamuel Mehrbrodt3-9/+7
2017-07-17This should be a namespace, not an attribute "namespace"Samuel Mehrbrodt1-5/+3
2017-07-17gpg4libre: Wrap PGPOwner in own namespaceSamuel Mehrbrodt2-2/+9
2017-07-17svl: move byte-array verification from vclAshod Nakashian1-1/+1
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin2-7/+7
2017-07-10tdf#108977 Show signature info also for keys we don't have locallySamuel Mehrbrodt7-4/+45
2017-06-30loplugin:staticmethodsStephan Bergmann1-0/+2
2017-06-29loplugin:oncevar variousNoel Grandin3-17/+9
2017-06-28tdf#108798 Make CanSignWithGPG work with PDF docsSamuel Mehrbrodt1-1/+1
2017-06-27tdf#108711 GPG key selection should only be possible for ODF >= 1.2 documentsSamuel Mehrbrodt2-1/+19
2017-06-26Cleanup commentSamuel Mehrbrodt1-8/+3
2017-06-22xmlsecurity: remove newly introduced redundant namespace alias, used only onceMiklos Vajna1-2/+1
2017-06-22xmlsecurity: fix loplugin:passstuffbyref warningsMiklos Vajna1-1/+1
2017-06-21gpg4libre: fix build for windows and macThorsten Behrens1-1/+5
2017-06-21gpg4libre: make signature impl swappable in-situ during validationThorsten Behrens3-1/+29
2017-06-21gpg4libre: some code improvements, add metadata for OpenPGP keysThorsten Behrens4-1/+59
2017-06-21gpg4libre: write PGPData info, get more metadata out for gpg keyThorsten Behrens4-54/+154
2017-06-21gpg4libre: Init xmlsec in one place before creating the gpg/x509 servicesSamuel Mehrbrodt1-1/+9
2017-06-21gpg4libre: Make signature dialog work with two signing servicesSamuel Mehrbrodt2-11/+25
2017-06-21gpg4libre: share static xmlsec lib between nss and gpgThorsten Behrens3-3/+10