- 27a2de0 xmlsecurity nss: avoid deleting the keys manager manually by Miklos Vajna · 8 years ago
- 928b1b0 loplugin:external (clang-cl) by Stephan Bergmann · 8 years ago
- 38898ff loplugin:useuniqueptr in xmlsecurity::BufferNode by Noel Grandin · 8 years ago
- c3de047 tdf#118567 Signature Line: Fix ooxml signing by Samuel Mehrbrodt · 8 years ago
- 02ae107 SignatureType should be "2" for ooxml signatures by Samuel Mehrbrodt · 8 years ago
- 5d86154 loplugin:unusedfields improve search for unused collection fields by Noel Grandin · 8 years ago
- 590e44c loplugin:simplifyconstruct (clang-cl) by Stephan Bergmann · 8 years ago
- 9b4c689 tdf#118569 Signature Line: When signing ooxml, only show X.509 certificates by Samuel Mehrbrodt · 8 years ago
- 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
- 87b24dd Simplify containers iterations in xmlhelp, xmlreader, xmlscript, xmlsecurity by Arkadiy Illarionov · 8 years ago
- 5cd976b loplugin:simplifyconstruct in writerfilter..xmlsecurity by Noel Grandin · 8 years ago
- 8d5779b Simplify containers iterations in xmlsecurity by Arkadiy Illarionov · 8 years ago
- cc7280e tdf#42949 Fix IWYU warnings in include/cppuhelper/* by Gabor Kelemen · 8 years ago
- 5ac1f17 xmlsecurity: just two bools are fine, no need for bitfield complexity by Miklos Vajna · 8 years ago
- 93dfb99c7 Fix typo in code by Andrea Gelmini · 8 years ago
- 80f990b clang-tidy performance-inefficient-vector-operation by Noel Grandin · 8 years ago
- 59bcc90 xmlsecurity: use comphelper::containerToSequence() by Miklos Vajna · 8 years ago
- 085269d Replace find_if with proper quantifier algorithms by Arkadiy Illarionov · 8 years ago
- 4c91b89 new loplugin:oustringbuffer by Noel Grandin · 8 years ago
- ea3a503 tdf#119309 xmlsecurity xades: missing XML attribute on idSignedProperties ref by Miklos Vajna · 8 years ago
- 0787ce8 Simplify containers iterations, tdf#96099 follow-up by Arkadiy Illarionov · 8 years ago
- 61688aa xmlsecurity: nsscrypto_initialize: try to avoid profile migration by Michael Stahl · 8 years ago
- 954f59d svl windows: remove last traces of pre-CNG signing by Miklos Vajna · 8 years ago
- 9d9148a forcepoint#57 sanity check stream signature size by Caolán McNamara · 8 years ago
- 090616c flatten conditionals by Caolán McNamara · 8 years ago
- 83d8331 loplugin:stringloop in svgio..xmlsecurity by Noel Grandin · 8 years ago
- 7d071f3 Fix typos by Andrea Gelmini · 8 years ago
- a8a11fb loplugin:unusedfields,can-be-const in xmlsecurity by Noel Grandin · 8 years ago
- b6e3cad writerfilter, xmlsecurity: various small cleanups by Miklos Vajna · 8 years ago
- 27beb32 xmlsecurity: stop linking to libxmlsec's mscrypto backend by Miklos Vajna · 8 years ago
- 1e9bde7 loplugin:unusedmethods by Noel Grandin · 8 years ago
- 0132f27 Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
- a9c0289 xmlsecurity UI: restore lost AdES default for PDF signing by Miklos Vajna · 8 years ago
- 65e4159 pass SvStream around by std::unique_ptr by Noel Grandin · 8 years ago
- 61a7a43 xmlsecurity: convert last non-uno-consturctor based service by Miklos Vajna · 8 years ago
- 7bafb7c tdf#117901 Write signature line images as emf to ooxml by Samuel Mehrbrodt · 8 years ago
- a7bf648 ODF1.3: import new OpenPGP encryption markup by Thorsten Behrens · 8 years ago
- cb00055 xmlsecurity: fix -Werror,-Wunused-parameter (!HAVE_FEATURE_GPGME case) by Miklos Vajna · 8 years ago
- 02119ce tdf#118425 xmlsecurity UI: fix OOXML signing by Miklos Vajna · 8 years ago
- 20c4a9c tdf#96099 Remove some trivial container iterator typedefs by Arkadiy Illarionov · 8 years ago
- 71d02f5 xmlsecurity windows: implement ODF sign/verify with ECDSA keys by Miklos Vajna · 8 years ago
- 71198fe xmlsec: update to 1.2.26 by Miklos Vajna · 8 years ago
- 1774599 tdf#96099 Remove some trivial std::vector iterator typedefs by Arkadiy Illarionov · 8 years ago
- d4d0376 loplugin:unusedmethods by Noel Grandin · 8 years ago
- bc4e43d xmlsecurity: check for the libxmlsec version runtime, not build-time by Miklos Vajna · 8 years ago
- 5708534 look for unnecessary calls to Reference::is() after an UNO_QUERY_THROW by Noel Grandin · 8 years ago
- 576f899 Fix CppunitTest_xmlsecurity_signing with system-xmlsec 1.2.26 by Miklos Vajna · 8 years ago
- b3c4dbf Fix IWYU warnings by Miklos Vajna · 8 years ago
- 8ddca06 tdf#42949 remove unused compheler includes .. by Jochen Nitschke · 8 years ago
- f06004c libxmlsec: drop not needed xmlsec1-customkeymanage.patch.1 by Miklos Vajna · 8 years ago
- 8a14119 xmlsecurity: add ecdsa option to certificate generator script by Miklos Vajna · 8 years ago
- 23b0844 loplugin: look for CPPUNIT_ASSERT_EQUALS with params swapped by Noel Grandin · 8 years ago
- 8e63d45 Move signature line to signed properties by Samuel Mehrbrodt · 8 years ago
- 8fe7198 Fix comments by Samuel Mehrbrodt · 8 years ago
- 93e33ba xmlsecurity windows: let cert picker and PDF sign find ECDSA keys by Miklos Vajna · 8 years ago
- 6b1b8ef xmlsecurity nss: fix OOXML signing with ECDSA key by Miklos Vajna · 8 years ago
- b496094 xmlsecurity: Ask current datetime only once by Takeshi Abe · 8 years ago
- 7d35379 Remove leftover "#undef DEBUG" by Stephan Bergmann · 8 years ago
- 203d967c Related tdf#83877 Select certificate ok button label doesn't match by Samuel Mehrbrodt · 8 years ago
- 090e243 tdf#83877 Use Signer comments as signature description by Samuel Mehrbrodt · 8 years ago
- 6499ea2 tdf#83877 Add valid/invalid images to signatures by Samuel Mehrbrodt · 8 years ago
- 201321f tdf#83877 Write SignatureLineId to ODF & OOXML signatures by Samuel Mehrbrodt · 8 years ago
- fd1bc178 tdf#109180 xmlsecurity nss: fix signing with ECDSA key by Miklos Vajna · 8 years ago
- 85106da Fix some IWYU warnings by Miklos Vajna · 8 years ago
- 86e8cfd Sign Signature Line by Samuel Mehrbrodt · 8 years ago
- f6fb5a1 Fix typos by Andrea Gelmini · 8 years ago
- 53a0298 xmlsecurity windows: stop using the "xmlSec" prefix for own code by Miklos Vajna · 8 years ago
- aaee9c3 xmlsecurity: remove duplicated Windows-specific component file by Miklos Vajna · 8 years ago
- f6e49f8 xmlsecurity mscrypto: create SEInitializer instances with a constructor by Miklos Vajna · 8 years ago
- bbf134a SvTabListBox::SetTabs, pass count explicit by Noel Grandin · 8 years ago
- 0f93692 Fix typos by Andrea Gelmini · 8 years ago
- f800294 look for check buttons without underlines by Caolán McNamara · 8 years ago
- 08ac81c xmlsecurity nss: create SEInitializer instances with a constructor by Miklos Vajna · 8 years ago
- 48fbfe3 use more DBG_UNHANDLED_EXCEPTION by Noel Grandin · 8 years ago
- 8e069a3 xmlsecurity mscrypt: create SecurityEnvironment instances with a constructor by Miklos Vajna · 8 years ago
- 9401c7c remove unused processfactory.hxx includes by Jochen Nitschke · 8 years ago
- 73e6a79 loplugin:unusedmethods by Noel Grandin · 8 years ago
- 04bfd8b xmlsecurity nss: create SecurityEnvironment instances with a constructor by Miklos Vajna · 8 years ago
- bda744f No need to open this test doc read/write by Stephan Bergmann · 8 years ago
- 0ff64e3 Copy test doc to temp location before opening read/write by Stephan Bergmann · 8 years ago
- 867a22f loplugin:virtualdown in xmloff/xmlsecurity by Noel Grandin · 8 years ago
- 862dc17 loplugin:expressionalwayszero improvements by Noel Grandin · 8 years ago
- 38e7aef use boost::optional in OutDevState by Noel Grandin · 8 years ago
- b4c08ec xmlsecurity: remove no longer needed Windows XP workaround by Miklos Vajna · 8 years ago
- f3e8d0f xmlsecurity: create XMLDocumentWrapper instances with a constructor by Miklos Vajna · 8 years ago
- 17407f8 Turn on clang-format for these files by Miklos Vajna · 8 years ago
- 4b78509 drop unnecessary includes by Caolán McNamara · 8 years ago
- d7ecf4a properly check for gpgconf (and --create-socketdir) working by Rene Engelhard · 8 years ago
- f68929a gpg4libre: fix failing gpg test due to over-long filenames by Thorsten Behrens · 8 years ago
- 2f5868c loplugin:redundantfcast look for redundant copies in return statements by Noel Grandin · 8 years ago
- cdd14e6 loplugin:unnecessaryoverride (clang-cl) by Stephan Bergmann · 8 years ago
- 2374028 Resolves: tdf#116188 set min version on all .ui files to 3.18 by Caolán McNamara · 8 years ago
- ddd4321 drop sax::tools::*base64 methods by Noel Grandin · 8 years ago
- c8cd026 forcepoint #16: fix heap-use-after-free by Miklos Vajna · 8 years ago
- 477d2ba delete colordata.hxx by Noel Grandin · 8 years ago
- 4bb6722 xmlsecurity: create XMLElementWrapper instances with a constructor by Miklos Vajna · 8 years ago
- 7ef644e xmlsecurity mscrypt: create XMLSecurityContext instances with a constructor by Miklos Vajna · 8 years ago
- 942f059 convert remaining ErrorBox to weld::MessageDialog by Caolán McNamara · 8 years ago
- 0f62b79 xmlsecurity nss: create XMLSecurityContext instances with a constructor by Miklos Vajna · 8 years ago
- d75144c convert remaining InfoBox to weld::MessageDialog by Caolán McNamara · 8 years ago