summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
AgeCommit message (Expand)Author
2016-05-20Show the certificate use also in the View Certificate dialogTor Lillqvist
2016-05-19Add column displaying intended usage to certificate chooserTor Lillqvist
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke
2016-04-12Avoid reserved identifiersStephan Bergmann
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke
2016-03-14com::sun::star->css in xmlsecurity/Noel Grandin
2016-03-07xmlsecurity OOXML export: remove signature relation with the last signatureMiklos Vajna
2016-03-07xmlsecurity: extract final signature export logic from DigitalSignaturesDialogMiklos Vajna
2016-03-04xmlsecurity: extract signature removal logic from DigitalSignaturesDialogMiklos Vajna
2016-03-04xmlsecurity OOXML export: only cache existing signatures, not our temp. oneMiklos Vajna
2016-03-04xmlsecurity OOXML export: fix appending new signatures next to existing onesMiklos Vajna
2016-03-03xmlsecurity: avoid calculating the certificate digest late in XSecControllerMiklos Vajna
2016-03-01Exclude xmlsec headers from precompiled headersAshod Nakashian
2016-02-29XMLSEC_NO_SIZE_T is /not/ used with MSVCStephan Bergmann
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-15xmlsecurity: factor out DocumentSignatureManager from DigitalSignaturesDialogMiklos Vajna
2016-02-12xmlsecurity: import OOXML <xd:CertDigest>Miklos Vajna
2016-02-11xmlsecurity: expose the certificate's SHA-256 checksum in the NSS backendMiklos Vajna
2016-02-11xmlsecurity OOXML export: register signature content typesMiklos Vajna
2016-02-11xmlsecurity OOXML export: write signature streams to persistent storageMiklos Vajna
2016-02-10xmlsecurity OOXML export: use RelationshipTransform for relationsMiklos Vajna
2016-02-09xmlsecurity OOXML export: fix prefix and suffix of stream referencesMiklos Vajna
2016-02-09Remove excess newlinesChris Sherlock
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock
2016-02-06vcl: split exception types from input typesChris Sherlock
2016-02-05xmlsecurity: write initial OOXML signature streamsMiklos Vajna
2016-02-05xmlsecurity: write OOXML signature relations on exportMiklos Vajna
2016-02-05xmlsecurity: write origin.sigs when exporting OOXML signatureMiklos Vajna
2016-02-05xmlsecurity: ensure OOXML signatures relation when adding a signatureMiklos Vajna
2016-02-04xmlsecurity: support tmp storage instead of tmp stream for OOXMLMiklos Vajna
2016-02-02boost::hash->std::hashNoel Grandin
2016-01-13xmlsecurity: initial XMLSignatureHelper::ReadAndVerifySignatureStorageStream()Miklos Vajna
2016-01-13xmlsecurity: don't assume the signature is always a single streamMiklos Vajna
2016-01-11xmlsecurity: mark two classes as public to be able to unit-test themMiklos Vajna
2016-01-11PCH support on LinuxAshod Nakashian
2016-01-10Fix typosAndrea Gelmini
2016-01-06xmlsecurity: allow creating multiple signatures with the same certificateMiklos Vajna
2016-01-06xmlsecurity: add UI to provide a description when signingMiklos Vajna
2016-01-05xmlsecurity: convert TYPE_...__REFERENCE constants to scoped enumMiklos Vajna
2016-01-05xmlsecurity: add XMLSignatureHelper::SetDescription()Miklos Vajna
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist
2015-12-10Undef RGB where it was defined, not where it gets usedStephan Bergmann
2015-12-04Wingdi RGB macro handling improvedAshod Nakashian
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin