summaryrefslogtreecommitdiff
path: root/xmlsecurity/qa
AgeCommit message (Expand)AuthorFilesLines
2022-04-08Disable some failing unit testsGabor Kelemen1-3/+4
2022-03-30xmlsecurity: some Distinguished Names are less equal than othersMichael Stahl1-0/+18
2022-03-30xmlsecurity: fix test failing because NSS policy forbids SHA1Michael Stahl2-0/+27
2022-03-30test: upgrade test NSS database from dbm: to sql:Michael Stahl6-5/+15
2022-03-30xmlsecurity: fix new tests on WNTMichael Stahl3-8/+278
2022-03-30xmlsecurity: add tests for multiple X509Data/X509CertificateMichael Stahl6-0/+110
2022-03-30Initialize crypto after setting up the environment variablesSamuel Mehrbrodt1-5/+6
2022-03-30xmlsecurity: add test for timestampsMichael Stahl2-0/+24
2022-03-30Also fix the generated test certs + generator script to avoid expiredMiklos Vajna3-3/+3
2022-03-30tdf#123747 xmlsecurity, ODF sign roundtrip: preserve invalid reference typeMiklos Vajna2-0/+61
2022-03-30tdf#119309 xmlsecurity xades: missing XML attribute on idSignedProperties refMiklos Vajna1-0/+4
2021-07-22xmlsecurity: reject a few dangerous annotation types during pdf sig verifyMiklos Vajna2-0/+18
2021-07-22xmlsecurity: handle MDP permission during PDF verifyMiklos Vajna2-4/+24
2021-07-22PDF signing: don't fail unittest on invalid certificatesMike Kaganski1-8/+40
2020-10-01xmlsecurity: pdf incremental updates that are non-commenting are invalidMiklos Vajna2-0/+19
2020-10-01xmlsecurity: detect unsigned incremental update between signaturesMiklos Vajna2-3/+18
2018-03-02forcepoint #16: fix heap-use-after-freeMiklos Vajna2-0/+2
2018-01-23tdf#114460 vcl: handle nested parentheses in PDF roundtripMiklos Vajna2-0/+2
2017-06-21gpg4libre: backport OpenPGP signing from masterThorsten Behrens1-4/+8
2017-05-19tdf#107782 xmlsecurity PDF verify: handle empty X509 certificateMiklos Vajna2-0/+20
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