summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)Author
2016-02-04CppunitTest_xmlsecurity_signing: add invalid OOXML testcaseMiklos Vajna
2016-02-04CppunitTest_xmlsecurity_signing: add valid OOXML testcaseMiklos Vajna
2016-02-04xmlsecurity: fix crash on closing DigitalSignaturesDialog without ...Miklos Vajna
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-02-03xmlsecurity: validate OOXML <Manifest> references on WindowsMiklos Vajna
2016-02-02boost::hash->std::hashNoel Grandin
2016-02-01xmlsecurity: validate OOXML <Manifest> referencesMiklos Vajna
2016-01-27xmlsecurity: OOXML never signs metadata, so that's not completely invalidMiklos Vajna
2016-01-26-Werror,-Wsign-compare (clang-cl)Stephan Bergmann
2016-01-25xmlsecurity: implement OOXML stream referencesMiklos Vajna
2016-01-25xmlsecurity: enable libxmlsec error callbackMiklos Vajna
2016-01-20xmlsecurity: import OOXML <SignatureComments>Miklos Vajna
2016-01-19xmlsecurity: import OOXML <mdssi:Value>Miklos Vajna
2016-01-19xmlsecurity: handle OOXML signatures in ImplGetSignatureInformations()Miklos Vajna
2016-01-18loplugin: unused return values in writerfilter/Noel Grandin
2016-01-14xmlsecurity: import OOXML <X509Certificate>Miklos Vajna
2016-01-14xmlsecurity: import OOXML <SignatureValue>Miklos Vajna
2016-01-14xmlsecurity: implement XInitialization for OOXMLSecParserMiklos Vajna
2016-01-14xmlsecurity: import OOXML <DigestValue>Miklos Vajna
2016-01-13xmlsecurity: import OOXML <Reference>Miklos Vajna
2016-01-13xmlsecurity: import OOXML <SignedInfo>Miklos Vajna
2016-01-13xmlsecurity: import OOXML <Signature>Miklos Vajna
2016-01-13xmlsecurity: initial OOXMLSecParserMiklos Vajna
2016-01-13xmlsecurity: refactor to allow multiple signature parser implementationsMiklos Vajna
2016-01-13xmlsecurity: initial XMLSignatureHelper::ReadAndVerifySignatureStorageStream()Miklos Vajna
2016-01-13xmlsecurity: read OOXML signature relationsMiklos Vajna
2016-01-13xmlsecurity: don't assume the signature is always a single streamMiklos Vajna
2016-01-12CppunitTest_xmlsecurity_signing: enable on OS XMiklos Vajna
2016-01-12xmlsecurity: handle no META-INF in DocumentSignatureHelperMiklos Vajna
2016-01-12xmlsecurity: gracefully handle lack of META-INF storage streamMiklos Vajna
2016-01-12CppunitTest_xmlsecurity_signing: fix and enable on WindowsMiklos Vajna
2016-01-11CppunitTest_xmlsecurity_signing: disable on Windows for nowMiklos Vajna
2016-01-11xmlsecurity: missing boost dependencyMiklos Vajna
2016-01-11xmlsecurity: initial CppunitTest_xmlsecurity_signingMiklos 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: show signature description in DigitalSignaturesDialogMiklos Vajna
2016-01-05xmlsecurity: convert TYPE_...__REFERENCE constants to scoped enumMiklos Vajna
2016-01-05xmlsecurity: indentation fixesMiklos Vajna
2016-01-05xmlsecurity: handle description in XSecController::prepareSignatureToWrite()Miklos Vajna
2016-01-05xmlsecurity: parse dc:description in XSecParserMiklos Vajna
2016-01-05xmlsecurity: add XMLSignatureHelper::SetDescription()Miklos Vajna
2016-01-05xmlsecurity: add script to create test certificatesMiklos Vajna
2015-12-21loplugin:unusedfields in xmlscript,xmlsecurityNoel Grandin
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