summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-28Drop transitional header xmlsecurity/xmlsec-wrapper.hGabor Kelemen1-2/+0
2024-03-28tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-2/+6
2023-12-31Replace "size() != 0 with !empty()" (xmlsecurity)Julien Nabet1-1/+1
2023-11-08new loplugin:fieldcastNoel Grandin1-6/+6
2023-04-25Add script to find unused using declarationsGabor Kelemen1-1/+0
2023-03-17elide some temporary OUStringsNoel Grandin1-1/+1
2023-01-14XUnoTunnel->dynamic_cast in SecurityEnvironment_NssImplNoel Grandin1-13/+0
2023-01-14XUnoTunnel->dynamic_cast in X509Certificate_NssImplNoel Grandin1-7/+4
2022-12-20Use XUnoTunnel instead of dynamic_cast here tooStephan Bergmann1-1/+2
2022-11-10tdf#147201 Use std::size() instead of SAL_N_ELEMENTS() macroinsanetree1-1/+1
2022-11-05fix a potential mem leakCaolán McNamara1-0/+3
2022-11-05cid#1516654 Unchecked return valueCaolán McNamara1-2/+2
2022-10-27Update libxmlsec to 1.2.35Miklos Vajna1-1/+2
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmlsecurityMike Kaganski1-15/+3
2021-09-15loplugin:constvarsNoel Grandin1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-8/+3
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-4/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-2/+2
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 Grandin1-1/+1
2021-08-01osl::Mutex->std::mutex in SecurityEnvironment_NssImplNoel Grandin1-1/+1
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-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-02-19loplugin:refcounting in xmlsecurityNoel1-41/+23
2021-02-04log why status wasn't SECSuccessCaolán McNamara1-1/+12
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+2
2020-08-02loplugin:flatten in xmlsecurityNoel Grandin1-37/+37
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-1/+0
2020-01-06tdf#54938 Adapt supportsService implementations to cppu::supportsServiceYusuf Keten1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+2
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov1-1/+1
2019-08-21loplugin:constvars, look for loop vars that can be constNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmlsecurityStephan Bergmann1-1/+1
2019-05-27operator new doesn't return null anywayStephan Bergmann1-5/+1
2019-05-09Simplify Sequence iterations in xmlscript, xmlsecurityArkadiy Illarionov1-9/+4
2019-05-09tdf#42949 Fix IWYU warnings in xmlsecurity/*cxxGabor Kelemen1-1/+0
2019-05-08Replace remaining lists by vectors in xmlsecurityJulien Nabet1-1/+1
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov1-1/+1
2019-04-29tdf#42949 Fix IWYU warnings in xmlsecurity/*hxxGabor Kelemen1-1/+5
2019-02-11new loplugin indentationNoel Grandin1-6/+6
2018-12-31NSS: create a temporary database instead of in-memoryTomaž Vajngerl1-20/+36
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-4/+2
2018-11-05xmlSecNssPKIAdoptKey apparently takes over ownership of keysStephan Bergmann1-2/+4
2018-10-31lok: new function to add certificate to certificate DBTomaž Vajngerl1-0/+7
2018-10-29fix importing the certificate and private keyTomaž Vajngerl1-28/+55
2018-10-29xmlsecurity: implement XCertificateCreator for NSS backendTomaž Vajngerl1-12/+55
2018-10-29xmlsecurity: prevent seg. fault if there is no private keyTomaž Vajngerl1-5/+12