summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
2022-04-29xmlsecurity: fix testInsertCertificate_PEM_ODT with "dbm:" NSS DBMichael Stahl1-0/+7
2022-04-29xmlsecurity: fix init of temp NSS DB when running with uid 0Michael Stahl1-8/+13
2022-04-29use more string_view in INetURLObjectNoel Grandin1-1/+1
2022-04-28Fix system-nss: add hasht.h header backThorsten Behrens1-0/+1
2022-04-20loplugin:passstuffbyrefNoel Grandin2-2/+2
2022-04-15use more string_view in xml*Noel Grandin2-6/+7
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-4/+5
2022-03-04use internal SHA256Thumbprint apiCaolán McNamara1-1/+8
2022-03-04compare authors using ThumbprintCaolán McNamara1-3/+11
2022-03-01Fix the test failing when invalid certificate is in cert storeMike Kaganski1-1/+1
2022-02-25Add documentation for xmlsecurityHossein1-2/+30
2022-02-21Cleanup x509certificate_nssimpl.cxxHossein1-22/+14
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara2-10/+10
2022-01-29gtk4: remove stray xalignCaolán McNamara1-1/+0
2022-01-24Make Certificate not found dialog asyncSzymon Kłos2-4/+11
2022-01-24Make View Certificate sub-dialog asyncSzymon Kłos2-2/+13
2022-01-24Make View Certificate dialog asyncSzymon Kłos2-2/+10
2022-01-24jsdialog: enable Digital Signatures dialogSzymon Kłos3-7/+27
2022-01-12gbuild: build static LO / link static executablesJan-Marek Glogowski1-1/+1
2022-01-06tdf#146392 fix --enable-pch=full buildscito3-4/+4
2022-01-05xmlsecurity nss: log what XML DOM node is given to libxmlsecMiklos Vajna1-0/+7
2022-01-05Update gpgme to 1.16.0Thorsten Behrens1-4/+3
2022-01-04xmlsecurity: log the signature we read from the ZIP packageMiklos Vajna1-0/+28
2022-01-03Split xmlsecurity components based on the configJan-Marek Glogowski8-1/+52
2022-01-03xmlsecurity: add some more loggingMiklos Vajna1-0/+8
2021-12-26Let comphelper::Base64::decode* take std::u16string_viewMike Kaganski2-7/+7
2021-12-24osl::Mutex->std::mutex in OCipherContextNoel Grandin2-6/+4
2021-12-21only use X509DataCaolán McNamara3-0/+12
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann2-2/+2
2021-11-30loplugin:stringliteraldefine in variousNoel Grandin3-22/+22
2021-11-24Rename o3tl::underlyingEnumValue to o3tl::to_underlying to match C++23Mike Kaganski1-14/+14
2021-11-07forward decls go after #includeNoel Grandin1-4/+3
2021-11-02xmlsec: fix OOXML signing with multiple certs, extend the testTomaž Vajngerl3-119/+153
2021-11-01Fix more misuses of NULL across Windows-only codeStephan Bergmann2-11/+11
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmlsecurityMike Kaganski17-123/+78
2021-10-28loplugin:simplifybool (clang-cl)Stephan Bergmann1-1/+1
2021-10-28xmlsec: signing the document fails the 3rd time (invalid signature)Tomaž Vajngerl5-23/+152
2021-10-27xmlsecurity: some Distinguished Names are less equal than othersMichael Stahl8-20/+208
2021-10-25tdf#145312 xmlsecurity: prevent from crash when cannot receive pdfium annotationSzymon Kłos1-0/+5
2021-10-21loplugin:flattenNoel Grandin2-42/+39
2021-10-21Fix commentTor Lillqvist1-2/+3
2021-10-20Run testODFX509CertificateChain first because otherwise it fails on my MacTor Lillqvist1-2/+6
2021-10-19loplugin various (clang-cl)Stephan Bergmann1-4/+4
2021-10-19xmlsecurity: fix --without-system-nss usage of NSS_SetAlgorithmPolicyMichael Stahl2-2/+2
2021-10-19xmlsecurity: fix test failing because NSS policy forbids SHA1Michael Stahl4-0/+46
2021-10-18xmlsecurity: fix new tests on WNTMichael Stahl2-5/+72
2021-10-18xmlsecurity: fix some obvious copypastaMichael Stahl1-2/+2
2021-10-17Simplify Sequences in xmlsecurityJulien Nabet4-26/+23
2021-10-17Simplify vector initialization in xmlsecurityJulien Nabet4-13/+19
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1