summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
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
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
2016-11-08Fallout from previous commit 248dbe1de5eeea9e9173e53a0b1891f63ff73d68Tor Lillqvist2-13/+1
2016-11-08Bin pointless (overloaded) member functionTor Lillqvist2-21/+2
2016-11-08Work in progress on supporting XAdES-compliant signatures for ODFTor Lillqvist18-62/+201
2016-11-07Fix typos (also in the code)Andrea Gelmini2-4/+4
2016-11-04xmlsecurity PDF NSS verify: handle SHA1_WITH_RSAMiklos Vajna4-2/+34