summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
2022-05-25xmlsecurity: fix testInsertCertificate_PEM_ODT with "dbm:" NSS DBMichael Stahl1-0/+7
2022-03-22use internal SHA256Thumbprint apiCaolán McNamara1-1/+8
2022-03-09compare authors using ThumbprintCaolán McNamara1-3/+11
2022-02-14Make Certificate not found dialog asyncSzymon Kłos2-4/+11
2022-02-14Make View Certificate sub-dialog asyncSzymon Kłos2-2/+13
2022-02-14Make View Certificate dialog asyncSzymon Kłos2-2/+10
2022-02-14jsdialog: enable Digital Signatures dialogSzymon Kłos3-7/+27
2022-01-10tdf#146392 fix --enable-pch=full buildscito3-4/+4
2022-01-08Update gpgme to 1.16.0Thorsten Behrens1-4/+3
2021-12-21only use X509DataCaolán McNamara3-0/+12
2021-11-24Rename o3tl::underlyingEnumValue to o3tl::to_underlying to match C++23Mike Kaganski1-14/+14
2021-11-07forward decls go after #includeNoel Grandin1-4/+3
2021-11-02xmlsec: fix OOXML signing with multiple certs, extend the testTomaž Vajngerl3-119/+153
2021-11-01Fix more misuses of NULL across Windows-only codeStephan Bergmann2-11/+11
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmlsecurityMike Kaganski17-123/+78
2021-10-28loplugin:simplifybool (clang-cl)Stephan Bergmann1-1/+1
2021-10-28xmlsec: signing the document fails the 3rd time (invalid signature)Tomaž Vajngerl5-23/+152
2021-10-27xmlsecurity: some Distinguished Names are less equal than othersMichael Stahl8-20/+208
2021-10-25tdf#145312 xmlsecurity: prevent from crash when cannot receive pdfium annotationSzymon Kłos1-0/+5
2021-10-21loplugin:flattenNoel Grandin2-42/+39
2021-10-21Fix commentTor Lillqvist1-2/+3
2021-10-20Run testODFX509CertificateChain first because otherwise it fails on my MacTor Lillqvist1-2/+6
2021-10-19loplugin various (clang-cl)Stephan Bergmann1-4/+4
2021-10-19xmlsecurity: fix --without-system-nss usage of NSS_SetAlgorithmPolicyMichael Stahl2-2/+2
2021-10-19xmlsecurity: fix test failing because NSS policy forbids SHA1Michael Stahl4-0/+46
2021-10-18xmlsecurity: fix new tests on WNTMichael Stahl2-5/+72
2021-10-18xmlsecurity: fix some obvious copypastaMichael Stahl1-2/+2
2021-10-17Simplify Sequences in xmlsecurityJulien Nabet4-26/+23
2021-10-17Simplify vector initialization in xmlsecurityJulien Nabet4-13/+19
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski3-5/+5
2021-10-12xmlsecurity: add tests for multiple X509Data/X509CertificateMichael Stahl6-0/+108
2021-10-12xmlsecurity: add test for timestampsMichael Stahl2-0/+22
2021-10-11loplugin:moveparam in xmlsecurityNoel Grandin7-9/+9
2021-10-11loplugin:moveparam in unotoolsNoel Grandin2-2/+2
2021-10-08loplugin:moveparam in vclNoel Grandin1-1/+1
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann1-8/+8
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: xmlsecurityStephan Bergmann1-5/+7
2021-09-15loplugin:constvarsNoel Grandin2-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski8-49/+25
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski5-23/+5
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski1-3/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski5-9/+9
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin5-6/+3
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin3-5/+5
2021-08-20Make some scripts more portableIlmari Lauhakangas1-1/+3
2021-08-18loplugin:constparamsNoel Grandin1-1/+1
2021-08-10Missing includeStephan Bergmann3-0/+5
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin4-7/+5
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2-3/+3