summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-12Remove excess newlinesChris Sherlock1-1/+0
2016-07-07xmlsecurity OOXML export: remove signature relation with the last signatureMiklos Vajna1-2/+2
2016-07-07xmlsecurity: extract final signature export logic from DigitalSignaturesDialogMiklos Vajna1-0/+2
2016-07-07xmlsecurity: extract signature removal logic from DigitalSignaturesDialogMiklos Vajna1-0/+2
2016-07-07xmlsecurity OOXML export: only cache existing signatures, not our temp. oneMiklos Vajna3-3/+3
2016-07-07xmlsecurity OOXML export: fix appending new signatures next to existing onesMiklos Vajna1-0/+3
2016-07-07xmlsecurity: avoid calculating the certificate digest late in XSecControllerMiklos Vajna1-1/+1
2016-07-07xmlsecurity: factor out DocumentSignatureManager from DigitalSignaturesDialogMiklos Vajna2-14/+65
2016-07-07xmlsecurity: import OOXML <xd:CertDigest>Miklos Vajna1-0/+2
2016-07-07xmlsecurity: expose the certificate's SHA-256 checksum in the NSS backendMiklos Vajna1-0/+34
2016-07-07xmlsecurity OOXML export: register signature content typesMiklos Vajna1-0/+3
2016-07-07xmlsecurity OOXML export: write signature streams to persistent storageMiklos Vajna1-0/+1
2016-07-07xmlsecurity OOXML export: use RelationshipTransform for relationsMiklos Vajna1-2/+2
2016-07-07xmlsecurity OOXML export: fix prefix and suffix of stream referencesMiklos Vajna1-0/+2
2016-07-07xmlsecurity: write initial OOXML signature streamsMiklos Vajna1-0/+2
2016-07-07xmlsecurity: write OOXML signature relations on exportMiklos Vajna1-1/+1
2016-07-07xmlsecurity: write origin.sigs when exporting OOXML signatureMiklos Vajna1-0/+2
2016-07-07xmlsecurity: ensure OOXML signatures relation when adding a signatureMiklos Vajna1-0/+2
2016-07-07xmlsecurity: support tmp storage instead of tmp stream for OOXMLMiklos Vajna1-0/+2
2016-07-07xmlsecurity: initial XMLSignatureHelper::ReadAndVerifySignatureStorageStream()Miklos Vajna1-1/+3
2016-07-07xmlsecurity: don't assume the signature is always a single streamMiklos Vajna2-0/+10
2016-07-07xmlsecurity: mark two classes as public to be able to unit-test themMiklos Vajna3-2/+27
2016-07-07xmlsecurity: allow creating multiple signatures with the same certificateMiklos Vajna1-2/+1
2016-07-07xmlsecurity: add UI to provide a description when signingMiklos Vajna1-0/+3
2016-07-07xmlsecurity: convert TYPE_...__REFERENCE constants to scoped enumMiklos Vajna1-5/+8
2016-07-07xmlsecurity: add XMLSignatureHelper::SetDescription()Miklos Vajna2-0/+5
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock1-1/+1
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-5/+4
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian3-124/+406
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-19/+19
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-12convert Link<> to typedNoel Grandin1-1/+1
2015-10-02loplugin:unusedmethodsNoel Grandin1-30/+0
2015-09-17convert Link<> to typedNoel Grandin2-6/+6
2015-09-14xmlsecurity: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-1/+1
2015-09-11convert Link<> to typedNoel Grandin2-2/+2
2015-09-08convert Link<> to typedNoel Grandin4-12/+13
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin4-12/+12
2015-07-17loplugin:unusedmethods xmlsecurityNoel Grandin2-9/+0
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks4-56/+71
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin3-7/+7
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin4-56/+65
2015-04-09vcl: VclPtr conversion in xmlsecurityNoel Grandin4-1/+7
2015-04-09loplugin:staticmethodsNoel Grandin1-2/+2
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+1
2015-02-05Updated all precompiled headers.Ashod Nakashian3-1/+4
2014-10-01fdo#82577: Handle TimeNoel Grandin1-2/+2