summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
AgeCommit message (Expand)AuthorFilesLines
2017-05-30tdf#107782 xmlsecurity PDF verify: handle empty X509 certificateMiklos Vajna1-1/+2
2017-03-30vcl: move in PDF tokenizer from xmlsecurityMiklos Vajna2-2938/+48
2017-03-30Make PDFDocument::ReadKeyword work at end of fileStephan Bergmann1-1/+3
2017-03-30xmlsecurity: use auto when declaring iteratorsMiklos Vajna1-2/+2
2017-03-30xmlsecurity: separate signature verification from PDF tokenizerMiklos Vajna2-2/+2
2017-03-14tdf#105093 vcl PDF export: add embedded video testcaseMiklos Vajna1-31/+5
2017-03-14xmlsecurity PDF verify: fix parsing of nested dictionariesMiklos Vajna1-2/+2
2017-03-14tdf#105461 vcl: add text highlight textcaseMiklos Vajna1-13/+13
2017-03-14vcl: add initial CppunitTest_vcl_pdfexportMiklos Vajna2-27/+16
2017-03-14xmlsecurity: various small cleanupsMiklos Vajna2-40/+31
2017-03-14loplugin:subtlezeroinit: xmlsecurityStephan Bergmann2-9/+9
2017-03-14xmlsecurity PDF verify: handle multiple startxref in the last 1024 bytesMiklos Vajna1-3/+16
2016-12-07xmlsecurity DigitalSignaturesDialog: show signature type on the UIMiklos Vajna1-3/+23
2016-12-05xmlsecurity mscrypto PDF verify: implement support for non-detached signaturesMiklos Vajna1-8/+104
2016-12-05Show the message for the last Windows error also in our own error handlerTor Lillqvist1-7/+12
2016-12-05xmlsecurity PDF verify: last batch of various fixesMiklos Vajna2-18/+59
2016-12-02xmlsecurity PDF verify: various fixesMiklos Vajna2-18/+242
2016-11-30vcl mscrypto PDF sign: bring it up to date with NSS, part 2Miklos Vajna1-0/+22
2016-11-29vcl mscrypto PDF sign: bring it up to date with NSS, part 1Miklos Vajna1-69/+5
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 Vajna1-6/+0
2016-11-22Executable_pdfverify: move pdfverify.cxx to workben/Miklos Vajna1-155/+0
2016-11-18xmlsecurity: clean up unused mxSecurityControllerMiklos Vajna2-447/+0
2016-11-18Prefer to take the signature date from the XAdES SigningTime, if presentTor Lillqvist2-4/+23
2016-11-17xmlsecurity PDF sign: handle AdES when writing SubFilterMiklos Vajna4-13/+17
2016-11-17coverity#1394292 Unchecked return valueCaolán McNamara1-1/+4
2016-11-16xmlsecurity: fix alignment for XAdES checkboxMiklos Vajna1-9/+9
2016-11-16Nothing from <tools/debug.hxx> used hereTor Lillqvist6-6/+0
2016-11-15Add the Target for xd:QualifyingPropertiesTor Lillqvist1-1/+3
2016-11-15Sign also the xd:SignedPropertiesTor Lillqvist1-0/+6
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-12More EncapsulatedX509Certificate workTor Lillqvist6-5/+27
2016-11-11xmlsecurity: extract parts of PDFDocument::Sign() into separate functionsMiklos Vajna1-33/+84
2016-11-11More XAdES workTor Lillqvist4-1/+34
2016-11-10xmlsecurity PDF sign: support non-compressed AcroForm objectsMiklos Vajna1-8/+20
2016-11-10xmlsecurity PDF verify: fix incremental updates vs object streamsMiklos Vajna1-19/+18
2016-11-10More work in progress on XAdES compliant ODF signingTor Lillqvist10-72/+155
2016-11-10xmlsecurity PDF verify: fix reading multiple subsections from an xref streamMiklos Vajna1-87/+105
2016-11-10xmlsecurity PDF sign: use a predictor when compressing the xref streamMiklos Vajna1-5/+30
2016-11-09xmlsecurity PDF sign: compress the xref streamMiklos Vajna1-1/+13
2016-11-09xmlsecurity PDF sign: improve suggested signature IDMiklos Vajna1-2/+21
2016-11-09xmlsecurity PDF sign: conditionally write xref streamMiklos Vajna1-61/+178
2016-11-09xmlsecurity PDF sign: handle when Catalog's AcroForm is an indirect dictionaryMiklos Vajna1-30/+111
2016-11-09xmlsecurity PDF sign: handle when Page object's Annots is an indirect arrayMiklos Vajna1-33/+82
2016-11-08xmlsecurity PDF verify: fix handling of xref stream free objectsMiklos Vajna1-3/+14
2016-11-08xmlsecurity PDF sign: handle xref stream when reading trailerMiklos Vajna1-6/+23
2016-11-08xmlsecurity PDF sign: don't crash on missing trailerMiklos Vajna1-0/+5
2016-11-08xmlsecurity: move the sec context from the format helpers to the sign managerMiklos Vajna5-68/+66