summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
2016-01-25xmlsecurity: implement OOXML stream referencesMiklos Vajna4-7/+47
2016-01-25xmlsecurity: enable libxmlsec error callbackMiklos Vajna1-14/+11
2016-01-20xmlsecurity: import OOXML <SignatureComments>Miklos Vajna2-0/+15
2016-01-19xmlsecurity: import OOXML <mdssi:Value>Miklos Vajna2-0/+15
2016-01-19xmlsecurity: handle OOXML signatures in ImplGetSignatureInformations()Miklos Vajna1-0/+3
2016-01-18loplugin: unused return values in writerfilter/Noel Grandin2-3/+3
2016-01-14xmlsecurity: import OOXML <X509Certificate>Miklos Vajna2-3/+18
2016-01-14xmlsecurity: import OOXML <SignatureValue>Miklos Vajna2-1/+16
2016-01-14xmlsecurity: implement XInitialization for OOXMLSecParserMiklos Vajna2-5/+26
2016-01-14xmlsecurity: import OOXML <DigestValue>Miklos Vajna2-7/+16
2016-01-13xmlsecurity: import OOXML <Reference>Miklos Vajna1-0/+13
2016-01-13xmlsecurity: import OOXML <SignedInfo>Miklos Vajna1-1/+3
2016-01-13xmlsecurity: import OOXML <Signature>Miklos Vajna2-1/+12
2016-01-13xmlsecurity: initial OOXMLSecParserMiklos Vajna6-4/+132
2016-01-13xmlsecurity: refactor to allow multiple signature parser implementationsMiklos Vajna3-7/+7
2016-01-13xmlsecurity: initial XMLSignatureHelper::ReadAndVerifySignatureStorageStream()Miklos Vajna2-2/+47
2016-01-13xmlsecurity: read OOXML signature relationsMiklos Vajna1-5/+37
2016-01-13xmlsecurity: don't assume the signature is always a single streamMiklos Vajna5-2/+34
2016-01-12CppunitTest_xmlsecurity_signing: enable on OS XMiklos Vajna1-4/+0
2016-01-12xmlsecurity: handle no META-INF in DocumentSignatureHelperMiklos Vajna1-18/+26
2016-01-12xmlsecurity: gracefully handle lack of META-INF storage streamMiklos Vajna1-7/+14
2016-01-12CppunitTest_xmlsecurity_signing: fix and enable on WindowsMiklos Vajna3-4/+2
2016-01-11CppunitTest_xmlsecurity_signing: disable on Windows for nowMiklos Vajna1-0/+3
2016-01-11xmlsecurity: missing boost dependencyMiklos Vajna1-0/+4
2016-01-11xmlsecurity: initial CppunitTest_xmlsecurity_signingMiklos Vajna4-0/+272
2016-01-11xmlsecurity: mark two classes as public to be able to unit-test themMiklos Vajna4-2/+31
2016-01-11PCH support on LinuxAshod Nakashian3-7/+15
2016-01-10Fix typosAndrea Gelmini8-9/+9
2016-01-06xmlsecurity: allow creating multiple signatures with the same certificateMiklos Vajna4-35/+7
2016-01-06xmlsecurity: add UI to provide a description when signingMiklos Vajna4-0/+45
2016-01-05xmlsecurity: show signature description in DigitalSignaturesDialogMiklos Vajna2-2/+20
2016-01-05xmlsecurity: convert TYPE_...__REFERENCE constants to scoped enumMiklos Vajna6-16/+19
2016-01-05xmlsecurity: indentation fixesMiklos Vajna1-53/+53
2016-01-05xmlsecurity: handle description in XSecController::prepareSignatureToWrite()Miklos Vajna2-1/+19
2016-01-05xmlsecurity: parse dc:description in XSecParserMiklos Vajna4-0/+29
2016-01-05xmlsecurity: add XMLSignatureHelper::SetDescription()Miklos Vajna6-1/+54
2016-01-05xmlsecurity: add script to create test certificatesMiklos Vajna3-0/+428
2015-12-21loplugin:unusedfields in xmlscript,xmlsecurityNoel Grandin9-32/+21
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist1-1/+0
2015-12-10Undef RGB where it was defined, not where it gets usedStephan Bergmann2-4/+1
2015-12-04Wingdi RGB macro handling improvedAshod Nakashian2-4/+9
2015-11-28-Werror,-Wwritable-stringsStephan Bergmann1-2/+2
2015-11-28-Werror,-Wunused-variableStephan Bergmann1-1/+0
2015-11-28-Werror,-WreorderStephan Bergmann1-1/+1
2015-11-28-Werror,-Wwritable-stringsStephan Bergmann1-1/+1
2015-11-28-Werror,-Wunused-functionStephan Bergmann1-0/+4
2015-11-27xmlsecurity: fix DrMemory warningMichael Stahl1-1/+1
2015-11-27xmlsecurity: remove some dead code that is guaranteed to crashMichael Stahl1-6/+2
2015-11-24loplugin:unusedfields in xmlsecurity/Noel Grandin2-7/+0
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-5/+4