summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
2017-05-25tdf#107782 xmlsecurity PDF verify: handle empty X509 certificateMiklos Vajna3-1/+22
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
2016-11-10xmlsecurity PDF sign: support non-compressed AcroForm objectsMiklos Vajna2-9/+28
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 Lillqvist15-76/+170
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 Vajna2-5/+46
2016-11-09These functions don't even need to be XMLSECURITY_DLLPUBLICTor Lillqvist1-11/+11
2016-11-09xmlsecurity PDF sign: compress the xref streamMiklos Vajna1-1/+13
2016-11-09xmlsecurity PDF sign: improve suggested signature IDMiklos Vajna2-2/+23
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-09Don't use a class for what namespaces are forTor Lillqvist1-27/+19
2016-11-09loplugin:unnecessaryoverride and loplugin:overrideTor Lillqvist1-8/+1
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 Vajna2-3/+16
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 Vajna9-95/+87