summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx
AgeCommit message (Expand)Author
2021-03-18default to CertificateValidity::INVALIDCaolán McNamara
2019-10-17Remove some memset callsMike Kaganski
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov
2019-05-08Replace remaining lists by vectors in xmlsecurityJulien Nabet
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-20pvs-studio: The 'store' variable is assigned values twice successively.Caolán McNamara
2018-10-20pvs-studio: Expression 'pCertContext' is always true.Caolán McNamara
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-09-12Simplify containers iterations in xmlsecurityArkadiy Illarionov
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-08-09svl windows: remove last traces of pre-CNG signingMiklos Vajna
2018-06-25xmlsecurity windows: implement ODF sign/verify with ECDSA keysMiklos Vajna
2018-05-30xmlsecurity windows: let cert picker and PDF sign find ECDSA keysMiklos Vajna
2018-05-04xmlsecurity windows: stop using the "xmlSec" prefix for own codeMiklos Vajna
2018-04-07xmlsecurity mscrypt: create SecurityEnvironment instances with a constructorMiklos Vajna
2018-02-02xmlsecurity: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2017-10-27loplugin:includeform: xmlsecurity (Windows)Stephan Bergmann
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski
2017-07-27xmlsecurity mscrypt: drop unused parameters in akmngrMiklos Vajna
2017-07-20xmlsecurity mscrypt: turn akmngr patch into plain codeMiklos Vajna
2017-07-17loplugin:unnecessaryparen: xmlsecurity (clang-cl)Stephan Bergmann
2017-05-11Clean up uses of SAL_U/SAL_W: xmlsecurityStephan Bergmann
2017-04-13Removed duplicated includesAndrea Gelmini
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-02xmlsecurity: avoid using the SerialNumberAdapter wrapperMiklos Vajna
2017-02-20cppcheck: redundantAssignmentJochen Nitschke
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann
2016-12-21Bin now unused fieldsTor Lillqvist
2016-12-21Bin now unused functionsTor Lillqvist
2016-12-21Don't add empty TODO functions to libxmlsec, and don't call themTor Lillqvist
2016-11-28No reason for these member functions to be virtualTor Lillqvist
2016-11-28Bin SecurityEnvironment_MSCryptImpl::getPriKey() as it always returns NULLTor Lillqvist
2016-11-28Bin SecurityEnvironment_MSCryptImpl::m_tPriKeyList as it was always emptyTor Lillqvist
2016-11-25No need for this local function to be externally visibleTor Lillqvist
2016-10-15clang-cl loplugin: xmlsecurityStephan Bergmann
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-05-20Add SAL_INFOs of the list of system and physical cert storesTor Lillqvist
2016-03-14com::sun::star->css in xmlsecurity/Noel Grandin
2016-01-26-Werror,-Wsign-compare (clang-cl)Stephan Bergmann
2015-11-28-Werror,-WreorderStephan Bergmann
2015-11-28-Werror,-Wwritable-stringsStephan Bergmann
2015-11-15use initialiser for Sequence<OUString>Noel Grandin