summaryrefslogtreecommitdiffstats
path: root/xmlsecurity/source/xmlsec
Commit message (Expand)AuthorAgeFilesLines
* Use SAL_WNODEPRECATED_DECLARATIONS_(PUSH|POP)Mike Kaganski22 hours1-14/+2
* upgrade libxml2, libxslt & liblangtagCaolán McNamara22 hours1-1/+14
* xmlsecurity: some Distinguished Names are less equal than othersMichael Stahl2022-04-012-13/+174
* xmlsecurity: fix new tests on WNTMichael Stahl2022-04-011-1/+62
* only use X509DataCaolán McNamara2022-03-312-0/+8
* xmlsecurity: improve handling of multiple X509Data elementsMichael Stahl2021-04-094-0/+78
* default to CertificateValidity::INVALIDCaolán McNamara2021-04-091-2/+2
* cid#1448421 unsafe_xml_parse_configCaolán McNamara2019-07-161-1/+1
* operator new doesn't return null anywayStephan Bergmann2019-05-271-5/+1
* Simplify Sequence iterations in xmlscript, xmlsecurityArkadiy Illarionov2019-05-092-12/+8
* tdf#42949 Fix IWYU warnings in xmlsecurity/*cxxGabor Kelemen2019-05-0913-45/+13
* Replace remaining lists by vectors in xmlsecurityJulien Nabet2019-05-084-6/+6
* Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov2019-05-024-7/+7
* tdf#42949 Fix IWYU warnings in xmlsecurity/*hxxGabor Kelemen2019-04-2918-41/+30
* loplugin:sequentialassign in writerfilter..xmlsecurityNoel Grandin2019-04-151-3/+1
* improve loplugin simplifyconstructNoel Grandin2019-04-151-1/+1
* use more std::make_uniqueNoel Grandin2019-04-132-3/+3
* loplugin:indentation (clang-cl)Stephan Bergmann2019-02-263-4/+4
* new loplugin indentationNoel Grandin2019-02-113-8/+8
* Fix typoAndrea Gelmini2019-01-071-5/+5
* NSS: create a temporary database instead of in-memoryTomaž Vajngerl2018-12-314-51/+161
* Fix typo in codeAndrea Gelmini2018-12-301-5/+5
* tdf#118373 xmlsecurity: avoid stderr output on libxmlsec version checkMiklos Vajna2018-12-041-0/+6
* xmlsecurity: clean-up code a bitTomaž Vajngerl2018-12-011-11/+13
* remove unnecessary "if (!empty()" checks before loopsNoel Grandin2018-11-291-4/+2
* loplugin:staticmethods improvementNoel Grandin2018-11-161-3/+3
* xmlSecNssPKIAdoptKey apparently takes over ownership of keysStephan Bergmann2018-11-051-2/+4
* lok: new function to add certificate to certificate DBTomaž Vajngerl2018-10-312-0/+11
* fix importing the certificate and private keyTomaž Vajngerl2018-10-294-31/+92
* xmlsecurity: implement XCertificateCreator for NSS backendTomaž Vajngerl2018-10-292-13/+66
* xmlsecurity: prevent seg. fault if there is no private keyTomaž Vajngerl2018-10-291-5/+12
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-10-281-2/+2
* pvs-studio: Expression 'keyStore != nullptr' is always true.Caolán McNamara2018-10-201-8/+0
* pvs-studio: new does not return nullptrCaolán McNamara2018-10-201-5/+0
* pvs-studio: The 'store' variable is assigned values twice successively.Caolán McNamara2018-10-201-7/+3
* pvs-studio: Expression 'pCertContext' is always true.Caolán McNamara2018-10-201-2/+2
* xmlsecurity: avoid repeated manual calls to PORT_FreeArena()Miklos Vajna2018-10-181-7/+10
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-081-0/+1
* xmlsecurity nss: avoid deleting the dsig context manuallyMiklos Vajna2018-10-041-11/+8
* xmlsecurity nss: avoid deleting the keys manager manuallyMiklos Vajna2018-09-271-12/+13
* loplugin:external (clang-cl)Stephan Bergmann2018-09-242-8/+12
* loplugin:unusedfields improve search for unused collection fieldsNoel Grandin2018-09-182-22/+1
* loplugin:simplifyconstruct (clang-cl)Stephan Bergmann2018-09-171-2/+0
* New loplugin:externalStephan Bergmann2018-09-176-19/+25
* Simplify containers iterations in xmlsecurityArkadiy Illarionov2018-09-122-33/+20
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-101-0/+1
* xmlsecurity: just two bools are fine, no need for bitfield complexityMiklos Vajna2018-09-061-26/+21
* xmlsecurity: use comphelper::containerToSequence()Miklos Vajna2018-08-301-10/+6
* Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov2018-08-201-10/+12
* xmlsecurity: nsscrypto_initialize: try to avoid profile migrationMichael Stahl2018-08-141-0/+14