summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-04vcl: extract PDFWriter::GetDateTime() from PDFWriterImplMiklos Vajna2-1/+17
2016-11-04update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin2-4/+3
2016-11-03xmlsecurity PDF sign: enable unit tests on WindowsMiklos Vajna3-33/+16
2016-11-03Bin the XSecController::m_pErrorMessage field as it was never usedTor Lillqvist3-39/+0
2016-11-03Bin some useless commentsTor Lillqvist1-15/+0
2016-11-03Bin unused XSecuritySAXEventKeeper::cloneElementCollectorTor Lillqvist2-38/+0
2016-11-03Bin pointless differentiated exception handlingTor Lillqvist1-12/+0
2016-11-03xmlsecurity PDF verify: initial Windows supportMiklos Vajna2-0/+124
2016-11-03Add FIXMETor Lillqvist1-0/+4
2016-11-02No XFastPropertySet hereTor Lillqvist2-14/+0
2016-11-02Add FIXMETor Lillqvist1-0/+6
2016-11-02xmlsecurity PDF verify: add support for object streamsMiklos Vajna4-121/+382
2016-11-01style fixes for cppcheck noExplicitConstructorJochen Nitschke1-4/+4
2016-11-01Fix inconsistent indentationTor Lillqvist1-2/+2
2016-11-01Use enum class for two local enumsTor Lillqvist7-41/+52
2016-10-31Adapt warning messageStephan Bergmann1-1/+1
2016-10-31css.xml.sax.XAttributeList is broken by designStephan Bergmann1-7/+6
2016-10-31loplugin:oncevar in xmloff..xmlsecurityNoel Grandin1-2/+1
2016-10-29crashtesting: piles of pdf import crashesCaolán McNamara1-0/+3
2016-10-28xmlsecurity PDF verify: start using offsets from xref streamsMiklos Vajna2-39/+46
2016-10-28xmlsecurity PDF verify: initial support of cross-reference streamsMiklos Vajna2-9/+258
2016-10-28Bin one more pointless TAG_ macroTor Lillqvist1-3/+2
2016-10-28Bin unnecessary TAG_ and ATTR_ macros and expand in-placeTor Lillqvist5-220/+175
2016-10-27xmlsecurity PDF verify: handle missing trailerMiklos Vajna1-0/+7
2016-10-27xmlsecurity PDF verify: import out-of-signature dateMiklos Vajna2-3/+36
2016-10-27xmlsecurity PDF verify: support array ref annotationsMiklos Vajna3-40/+116