summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
2016-12-02xmlsecurity mscrypto PDF verify: implement support for non-detached signaturesMiklos Vajna2-10/+104
2016-12-02xmlsecurity PDF verify: don't hide signatures where digest match is uncertainMiklos Vajna2-5/+19
2016-12-01xmlsecurity PDF verify: avoid seeking before the start of the streamMiklos Vajna3-1/+7
2016-12-01xmlsecurity PDF verify: handle no EOL at EOFMiklos Vajna3-3/+41
2016-12-01xmlsecurity PDF verify: fix reading names containing ']'Miklos Vajna3-7/+2255
2016-12-01xmlsecurity PDF verify: don't abort read on partial signMiklos Vajna5-4/+17
2016-12-01xmlsecurity PDF verify: handle boolean type as dictionary valueMiklos Vajna3-1/+13
2016-12-01xmlsecurity PDF verify: CR is also a terminator of a commentMiklos Vajna3-1/+4483
2016-12-01xmlsecurity PDF verify: tolerate missing %%EOF in incremental updatesMiklos Vajna3-4/+28
2016-12-01xmlsecurity PDF verify: support non-detached signaturesMiklos Vajna3-11/+38
2016-12-01xmlsecurity: instantiate SAXEventKeeperImpl directly in XSecControllerMiklos Vajna4-31/+18
2016-11-30xmlsecurity: don't write unchanged signatures back to the fileMiklos Vajna1-1/+2
2016-11-30xmlsecurity PDF verify: look for the signingCertificateV2 attributeMiklos Vajna4-0/+230
2016-11-30CppunitTest_xmlsecurity_pdfsigning: add first PAdES testMiklos Vajna2-0/+8
2016-11-30CppunitTest_xmlsecurity_signing: add 2 more ODF / XAdES testsMiklos Vajna3-0/+33
2016-11-28CppunitTest_xmlsecurity_signing: fix this on Windows with non-empty cert storeMiklos Vajna1-0/+22
2016-11-28No reason for these member functions to be virtualTor Lillqvist2-19/+15
2016-11-28Bin SecurityEnvironment_MSCryptImpl::getPriKey() as it always returns NULLTor Lillqvist2-16/+0
2016-11-28Bin SecurityEnvironment_MSCryptImpl::m_tPriKeyList as it was always emptyTor Lillqvist2-27/+3
2016-11-25Make sure there's a single global RTTI for pdfio::PDFElement and derivedStephan Bergmann1-1/+1
2016-11-25No need for this local function to be externally visibleTor Lillqvist1-2/+2
2016-11-25CppunitTest_xmlsecurity_pdfsigning: add PAdES testcaseMiklos Vajna4-74/+93
2016-11-25CppunitTest_xmlsecurity_signing: add XAdES testcaseMiklos Vajna2-1/+58
2016-11-24CppunitTest_xmlsecurity_signing: don't assume we always have a signing certMiklos Vajna3-45/+18
2016-11-24xmlsecurity mscrypto PDF sign: conditionally add back CAdES SubFilterMiklos Vajna1-4/+0
2016-11-24xmlsecurity: instantiate SignatureVerifierImpl directly in XSecControllerMiklos Vajna13-20/+46
2016-11-24Show also the message for the last Windows error in our own error handlerTor Lillqvist1-1/+13
2016-11-24Nothing from that namespace used hereTor Lillqvist1-3/+0
2016-11-24Bin copy-pasted comment that is meaningless hereTor Lillqvist1-4/+0
2016-11-23vcl mscrypto PDF sign: add initial 'signing-certificate' signed attributeMiklos Vajna1-1/+1
2016-11-22vcl PDF mscrypto sign: upgrade SHA-1 hash to SHA-256Miklos Vajna1-0/+10
2016-11-22xmlsecurity: no need to inherit from XSecurityController in XSecControllerMiklos Vajna3-15/+0
2016-11-22Executable_pdfverify: move pdfverify.cxx to workben/Miklos Vajna2-1/+1
2016-11-21add missing deps on ui filesDavid Tardon1-0/+4
2016-11-20gbuild allow unitest to run once per lang in WITH_LANG_LISTNorbert Thiebaud1-1/+1
2016-11-18The PDF tests require HAVE_FEATURE_PDFIMPORTTor Lillqvist1-0/+10
2016-11-18xmlsecurity: clean up unused mxSecurityControllerMiklos Vajna3-10/+3
2016-11-18Prefer to take the signature date from the XAdES SigningTime, if presentTor Lillqvist2-4/+23
2016-11-18includes should be at the top of the fileNoel Grandin1-3/+3
2016-11-17xmlsecurity PDF sign: handle AdES when writing SubFilterMiklos Vajna8-18/+22
2016-11-17coverity#1394292 Unchecked return valueCaolán McNamara1-1/+4
2016-11-16xmlsecurity: fix alignment for XAdES checkboxMiklos Vajna3-14/+15
2016-11-16Nothing from <tools/debug.hxx> used hereTor Lillqvist7-7/+0
2016-11-15Add the Target for xd:QualifyingPropertiesTor Lillqvist1-1/+3
2016-11-15Sign also the xd:SignedPropertiesTor Lillqvist1-0/+6
2016-11-15Fix typosSamuel Mehrbrodt1-1/+1
2016-11-14xsd:dateTime must use period as decimal separator, not commaTor Lillqvist1-1/+4
2016-11-14oox, xmlsecurity: fix recently introduced style problemsMiklos Vajna1-1/+1
2016-11-13drop extra semicolonsDavid Tardon1-1/+1
2016-11-12cid#1394298: This field was uninitialized and unusedTor Lillqvist1-2/+0