summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
2018-04-07forcepoint #16: fix heap-use-after-freeMiklos Vajna2-0/+2
2017-05-30tdf#107782 xmlsecurity PDF verify: handle empty X509 certificateMiklos Vajna3-1/+22
2017-04-14vcl PDF import: don't assume larger offset -> newer trailerMiklos Vajna2-0/+103
2017-03-30vcl: move in PDF tokenizer from xmlsecurityMiklos Vajna5-2950/+61
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 Vajna4-5/+5
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 Vajna10-306/+24
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
2017-03-14add --disable-pdfiumCaolán McNamara1-0/+2
2017-03-14pdfverify preview: fix macOS color spaceMiklos Vajna1-2/+19
2017-03-14xmlsecurity: use pdfium to generate a preview in pdfverifyMiklos Vajna2-0/+94
2017-03-14cid#1374075 cid#1374076 Executable_pdfverify: uncaught exceptionsMiklos Vajna1-1/+17
2017-02-02tdf#105637 Digital signatures dialog has unnessary labelsSamuel Mehrbrodt1-2/+2
2016-12-07xmlsecurity DigitalSignaturesDialog: show signature type on the UIMiklos Vajna2-5/+34
2016-12-05xmlsecurity mscrypto PDF verify: implement support for non-detached signaturesMiklos Vajna2-10/+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 Vajna8-20/+2339
2016-12-02xmlsecurity PDF verify: various fixesMiklos Vajna9-18/+4794
2016-11-30vcl mscrypto PDF sign: bring it up to date with NSS, part 2Miklos Vajna6-0/+63
2016-11-29vcl mscrypto PDF sign: bring it up to date with NSS, part 1Miklos Vajna8-124/+169
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
2016-11-12More EncapsulatedX509Certificate workTor Lillqvist7-5/+29
2016-11-11xmlsecurity: extract parts of PDFDocument::Sign() into separate functionsMiklos Vajna2-33/+97
2016-11-11More XAdES workTor Lillqvist5-1/+38
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann1-2/+2