summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec
AgeCommit message (Expand)AuthorFilesLines
2019-01-17tdf#118373 xmlsecurity: avoid stderr output on libxmlsec version checkMiklos Vajna1-0/+6
2019-01-03NSS: create a temporary database instead of in-memoryTomaž Vajngerl4-51/+161
2018-12-11Fix C2695: overriding virtual function differs only by calling conventionTor Lillqvist1-1/+1
2018-12-01xmlsecurity: clean-up code a bitTomaž Vajngerl1-8/+8
2018-11-08libxmlsec: drop not needed xmlsec1-customkeymanage.patch.1Miklos Vajna1-36/+0
2018-11-08xmlSecNssPKIAdoptKey apparently takes over ownership of keysStephan Bergmann1-2/+4
2018-11-08lok: new function to add certificate to certificate DBTomaž Vajngerl2-0/+11
2018-11-08fix importing the certificate and private keyTomaž Vajngerl4-31/+92
2018-11-08xmlsecurity: implement XCertificateCreator for NSS backendTomaž Vajngerl2-13/+66
2018-11-08xmlsecurity: prevent seg. fault if there is no private keyTomaž Vajngerl1-5/+12
2018-11-08Sign Signature LineSamuel Mehrbrodt4-2/+51
2018-08-21xmlsecurity: nsscrypto_initialize: try to avoid profile migrationMichael Stahl1-0/+14
2018-06-27Fix CppunitTest_xmlsecurity_signing with system-xmlsec 1.2.26Miklos Vajna1-14/+37
2017-12-10gpg4libre: rename GPGME_HAVE_GPGME to HAVE_FEATURE_GPGMEThorsten Behrens1-4/+4
2017-12-07Restore GPG SEInitializer serviceKatarina Behrens1-1/+6
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
2017-09-10gpg4libre: add sha512 supportThorsten Behrens1-0/+7
2017-09-03gpg4libre: When encrypting, show all available GPG keysKatarina Behrens2-0/+4
2017-08-31loplugin:constparams: xmlsecurity (clang-cl)Stephan Bergmann1-1/+1
2017-08-23Android: Enable HAVE_FEATURE_NSS and package the NSS libraries with apkGautam Prajapati1-2/+2
2017-08-18loplugin:nullptr (clang-cl)Stephan Bergmann1-24/+24
2017-08-08loplugin:unusedmethodsNoel Grandin1-14/+0
2017-08-03xmlsecurity: remove unused XMLEncryption_MSCryptImplMiklos Vajna5-518/+0
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-3/+3
2017-07-27loplugin:constparams in xmlsecurityNoel Grandin4-4/+4
2017-07-27xmlsecurity mscrypt: drop unused parameters in akmngrMiklos Vajna3-13/+3
2017-07-26xmlsecurity: remove unused XMLEncryption_NssImplMiklos Vajna2-338/+0
2017-07-21Fix typosAndrea Gelmini1-1/+1
2017-07-20xmlsecurity mscrypt: turn akmngr patch into plain codeMiklos Vajna4-2/+290
2017-07-17loplugin:unnecessaryparen: xmlsecurity (clang-cl)Stephan Bergmann1-3/+3
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin1-2/+2
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-1/+1
2017-07-03loplugin:oncevar (clang-cl): xmlsecurityStephan Bergmann1-3/+5
2017-06-29loplugin:oncevar variousNoel Grandin1-2/+1
2017-06-22xmlsecurity: implement support for building against system-xmlsecMiklos Vajna1-0/+9
2017-06-22related: gpg4libre: Init xmlsec in one place before creating the servicesThorsten Behrens1-21/+2
2017-06-21gpg4libre: fix build for windows and macThorsten Behrens1-2/+8