summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
2021-11-30loplugin:stringliteraldefine in variousNoel Grandin3-22/+22
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
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-4/+4
2021-08-01xmlsec: handle missing EqualDistinguishedNamesJan-Marek Glogowski2-3/+10
2021-08-01osl::Mutex->std::mutex in ODigestContextNoel Grandin2-4/+4
2021-08-01osl::Mutex->std::mutex in SecurityEnvironment_NssImplNoel Grandin2-3/+3
2021-07-29rtl::Static -> static localNoel Grandin1-20/+2
2021-07-27cid#1489430 Big parameter passed by valueCaolán McNamara1-2/+2
2021-07-27cid#1489502 Big parameter passed by valueCaolán McNamara1-21/+21
2021-07-26cid#1489541 Big parameter passed by valueCaolán McNamara1-24/+24
2021-07-26cid#1489423 Big parameter passed by valueCaolán McNamara1-97/+97