summaryrefslogtreecommitdiffstats
path: root/xmlsecurity
Commit message (Expand)AuthorAgeFilesLines
* xmlsecurity: just two bools are fine, no need for bitfield complexityMiklos Vajna2018-09-061-26/+21
* Fix typo in codeAndrea Gelmini2018-09-051-3/+3
* clang-tidy performance-inefficient-vector-operationNoel Grandin2018-09-051-0/+1
* xmlsecurity: use comphelper::containerToSequence()Miklos Vajna2018-08-301-10/+6
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-293-16/+8
* new loplugin:oustringbufferNoel Grandin2018-08-291-1/+1
* tdf#119309 xmlsecurity xades: missing XML attribute on idSignedProperties refMiklos Vajna2018-08-272-0/+12
* Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov2018-08-203-29/+19
* xmlsecurity: nsscrypto_initialize: try to avoid profile migrationMichael Stahl2018-08-141-0/+14
* svl windows: remove last traces of pre-CNG signingMiklos Vajna2018-08-091-27/+9
* forcepoint#57 sanity check stream signature sizeCaolán McNamara2018-08-011-0/+5
* flatten conditionalsCaolán McNamara2018-08-011-15/+14
* loplugin:stringloop in svgio..xmlsecurityNoel Grandin2018-07-302-21/+23
* Fix typosAndrea Gelmini2018-07-232-3/+3
* loplugin:unusedfields,can-be-const in xmlsecurityNoel Grandin2018-07-2311-21/+21
* writerfilter, xmlsecurity: various small cleanupsMiklos Vajna2018-07-202-4/+4
* xmlsecurity: stop linking to libxmlsec's mscrypto backendMiklos Vajna2018-07-194-152/+44
* loplugin:unusedmethodsNoel Grandin2018-07-192-8/+2
* Add missing sal/log.hxx headersGabor Kelemen2018-07-1218-0/+19
* xmlsecurity UI: restore lost AdES default for PDF signingMiklos Vajna2018-07-112-3/+9
* pass SvStream around by std::unique_ptrNoel Grandin2018-07-101-6/+6
* xmlsecurity: convert last non-uno-consturctor based serviceMiklos Vajna2018-07-065-102/+12
* tdf#117901 Write signature line images as emf to ooxmlSamuel Mehrbrodt2018-07-051-0/+35
* ODF1.3: import new OpenPGP encryption markupThorsten Behrens2018-06-292-0/+8
* xmlsecurity: fix -Werror,-Wunused-parameter (!HAVE_FEATURE_GPGME case)Miklos Vajna2018-06-291-0/+2
* tdf#118425 xmlsecurity UI: fix OOXML signingMiklos Vajna2018-06-291-0/+5
* tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov2018-06-263-11/+8
* xmlsecurity windows: implement ODF sign/verify with ECDSA keysMiklos Vajna2018-06-256-44/+184
* xmlsec: update to 1.2.26Miklos Vajna2018-06-203-3/+3
* tdf#96099 Remove some trivial std::vector iterator typedefsArkadiy Illarionov2018-06-151-8/+5
* loplugin:unusedmethodsNoel Grandin2018-06-112-53/+0
* xmlsecurity: check for the libxmlsec version runtime, not build-timeMiklos Vajna2018-06-081-33/+36
* look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin2018-06-081-2/+0
* Fix CppunitTest_xmlsecurity_signing with system-xmlsec 1.2.26Miklos Vajna2018-06-071-0/+20
* Fix IWYU warningsMiklos Vajna2018-06-073-6/+31
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-056-6/+0
* libxmlsec: drop not needed xmlsec1-customkeymanage.patch.1Miklos Vajna2018-06-051-36/+0
* xmlsecurity: add ecdsa option to certificate generator scriptMiklos Vajna2018-06-011-14/+34
* loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin2018-06-011-2/+2
* Move signature line to signed propertiesSamuel Mehrbrodt2018-06-012-61/+53
* Fix commentsSamuel Mehrbrodt2018-05-301-1/+1
* xmlsecurity windows: let cert picker and PDF sign find ECDSA keysMiklos Vajna2018-05-304-6/+79
* xmlsecurity nss: fix OOXML signing with ECDSA keyMiklos Vajna2018-05-253-1/+56
* xmlsecurity: Ask current datetime only onceTakeshi Abe2018-05-243-11/+6
* Remove leftover "#undef DEBUG"Stephan Bergmann2018-05-232-15/+0
* Related tdf#83877 Select certificate ok button label doesn't matchSamuel Mehrbrodt2018-05-224-2/+24
* tdf#83877 Use Signer comments as signature descriptionSamuel Mehrbrodt2018-05-221-4/+5
* tdf#83877 Add valid/invalid images to signaturesSamuel Mehrbrodt2018-05-2210-15/+173
* tdf#83877 Write SignatureLineId to ODF & OOXML signaturesSamuel Mehrbrodt2018-05-1811-6/+76
* tdf#109180 xmlsecurity nss: fix signing with ECDSA keyMiklos Vajna2018-05-1818-27/+172