summaryrefslogtreecommitdiffstats
path: root/xmlsecurity
Commit message (Expand)AuthorAgeFilesLines
* gpg4libre: use SHA512 digests for GPG signing unconditionallyThorsten Behrens2017-09-103-2/+12
* gpg4libre: add sha512 supportThorsten Behrens2017-09-104-4/+49
* xmlsecurity: no need to have pdfio/pdfdocument.hxx as a global headerMiklos Vajna2017-09-0610-8/+70
* loplugin:dyncastvisibilityStephan Bergmann2017-09-041-1/+1
* gpg4libre: When encrypting, show all available GPG keysKatarina Behrens2017-09-035-3/+24
* gpg4libre: Recycle certificate selection dialog for encryptionKatarina Behrens2017-09-036-9/+83
* xmlsecurity: fix inconsistent param naming in interface/implementationMiklos Vajna2017-09-011-1/+1
* loplugin:constparams: xmlsecurity (clang-cl)Stephan Bergmann2017-08-311-1/+1
* Consistently use OUString in test::DirectoriesStephan Bergmann2017-08-242-2/+2
* Android: Enable HAVE_FEATURE_NSS and package the NSS libraries with apkGautam Prajapati2017-08-237-19/+8
* loplugin:nullptr (clang-cl)Stephan Bergmann2017-08-181-24/+24
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-2/+2
* xmlsecurity: Log unknown xml elements for ooxmlSamuel Mehrbrodt2017-08-101-0/+4
* xmlsecurity: work with impl directly in SignatureEngine::startEngine()Miklos Vajna2017-08-108-24/+15
* loplugin:unusedmethodsNoel Grandin2017-08-082-15/+0
* xmlsecurity: remove unused XMLEncryption_MSCryptImplMiklos Vajna2017-08-036-519/+0
* remove unnecessary use of 'this->'Noel Grandin2017-08-022-5/+5
* move resmgr to unotoolsCaolán McNamara2017-08-013-3/+3
* loplugin:constparams in variousNoel Grandin2017-08-012-4/+4
* loplugin:checkunusedparams more part2Noel Grandin2017-07-284-22/+0
* loplugin:checkunusedparams more part1Noel Grandin2017-07-282-10/+0
* loplugin:constparams in xmlsecurityNoel Grandin2017-07-279-33/+33
* xmlsecurity mscrypt: drop unused parameters in akmngrMiklos Vajna2017-07-273-13/+3
* xmlsecurity: remove unused XMLEncryption_NssImplMiklos Vajna2017-07-263-339/+0
* loplugin:unusedmethodsNoel Grandin2017-07-252-41/+0
* Eliminate DateTime::operator+=() and -=() with POD typesEike Rathke2017-07-211-2/+2
* Fix typosAndrea Gelmini2017-07-211-1/+1
* migrate to boost::gettextCaolán McNamara2017-07-2126-411/+159
* Move namespace declaration to header fileSamuel Mehrbrodt2017-07-202-2/+2
* xmlsecurity mscrypt: turn akmngr patch into plain codeMiklos Vajna2017-07-205-2/+291
* [API CHANGE] offapi: remove unused css.xml.crypto.XMLEncryptionMiklos Vajna2017-07-192-6/+0
* coverity#1415512 silence Unchecked return valueCaolán McNamara2017-07-181-1/+1
* Fix typosAndrea Gelmini2017-07-181-1/+1
* We no longer patch libxmlsec for thisSamuel Mehrbrodt2017-07-181-7/+3
* Fix warning for loext namespaceSamuel Mehrbrodt2017-07-174-10/+7
* This should be a namespace, not an attribute "namespace"Samuel Mehrbrodt2017-07-171-5/+3
* gpg4libre: Import public key payload if verification result != validKatarina Behrens2017-07-171-5/+14
* loplugin:unnecessaryparen: xmlsecurity (clang-cl)Stephan Bergmann2017-07-171-3/+3
* gpg4libre: Wrap PGPOwner in own namespaceSamuel Mehrbrodt2017-07-173-2/+10
* gpg4libre: use full SHA1 hash for key identificationThorsten Behrens2017-07-174-15/+20
* gpg4libre: unconditionally use binary IOThorsten Behrens2017-07-171-0/+1
* gpg4libre: search for _all_ local keys in getCertificate()Thorsten Behrens2017-07-171-1/+1
* svl: move byte-array verification from vclAshod Nakashian2017-07-1711-777/+12
* emfplus: completed isolation/migration of Emf/WmfArmin Le Grand2017-07-151-1/+1
* emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand2017-07-151-1/+1
* tdf#108831 PGP signature shown as invalidSamuel Mehrbrodt2017-07-141-6/+2
* gpg4libre: Show whether pgp keys are trusted or notSamuel Mehrbrodt2017-07-142-31/+43
* gpg4libre: Don't use xmlStrlen on binary dataKatarina Behrens2017-07-141-2/+3
* use more OUString::operator== in test..xmlsecurityNoel Grandin2017-07-145-11/+11
* xmlsecurity pdf verify: push_back -> emplace_backMiklos Vajna2017-07-142-2/+2