summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
AgeCommit message (Expand)AuthorFilesLines
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann10-22/+22
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-4/+3
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin4-8/+8
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke1-3/+3
2016-04-12Avoid reserved identifiersStephan Bergmann2-5/+5
2016-04-12Remove unused _USECOMPRESSEDDOCUMENTHANDLERStephan Bergmann1-24/+4
2016-04-06-Werror,-Winconsistent-missing-overrideStephan Bergmann1-18/+18
2016-04-04Use std::size_tMiklos Vajna1-10/+10
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke2-2/+0
2016-03-31Typo in HAVE_BROKEN_STATIC_INITILIZER_LISTStephan Bergmann1-2/+2
2016-03-24xmlsecurity: fix Windows XP buildMiklos Vajna1-0/+5
2016-03-15Re-introduce two lines apparently accidentally removed yesterdayTor Lillqvist1-0/+3
2016-03-14com::sun::star->css in xmlsecurity/Noel Grandin74-1237/+1133
2016-03-11xmlsecurity: extract OOXML export code into its own classMiklos Vajna3-362/+544
2016-03-11tdf#97966: Remove 'static' keywordsWastack1-1/+1
2016-03-11xmlsecurity: clean up no longer relevant email addressesMiklos Vajna29-717/+0
2016-03-08new loplugin:constantparamNoel Grandin2-13/+5
2016-03-07xmlsecurity OOXML export: remove signature content types when removing ...Miklos Vajna1-3/+1
2016-03-07xmlsecurity OOXML export: remove signature storage with the last signatureMiklos Vajna1-1/+4
2016-03-07xmlsecurity OOXML export: remove signature relation with the last signatureMiklos Vajna2-9/+33
2016-03-07xmlsecurity OOXML export: don't write signature relations when all ...Miklos Vajna2-3/+12
2016-03-07xmlsecurity: extract final signature export logic from DigitalSignaturesDialogMiklos Vajna2-50/+46
2016-03-04xmlsecurity OOXML export: handle keeping all signatures but oneMiklos Vajna2-8/+37
2016-03-04xmlsecurity: extract signature removal logic from DigitalSignaturesDialogMiklos Vajna2-17/+18
2016-03-04xmlsecurity OOXML export: only cache existing signatures, not our temp. oneMiklos Vajna3-18/+27
2016-03-04xmlsecurity OOXML export: fix appending new signatures next to existing onesMiklos Vajna3-6/+39
2016-03-03xmlsecurity OOXML export: don't attempt to sign other signaturesMiklos Vajna1-1/+3
2016-03-03xmlsecurity OOXML export: don't loose old signatures when adding a new oneMiklos Vajna1-0/+4
2016-03-03xmlsecurity: avoid calculating the certificate digest late in XSecControllerMiklos Vajna5-25/+30
2016-02-26-Werror,-Winconsistent-missing-overrideStephan Bergmann1-18/+18
2016-02-24convert DocPasswordRequestType to scoped enumNoel Grandin1-1/+1
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-15CppunitTest_xmlsecurity_signing: add OOXML description roundtrip testMiklos Vajna1-49/+55
2016-02-15xmlsecurity: factor out DocumentSignatureManager from DigitalSignaturesDialogMiklos Vajna2-294/+338
2016-02-15xmlsecurity OOXML export: fix missing rels content-typeMiklos Vajna1-5/+10
2016-02-12xmlsecurity: implement Certificate interface in X509Certificate_MSCryptImplMiklos Vajna2-3/+13
2016-02-12xmlsecurity OOXML export: never sign [Content_Types].xmlMiklos Vajna1-0/+4
2016-02-12xmlsecurity: fix typo in DocumentSignatureHelper::AppendContentTypes()Miklos Vajna1-1/+1
2016-02-12xmlsecurity OOXML export: write certificate digestMiklos Vajna1-0/+53
2016-02-12xmlsecurity: import OOXML <xd:CertDigest>Miklos Vajna4-3/+28
2016-02-11xmlsecurity: expose the certificate's SHA-256 checksum in the NSS backendMiklos Vajna2-3/+27
2016-02-11xmlsecurity: import OOXML <X509SerialNumber>Miklos Vajna2-0/+15
2016-02-11xmlsecurity: import OOXML <X509IssuerName>Miklos Vajna2-0/+16
2016-02-11xmlsecurity OOXML export: register signature content typesMiklos Vajna2-0/+46
2016-02-11xmlsecurity OOXML export: fix double-char-fragment of same-document referencesMiklos Vajna2-6/+6
2016-02-11xmlsecurity OOXML export: write signature streams to persistent storageMiklos Vajna2-0/+17
2016-02-11xmlsecurity: avoid throwing io::IOException when OOXML export misbehavesMiklos Vajna1-1/+5
2016-02-11xmlsecurity: export OOXML signature relations to persistent storageMiklos Vajna2-7/+21
2016-02-10xmlsecurity: handle creation of OOXML _xmlsignatures sub-storageMiklos Vajna1-2/+2