summaryrefslogtreecommitdiff
path: root/xmlsecurity/qa
AgeCommit message (Expand)AuthorFilesLines
2017-04-14vcl PDF import: don't assume larger offset -> newer trailerMiklos Vajna2-0/+103
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: xmlsecurityStephan Bergmann1-1/+1
2017-04-03use actual UNO enums in vcl..xmlsecurityNoel Grandin1-1/+1
2017-03-22vcl: move in PDF tokenizer from xmlsecurityMiklos Vajna1-9/+9
2017-03-21xmlsecurity: separate signature verification from PDF tokenizerMiklos Vajna1-2/+2
2017-03-02xmlsecurity: avoid using the SerialNumberAdapter wrapperMiklos Vajna1-1/+0
2017-02-28new loplugin unoanyNoel Grandin1-2/+2
2017-02-24vcl: add initial CppunitTest_vcl_pdfexportMiklos Vajna1-1/+1
2017-01-10New loplugin:conststringvar: xmlsecurityStephan Bergmann2-2/+2
2016-12-22Revert "[API CHANGE] createSecurityContext() was always called with an empty ...Tor Lillqvist2-6/+6
2016-12-21[API CHANGE] createSecurityContext() was always called with an empty stringTor Lillqvist2-6/+6
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann1-6/+6
2016-12-06loplugin:unnecessaryoverrideStephan Bergmann1-5/+0
2016-12-02xmlsecurity mscrypto PDF verify: implement support for non-detached signaturesMiklos Vajna1-2/+0
2016-12-02xmlsecurity PDF verify: don't hide signatures where digest match is uncertainMiklos Vajna1-2/+19
2016-12-01xmlsecurity PDF verify: avoid seeking before the start of the streamMiklos Vajna2-0/+2
2016-12-01xmlsecurity PDF verify: handle no EOL at EOFMiklos Vajna2-0/+2
2016-12-01xmlsecurity PDF verify: fix reading names containing ']'Miklos Vajna2-0/+2243
2016-12-01xmlsecurity PDF verify: don't abort read on partial signMiklos Vajna2-0/+11
2016-12-01xmlsecurity PDF verify: handle boolean type as dictionary valueMiklos Vajna2-0/+2
2016-12-01xmlsecurity PDF verify: CR is also a terminator of a commentMiklos Vajna2-0/+4482
2016-12-01xmlsecurity PDF verify: tolerate missing %%EOF in incremental updatesMiklos Vajna2-0/+20
2016-12-01xmlsecurity PDF verify: support non-detached signaturesMiklos Vajna2-0/+23
2016-11-30xmlsecurity PDF verify: look for the signingCertificateV2 attributeMiklos Vajna1-0/+21
2016-11-30CppunitTest_xmlsecurity_pdfsigning: add first PAdES testMiklos Vajna2-0/+8
2016-11-30CppunitTest_xmlsecurity_signing: add 2 more ODF / XAdES testsMiklos Vajna3-0/+33
2016-11-25CppunitTest_xmlsecurity_pdfsigning: add PAdES testcaseMiklos Vajna1-8/+20
2016-11-25CppunitTest_xmlsecurity_signing: add XAdES testcaseMiklos Vajna1-1/+57
2016-11-24CppunitTest_xmlsecurity_signing: don't assume we always have a signing certMiklos Vajna3-45/+18
2016-11-18The PDF tests require HAVE_FEATURE_PDFIMPORTTor Lillqvist1-0/+10
2016-11-17xmlsecurity PDF sign: handle AdES when writing SubFilterMiklos Vajna1-1/+1
2016-11-15Fix typosSamuel Mehrbrodt1-1/+1
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann1-2/+2
2016-11-10xmlsecurity PDF sign: support non-compressed AcroForm objectsMiklos Vajna1-1/+8
2016-11-10More work in progress on XAdES compliant ODF signingTor Lillqvist1-1/+1
2016-11-10xmlsecurity PDF sign: use a predictor when compressing the xref streamMiklos Vajna1-0/+16
2016-11-09loplugin:unnecessaryoverride and loplugin:overrideTor Lillqvist1-8/+1
2016-11-08xmlsecurity: move the sec context from the format helpers to the sign managerMiklos Vajna1-13/+13
2016-11-08Work in progress on supporting XAdES-compliant signatures for ODFTor Lillqvist1-3/+3
2016-11-04xmlsecurity PDF NSS verify: handle SHA1_WITH_RSAMiklos Vajna2-0/+12
2016-11-04vcl: extract PDFWriter::GetDateTime() from PDFWriterImplMiklos Vajna1-1/+11
2016-11-03xmlsecurity PDF sign: enable unit tests on WindowsMiklos Vajna2-31/+14
2016-11-02xmlsecurity PDF verify: add support for object streamsMiklos Vajna2-0/+14
2016-11-01Use enum class for two local enumsTor Lillqvist2-6/+6
2016-10-27xmlsecurity PDF verify: import out-of-signature dateMiklos Vajna1-3/+12
2016-10-27xmlsecurity PDF verify: support array ref annotationsMiklos Vajna2-23/+40
2016-10-26xmlsecurity PDF verify: fix handling of non-imported certsMiklos Vajna2-0/+3
2016-10-26xmlsecurity PDF sign: fix removing non-last signaturesMiklos Vajna2-1/+39
2016-10-26xmlsecurity PDF signing: fix byte range check for multiple signaturesMiklos Vajna1-17/+53
2016-10-25xmlsecurity: add PDF signature removal testcaseMiklos Vajna2-0/+41