summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
AgeCommit message (Expand)AuthorFilesLines
2023-01-16cid#1519051 silence Unchecked dynamic_castCaolán McNamara1-0/+1
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski5-113/+118
2023-01-14XUnoTunnel->dynamic_cast in SecurityEnvironmentGpgNoel Grandin3-27/+3
2023-01-14XUnoTunnel->dynamic_cast in CertificateImplNoel Grandin3-22/+2
2023-01-14XUnoTunnel->dynamic_cast in XMLElementWrapper_XmlSecImplNoel Grandin6-31/+7
2023-01-14XUnoTunnel->dynamic_cast in SecurityEnvironment_NssImplNoel Grandin4-27/+4
2023-01-14XUnoTunnel->dynamic_cast in X509Certificate_NssImplNoel Grandin3-26/+4
2023-01-13XUnoTunnel->dynamic_cast in X509Certificate_MSCryptImplNoel Grandin3-15/+3
2023-01-13XUnoTunnel->dynamic_cast in SecurityEnvironment_MSCryptImplNoel Grandin4-15/+4
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann11-57/+36
2022-12-23loplugin:unocast (sfx2::DigitalSignatures)Stephan Bergmann1-3/+3
2022-12-22loplugin:unocast (xmlsecurity::Certificate)Stephan Bergmann9-31/+41
2022-12-22loplugin:unocast (SignatureVerifierImpl)Stephan Bergmann2-2/+13
2022-12-20Use SecurityEnvironmentGpg's XUnoTunnel instead of dynamic_castStephan Bergmann1-2/+2
2022-12-20Use XUnoTunnel instead of dynamic_cast here tooStephan Bergmann1-1/+2
2022-12-19Use XUnoTunnel instead of dynamic_cast here tooStephan Bergmann1-2/+3
2022-12-19Use XUnoTunnel instead of dynamic_cast here tooStephan Bergmann1-1/+1
2022-11-24Remove some unused includesMiklos Vajna1-1/+1
2022-11-10tdf#147201 Use std::size() instead of SAL_N_ELEMENTS() macroinsanetree3-10/+10
2022-11-06sync mscrypt impl with nss implCaolán McNamara1-10/+10
2022-11-06-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): xmlsecurityStephan Bergmann1-0/+2
2022-11-05fix a potential mem leakCaolán McNamara1-0/+3
2022-11-05cid#1516654 Unchecked return valueCaolán McNamara1-2/+2
2022-10-27Update libxmlsec to 1.2.35Miklos Vajna4-8/+16
2022-10-22use more TempFileFastService in xmlsecurityNoel Grandin1-1/+1
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-8/+8
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-7/+7
2022-09-29use more string_view in xmlsecurityNoel Grandin3-20/+20
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann6-6/+6
2022-07-28clang-tidy modernize-pass-by-value in xml*Noel Grandin9-16/+21
2022-07-20tdf#127236 vcl: fix missing encryption of PDF images during exportMiklos Vajna1-2/+2
2022-07-07elide some string copiesNoel Grandin3-7/+9
2022-06-02Use more appropriate index variable typesStephan Bergmann1-2/+3
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann2-4/+6
2022-05-06remove unnecessary sequenceToContainerNoel Grandin1-4/+3
2022-05-05loplugin:unusedvariableplusNoel Grandin1-1/+0
2022-05-03Just use Any ctor instead of makeAny in xmlsecurityStephan Bergmann2-10/+10
2022-05-01use more string_view in variousNoel Grandin1-2/+2
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-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 Grandin1-5/+6
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-3/+4
2022-03-04use internal SHA256Thumbprint apiCaolán McNamara1-1/+8
2022-03-04compare authors using ThumbprintCaolán McNamara1-3/+11
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-24Make Certificate not found dialog asyncSzymon Kłos1-4/+10
2022-01-24Make View Certificate sub-dialog asyncSzymon Kłos1-2/+11