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