summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec
AgeCommit message (Expand)AuthorFilesLines
2017-07-04xmlsecurity: implement support for building against system-xmlsecMiklos Vajna1-0/+9
2017-07-04xmlsecurity nss: adopt the private key of the signing certificate explicitlyMiklos Vajna2-15/+26
2017-06-22gpg4libre: cleanup some issuesThorsten Behrens1-21/+2
2017-06-21gpg4libre: backport OpenPGP signing from masterThorsten Behrens8-26/+76
2017-05-18gpg4libre: fix windows buildThorsten Behrens6-16/+16
2017-05-18gpg4libre: initial GPG signature generationThorsten Behrens12-188/+18
2017-05-17xmlsecurity: use xmlsec API instead of patching out cert verificationMiklos Vajna2-0/+6
2017-05-11Clean up uses of SAL_U/SAL_W: xmlsecurityStephan Bergmann2-15/+15
2017-05-07revert OSL_ASSERT changesChris Sherlock2-4/+4
2017-05-07tdf#43157: convert xmlsecurity module away from OSL_ASSERT to assertChris Sherlock2-4/+4
2017-04-18loplugin:useuniqueptr (clang-cl)Stephan Bergmann1-11/+10
2017-04-13Removed duplicated includesAndrea Gelmini1-1/+0
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann2-5/+5
2017-03-25Fix typosAndrea Gelmini2-2/+2
2017-03-14loplugin:subtlezeroinit (clang-cl)Stephan Bergmann1-2/+2
2017-03-02xmlsecurity: avoid using the SerialNumberAdapter wrapperMiklos Vajna3-3/+6
2017-02-23Remove commented out codeSamuel Mehrbrodt2-6/+0
2017-02-23Remove commented out codeSamuel Mehrbrodt1-3/+0
2017-02-21loplugin:subtlezeroinit: xmlsecurityStephan Bergmann1-4/+4
2017-02-20cppcheck: redundantAssignmentJochen Nitschke1-2/+2
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann7-113/+23
2017-02-08Add missing #includesStephan Bergmann2-2/+2
2017-02-06Add missing #includesStephan Bergmann5-1/+8
2017-02-02loplugin:useuniqueptrStephan Bergmann1-4/+5
2017-01-29cppcheck: postfix operatorJulien Nabet1-4/+4
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann41-516/+317
2017-01-20loplugin:dynexcspec (clang-cl), xmlsecurityStephan Bergmann6-0/+30
2017-01-19New loplugin:dynexcspec: Add @throws documentation, xmlsecurityStephan Bergmann9-0/+36
2017-01-19tweak to avoid coverity#1371169 Missing move assignment operatorCaolán McNamara2-25/+24
2017-01-18convert to std::vectorCaolán McNamara1-6/+2
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann1-1/+1
2017-01-09New loplugin:externvar: xmlsecurityStephan Bergmann1-1/+1
2016-12-22Revert "[API CHANGE] createSecurityContext() was always called with an empty ...Tor Lillqvist4-6/+43
2016-12-21[API CHANGE] createSecurityContext() was always called with an empty stringTor Lillqvist4-43/+6
2016-12-21Bin now unused fieldsTor Lillqvist2-19/+1
2016-12-21Bin now unused functionsTor Lillqvist2-55/+0
2016-12-21Don't add empty TODO functions to libxmlsec, and don't call themTor Lillqvist1-21/+0
2016-12-16loplugin:staticmethods (clang-cl)Stephan Bergmann3-11/+11
2016-12-15xmlsecurity: hold XMLDocumentWrapper by rtl::Reference in XSecControllerMiklos Vajna9-343/+7
2016-12-08xmlsecurity: clean up not needed C2U macro in xmldocumentwrapperMiklos Vajna1-62/+22
2016-11-28No reason for these member functions to be virtualTor Lillqvist2-19/+15
2016-11-28Bin SecurityEnvironment_MSCryptImpl::getPriKey() as it always returns NULLTor Lillqvist2-16/+0
2016-11-28Bin SecurityEnvironment_MSCryptImpl::m_tPriKeyList as it was always emptyTor Lillqvist2-27/+3
2016-11-25No need for this local function to be externally visibleTor Lillqvist1-2/+2
2016-11-24Show also the message for the last Windows error in our own error handlerTor Lillqvist1-1/+13
2016-11-24Nothing from that namespace used hereTor Lillqvist1-3/+0
2016-11-24Bin copy-pasted comment that is meaningless hereTor Lillqvist1-4/+0
2016-11-04update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin1-2/+2
2016-10-31loplugin:oncevar in xmloff..xmlsecurityNoel Grandin1-2/+1