summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx
AgeCommit message (Expand)Author
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmlsecurityMike Kaganski
2021-09-15loplugin:constvarsNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-01osl::Mutex->std::mutex in SecurityEnvironment_NssImplNoel Grandin
2021-05-19fix leak in verifyCertificateNoel Grandin
2021-05-19flatten SecurityEnvironment_NssImplNoel Grandin
2021-05-18Typo: solt=>slotJulien Nabet
2021-05-17dont leak slot-list in updateSlotsNoel Grandin
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-02-19loplugin:refcounting in xmlsecurityNoel
2021-02-04log why status wasn't SECSuccessCaolán McNamara
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-08-02loplugin:flatten in xmlsecurityNoel Grandin
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2020-01-06tdf#54938 Adapt supportsService implementations to cppu::supportsServiceYusuf Keten
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov
2019-08-21loplugin:constvars, look for loop vars that can be constNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmlsecurityStephan Bergmann
2019-05-27operator new doesn't return null anywayStephan Bergmann
2019-05-09Simplify Sequence iterations in xmlscript, xmlsecurityArkadiy Illarionov
2019-05-09tdf#42949 Fix IWYU warnings in xmlsecurity/*cxxGabor Kelemen
2019-05-08Replace remaining lists by vectors in xmlsecurityJulien Nabet
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov
2019-04-29tdf#42949 Fix IWYU warnings in xmlsecurity/*hxxGabor Kelemen
2019-02-11new loplugin indentationNoel Grandin
2018-12-31NSS: create a temporary database instead of in-memoryTomaž Vajngerl
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-11-05xmlSecNssPKIAdoptKey apparently takes over ownership of keysStephan Bergmann
2018-10-31lok: new function to add certificate to certificate DBTomaž Vajngerl
2018-10-29fix importing the certificate and private keyTomaž Vajngerl
2018-10-29xmlsecurity: implement XCertificateCreator for NSS backendTomaž Vajngerl
2018-10-29xmlsecurity: prevent seg. fault if there is no private keyTomaž Vajngerl
2018-10-18xmlsecurity: avoid repeated manual calls to PORT_FreeArena()Miklos Vajna
2018-09-18loplugin:unusedfields improve search for unused collection fieldsNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-12Simplify containers iterations in xmlsecurityArkadiy Illarionov
2018-08-30xmlsecurity: use comphelper::containerToSequence()Miklos Vajna
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov
2018-06-26tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov
2018-06-11loplugin:unusedmethodsNoel Grandin
2018-06-05libxmlsec: drop not needed xmlsec1-customkeymanage.patch.1Miklos Vajna
2018-03-29xmlsecurity nss: create SecurityEnvironment instances with a constructorMiklos Vajna
2018-01-12More loplugin:cstylecast: xmlsecurityStephan Bergmann
2017-10-23loplugin:includeform: xmlsecurityStephan Bergmann
2017-08-02remove unnecessary use of 'this->'Noel Grandin