summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx
AgeCommit message (Expand)Author
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
2017-06-22xmlsecurity: implement support for building against system-xmlsecMiklos Vajna
2017-06-21xmlsecurity nss: adopt the private key of the signing certificate explicitlyMiklos Vajna
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert xmlsecurity module away from OSL_ASSERT to assertChris Sherlock
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-01-29cppcheck: postfix operatorJulien Nabet
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-18loplugin:inlineablemethods in xmloffNoel Grandin
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-14com::sun::star->css in xmlsecurity/Noel Grandin
2016-02-24convert DocPasswordRequestType to scoped enumNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-26remove extra spaces around ::Noel Grandin
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-07-17loplugin:unusedmethods xmlsecurityNoel Grandin
2015-07-08Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann