summaryrefslogtreecommitdiff
path: root/xmlsecurity/qa
AgeCommit message (Expand)AuthorFilesLines
2024-05-16WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-1/+3
2024-05-15loplugin:ostr in xmlsecurityNoel Grandin3-99/+103
2024-03-28tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-7/+0
2024-01-30tdf#105844 unotest,xmlsecurity: fix tests on MacOSXMichael Stahl3-12/+7
2024-01-23Make wholesome ODF package encryption the defaultThorsten Behrens1-28/+30
2024-01-11Fix typoAndrea Gelmini1-2/+2
2024-01-11tdf#105844 add test for ODF wholesome encryption with macro signatureMichael Stahl3-0/+308
2024-01-03UnoApiTest::loadFromURL -> UnoApiTest::loadFromFileMike Kaganski2-26/+26
2023-11-19Extended loplugin:ostr: xmlsecurityStephan Bergmann2-10/+10
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: xmlsecurityStephan Bergmann1-1/+1
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann1-2/+2
2023-08-27Fix typoAndrea Gelmini1-1/+1
2023-08-26XMLSecurity Module Documentation UpdateTokieSan1-0/+31
2023-06-16tdf#146547 sfx2: allow read-only documents to be modifiedMichael Stahl1-0/+4
2023-05-16xmlsecurity: do not run the test with HAVE_FEATURE_PDFIMPORTXisco Fauli1-2/+2
2023-04-17Remove some unused includesMiklos Vajna1-3/+0
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-2/+1
2022-12-22loplugin:unocast (xmlsecurity::Certificate)Stephan Bergmann1-1/+2
2022-12-01CppunitTest_xmlsecurity_signing2: inherit from UnoApiXmlTestXisco Fauli1-56/+9
2022-11-23UnoApiTest: factor out createTempFileXisco Fauli1-23/+13
2022-11-23CppunitTest_xmlsecurity_signing: inherit from UnoApiXmlTestXisco Fauli1-419/+204
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin2-27/+27
2022-09-29use more string_view in xmlsecurityNoel Grandin1-11/+11
2022-07-29Verify signing certificate cryptographically before use in testsMike Kaganski1-1/+2
2022-07-20tdf#127236 vcl: fix missing encryption of PDF images during exportMiklos Vajna1-1/+1
2022-05-05tdf#145312: xmlsecurity_pdfsigning: Add unittestXisco Fauli2-0/+6
2022-05-03Just use Any ctor instead of makeAny in xmlsecurityStephan Bergmann1-1/+1
2022-03-01Fix the test failing when invalid certificate is in cert storeMike Kaganski1-1/+1
2021-11-24Rename o3tl::underlyingEnumValue to o3tl::to_underlying to match C++23Mike Kaganski1-14/+14
2021-11-02xmlsec: fix OOXML signing with multiple certs, extend the testTomaž Vajngerl1-89/+120
2021-10-28xmlsec: signing the document fails the 3rd time (invalid signature)Tomaž Vajngerl1-8/+128
2021-10-27xmlsecurity: some Distinguished Names are less equal than othersMichael Stahl1-0/+16
2021-10-21Fix commentTor Lillqvist1-2/+3
2021-10-20Run testODFX509CertificateChain first because otherwise it fails on my MacTor Lillqvist1-2/+6
2021-10-19xmlsecurity: fix test failing because NSS policy forbids SHA1Michael Stahl2-0/+30
2021-10-18xmlsecurity: fix new tests on WNTMichael Stahl1-4/+11
2021-10-17Simplify Sequences in xmlsecurityJulien Nabet1-6/+3
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+1
2021-10-12xmlsecurity: add tests for multiple X509Data/X509CertificateMichael Stahl6-0/+108
2021-10-12xmlsecurity: add test for timestampsMichael Stahl2-0/+22
2021-08-20Make some scripts more portableIlmari Lauhakangas1-1/+3
2021-05-14Improve loplugin:stringviewStephan Bergmann1-1/+1
2021-03-12explicitly assert that xSignatureInfo shouldn't be emptyCaolán McNamara1-0/+4
2021-03-12Drop some unused includesMiklos Vajna1-1/+0
2021-03-05CppunitTest_xmlsecurity_signing: run all tests in the disable-pdfium caseMiklos Vajna1-8/+6
2021-03-05tdf#139734 Remove redundant asserts after functions loadFromDesktop and loadMoaz2-21/+0
2021-03-04CppunitTest_xmlsecurity_pdfsigning: run all tests in the disable-pdfium caseMiklos Vajna1-17/+84
2021-02-26pdfium: don't build PDFiumLibrary when PDFium is disabledMiklos Vajna1-0/+24
2021-01-10fix coverity parse errorsCaolán McNamara3-3/+3