summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec
AgeCommit message (Expand)AuthorFilesLines
2022-01-06tdf#146392 fix --enable-pch=full buildscito2-0/+4
2022-01-05xmlsecurity nss: log what XML DOM node is given to libxmlsecMiklos Vajna1-0/+7
2022-01-03xmlsecurity: add some more loggingMiklos Vajna1-0/+8
2021-12-24osl::Mutex->std::mutex in OCipherContextNoel Grandin2-6/+4
2021-12-21only use X509DataCaolán McNamara2-0/+8
2021-11-30loplugin:stringliteraldefine in variousNoel Grandin1-1/+1
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 Kaganski10-90/+56
2021-10-28loplugin:simplifybool (clang-cl)Stephan Bergmann1-1/+1
2021-10-27xmlsecurity: some Distinguished Names are less equal than othersMichael Stahl2-13/+174
2021-10-19loplugin various (clang-cl)Stephan Bergmann1-4/+4
2021-10-18xmlsecurity: fix new tests on WNTMichael Stahl1-1/+61
2021-10-18xmlsecurity: fix some obvious copypastaMichael Stahl1-2/+2
2021-09-15loplugin:constvarsNoel Grandin1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski7-45/+24
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski3-15/+3
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 Kaganski3-5/+5
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin1-1/+1
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2-3/+3
2021-08-01osl::Mutex->std::mutex in ODigestContextNoel Grandin2-4/+4
2021-08-01osl::Mutex->std::mutex in SecurityEnvironment_NssImplNoel Grandin2-3/+3
2021-06-25-Werror,-Wunused-but-set-variable (clang-cl 13 trunk)Stephan Bergmann1-2/+0
2021-05-19fix leak in verifyCertificateNoel Grandin1-0/+1
2021-05-19flatten SecurityEnvironment_NssImplNoel Grandin1-245/+228
2021-05-18Typo: solt=>slotJulien Nabet1-5/+5
2021-05-17dont leak slot-list in updateSlotsNoel Grandin1-2/+2
2021-05-05Switch OPENSSL config var from negative to positiveJan-Marek Glogowski1-4/+8
2021-04-07rtl::Static -> function local staticNoel Grandin2-12/+4
2021-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC18-71/+18
2021-03-11Don't use std::ostream operator <<(char16_t const *) deleted in C++20Stephan Bergmann1-2/+2
2021-03-09loplugin:refcounting (clang-cl)Stephan Bergmann2-20/+15
2021-03-03xmlsecurity: improve handling of multiple X509Data elementsMichael Stahl2-0/+5
2021-03-03xmlsecurity: add EqualDistinguishedNames()Michael Stahl2-0/+72
2021-02-19loplugin:refcounting in xmlsecurityNoel4-51/+33
2021-02-18loplugin:referencecasting in xmlsecurityNoel1-1/+1
2021-02-09default to CertificateValidity::INVALIDCaolán McNamara1-2/+2
2021-02-08tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorTarun Sharma7-14/+7
2021-02-04log why status wasn't SECSuccessCaolán McNamara1-1/+12
2021-01-26loplugin:passstuffbyrefNoel2-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann5-13/+18
2020-11-25loplugin:stringviewparam (clang-cl)Stephan Bergmann1-2/+3
2020-11-25loplugin:stringview (clang-cl)Stephan Bergmann1-1/+2
2020-11-19tdf#123936 Formatting files in module xmlsecurity with clang-formatPhilipp Hofer2-7/+6
2020-10-14More fixes of uses of now-explicit OUString ctor taking raw sal_Unicode pointerStephan Bergmann1-1/+1
2020-10-02Fix libnssckbi not found error on AndroidMert Tumer1-1/+1
2020-09-23tdf#128136: Build curl, nss, and xmlsec for iOS, tooTor Lillqvist1-1/+7
2020-08-02loplugin:flatten in xmlsecurityNoel Grandin4-90/+90
2020-07-03[API CHANGE] Move NSS profile handling into NSS serviceJan-Marek Glogowski2-34/+141
2020-05-13expand out some namespace aliasesNoel Grandin3-51/+41