summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
2017-01-20loplugin:dynexcspec (clang-cl), xmlsecurityStephan Bergmann6-0/+30
2017-01-19New loplugin:dynexcspec: Add @throws documentation, xmlsecurityStephan Bergmann24-0/+96
2017-01-19xmlsecurity: hold XMLEncryptionTemplateImpl by rtl::ReferenceMiklos Vajna1-4/+4
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-14u*,v*: load BitmapEx resources instead of Image onesCaolán McNamara3-5/+4
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann1-1/+1
2017-01-10New loplugin:conststringvar: xmlsecurityStephan Bergmann3-3/+3
2017-01-10loplugin:unusedfieldsNoel Grandin13-31/+18
2017-01-09New loplugin:externvar: xmlsecurityStephan Bergmann1-1/+1
2017-01-05xmlsecurity: hold XMLSignatureTemplateImpl by rtl::ReferenceMiklos Vajna1-4/+4
2016-12-23loplugin:unusedmethodsNoel Grandin2-40/+0
2016-12-22Revert "[API CHANGE] createSecurityContext() was always called with an empty ...Tor Lillqvist8-14/+51
2016-12-21[API CHANGE] createSecurityContext() was always called with an empty stringTor Lillqvist8-51/+14
2016-12-21convert VclButtonsType to scoped enumNoel Grandin1-1/+1
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-21xmlsecurity: instantiate SignatureCreatorImpl directly in XSecControllerMiklos Vajna4-17/+7
2016-12-20use new ENABLE_NSS for code which needs nssCaolán McNamara1-3/+3
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann2-13/+13
2016-12-16loplugin:staticmethods (clang-cl)Stephan Bergmann3-11/+11
2016-12-16cid#1374075 cid#1374076 Executable_pdfverify: uncaught exceptionsMiklos Vajna1-1/+17
2016-12-15Try to fix Android and iOS buildTor Lillqvist1-1/+5
2016-12-15Phase out support for HAVE_BROKEN_STATIC_INITIALIZER_LISTStephan Bergmann1-8/+2
2016-12-15xmlsecurity: hold XMLDocumentWrapper by rtl::Reference in XSecControllerMiklos Vajna14-22/+49
2016-12-15Unnecessary includesStephan Bergmann1-2/+0
2016-12-12tdf#95416 Fix an include for xmlsecurityAdam Kasztenny2-2/+2
2016-12-08xmlsecurity: clean up not needed C2U macro in xmldocumentwrapperMiklos Vajna1-62/+22
2016-12-07xmlsecurity DigitalSignaturesDialog: show signature type on the UIMiklos Vajna2-5/+34
2016-12-06loplugin:unnecessaryoverrideStephan Bergmann1-5/+0
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin2-2/+2
2016-12-02xmlsecurity mscrypto PDF verify: implement support for non-detached signaturesMiklos Vajna2-10/+104
2016-12-02xmlsecurity PDF verify: don't hide signatures where digest match is uncertainMiklos Vajna2-5/+19
2016-12-01xmlsecurity PDF verify: avoid seeking before the start of the streamMiklos Vajna3-1/+7
2016-12-01xmlsecurity PDF verify: handle no EOL at EOFMiklos Vajna3-3/+41
2016-12-01xmlsecurity PDF verify: fix reading names containing ']'Miklos Vajna3-7/+2255
2016-12-01xmlsecurity PDF verify: don't abort read on partial signMiklos Vajna5-4/+17
2016-12-01xmlsecurity PDF verify: handle boolean type as dictionary valueMiklos Vajna3-1/+13
2016-12-01xmlsecurity PDF verify: CR is also a terminator of a commentMiklos Vajna3-1/+4483
2016-12-01xmlsecurity PDF verify: tolerate missing %%EOF in incremental updatesMiklos Vajna3-4/+28
2016-12-01xmlsecurity PDF verify: support non-detached signaturesMiklos Vajna3-11/+38
2016-12-01xmlsecurity: instantiate SAXEventKeeperImpl directly in XSecControllerMiklos Vajna4-31/+18
2016-11-30xmlsecurity: don't write unchanged signatures back to the fileMiklos Vajna1-1/+2
2016-11-30xmlsecurity PDF verify: look for the signingCertificateV2 attributeMiklos Vajna4-0/+230
2016-11-30CppunitTest_xmlsecurity_pdfsigning: add first PAdES testMiklos Vajna2-0/+8
2016-11-30CppunitTest_xmlsecurity_signing: add 2 more ODF / XAdES testsMiklos Vajna3-0/+33
2016-11-28CppunitTest_xmlsecurity_signing: fix this on Windows with non-empty cert storeMiklos Vajna1-0/+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