summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec
AgeCommit message (Expand)AuthorFilesLines
2018-12-09tdf#118373 xmlsecurity: avoid stderr output on libxmlsec version checkMiklos Vajna1-0/+6
2018-08-14xmlsecurity: nsscrypto_initialize: try to avoid profile migrationMichael Stahl1-0/+14
2018-06-08Fix CppunitTest_xmlsecurity_signing with system-xmlsec 1.2.26Miklos Vajna1-14/+37
2018-05-23Remove leftover "#undef DEBUG"Stephan Bergmann2-15/+0
2018-05-18tdf#109180 xmlsecurity nss: fix signing with ECDSA keyMiklos Vajna4-0/+27
2018-05-15Sign Signature LineSamuel Mehrbrodt4-2/+51
2018-05-04xmlsecurity windows: stop using the "xmlSec" prefix for own codeMiklos Vajna3-14/+24
2018-04-26xmlsecurity mscrypto: create SEInitializer instances with a constructorMiklos Vajna8-247/+34
2018-04-13xmlsecurity nss: create SEInitializer instances with a constructorMiklos Vajna3-36/+38
2018-04-07xmlsecurity mscrypt: create SecurityEnvironment instances with a constructorMiklos Vajna3-77/+49
2018-03-29xmlsecurity nss: create SecurityEnvironment instances with a constructorMiklos Vajna3-40/+10
2018-03-23xmlsecurity: remove no longer needed Windows XP workaroundMiklos Vajna1-5/+0
2018-03-22xmlsecurity: create XMLDocumentWrapper instances with a constructorMiklos Vajna2-64/+46
2018-03-08loplugin:unnecessaryoverride (clang-cl)Stephan Bergmann2-9/+0
2018-03-02xmlsecurity: create XMLElementWrapper instances with a constructorMiklos Vajna6-42/+107
2018-03-01xmlsecurity mscrypt: create XMLSecurityContext instances with a constructorMiklos Vajna3-127/+56
2018-02-26xmlsecurity nss: create XMLSecurityContext instances with a constructorMiklos Vajna4-160/+55
2018-02-23xmlsecurity mscrypt: create XMLSignature instances with a constructorMiklos Vajna3-107/+39
2018-02-14xmlsecurity nss: create XMLSignature instances with a constructorMiklos Vajna3-107/+31
2018-02-02xmlsecurity: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski4-24/+0
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann3-4/+4
2018-01-12More loplugin:cstylecast: xmlsecurityStephan Bergmann7-11/+11
2018-01-05xmlsecurity: remove unused xml_security::serial_number_adapterMiklos Vajna3-138/+0
2017-12-17Fix typosAndrea Gelmini1-1/+1
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann3-5/+5
2017-12-14[API CHANGE] offapi: remove unused css.security.SerialNumberAdapterMiklos Vajna1-11/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin10-16/+16
2017-12-11loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-6/+6
2017-12-11loplugin:salcall (clang-cl)Stephan Bergmann1-1/+1
2017-12-10remove unused osl/time.h includes ..Jochen Nitschke1-1/+0
2017-12-08rtlRandomPool: remove pointless seeding with system timeThorsten Behrens1-3/+0
2017-12-08gpg4libre: rename GPGME_HAVE_GPGME to HAVE_FEATURE_GPGMEThorsten Behrens1-4/+4
2017-12-06Restore GPG SEInitializer serviceKatarina Behrens1-1/+6
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin2-2/+2
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin2-2/+2
2017-11-29loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-3/+3
2017-11-23gpg4libre: conditional-compile gpgme codeThorsten Behrens1-2/+3
2017-11-22gpg4libre: fix warningsThorsten Behrens1-1/+1
2017-11-22xmlsecurity mscrypt: use SAL_N_ELEMENTS()Miklos Vajna1-1/+3
2017-11-06loplugin:constparams in various(2)Noel Grandin1-1/+1
2017-10-27loplugin:includeform: xmlsecurity (Windows)Stephan Bergmann10-20/+20
2017-10-23loplugin:includeform: xmlsecurityStephan Bergmann17-46/+46
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski4-9/+13
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-3/+1
2017-10-01loplugin:flatten (clang-cl, xmlsecurity)Stephan Bergmann1-4/+3
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski2-9/+5
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski3-42/+30
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-19/+17
2017-09-27loplugin:flatten in vcl..xmlsecurityNoel Grandin2-23/+16
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski5-0/+15