summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/nss/nssinitializer.cxx
AgeCommit message (Expand)Author
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2023-12-11tdf#105844 offapi,package,sfx2,xmlsecurity: add AEAD w/ AES GCMMichael Stahl
2023-12-07xmlsecurity: check for errors in OCipherContext::Create()Michael Stahl
2023-02-15new comphelper::SingletonRefNoel Grandin
2022-11-10tdf#147201 Use std::size() instead of SAL_N_ELEMENTS() macroinsanetree
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-28clang-tidy modernize-pass-by-value in xml*Noel Grandin
2022-06-02Use more appropriate index variable typesStephan Bergmann
2022-04-29xmlsecurity: fix init of temp NSS DB when running with uid 0Michael Stahl
2021-01-26loplugin:passstuffbyrefNoel
2020-10-02Fix libnssckbi not found error on AndroidMert Tumer
2020-09-23tdf#128136: Build curl, nss, and xmlsec for iOS, tooTor Lillqvist
2020-08-02loplugin:flatten in xmlsecurityNoel Grandin
2020-07-03[API CHANGE] Move NSS profile handling into NSS serviceJan-Marek Glogowski
2020-01-21Make TempFile destructor remove temp directory recursivelySamuel Mehrbrodt
2020-01-13tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Noel Grandin
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmlsecurityStephan Bergmann
2019-06-18loplugin:logexceptionnicely in xmlhelp..xmlsecurityNoel Grandin
2019-05-09tdf#42949 Fix IWYU warnings in xmlsecurity/*cxxGabor Kelemen
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov
2019-02-11new loplugin indentationNoel Grandin
2018-12-31NSS: create a temporary database instead of in-memoryTomaž Vajngerl
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-08-14xmlsecurity: nsscrypto_initialize: try to avoid profile migrationMichael Stahl
2018-07-23Fix typosAndrea Gelmini
2018-05-23Remove leftover "#undef DEBUG"Stephan Bergmann
2018-04-26xmlsecurity mscrypto: create SEInitializer instances with a constructorMiklos Vajna
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-27loplugin:flatten in vcl..xmlsecurityNoel Grandin
2017-09-10gpg4libre: add sha512 supportThorsten Behrens
2017-07-03loplugin:oncevar (clang-cl): xmlsecurityStephan Bergmann
2017-06-29loplugin:oncevar variousNoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2015-12-10Undef RGB where it was defined, not where it gets usedStephan Bergmann
2015-12-04Wingdi RGB macro handling improvedAshod Nakashian
2015-11-28-Werror,-Wunused-functionStephan Bergmann
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-16Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-03-23cppcheck: add some explicitsCaolán McNamara