summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec
AgeCommit message (Expand)AuthorFilesLines
2025-03-30Use osl_getEnvironment instead of getenvMike Kaganski1-5/+7
2025-03-26Move Windows error helpers to comphelper namespacevarshneydevansh3-6/+6
2025-03-10use more concrete UNO classesNoel Grandin1-8/+7
2025-01-29tdf#161872 xmlsecurity mscrypt: don't require trusted signing certsMiklos Vajna1-0/+1
2025-01-28tdf#161872 xmlsecurity nss: don't require trusted signing certsMiklos Vajna1-0/+1
2024-12-22tdf#152299 - Remove unused define(s) from C/C++ filesBogdan Buzea1-1/+0
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin1-1/+1
2024-11-04new loplugin:staticconstexprNoel Grandin2-2/+2
2024-09-25cool#9992 lok doc sign: fix import of the private keyMiklos Vajna1-1/+3
2024-08-13tdf#161909: show NSS cert DB path (MOZ profile) in password dialogMoritz Duge1-1/+6
2024-05-23tdf#145538 Use range based for loopsU-AMANDAQUARESMA\quare1-3/+3
2024-05-15loplugin:ostr in xmlsecurityNoel Grandin10-49/+49
2024-05-08drop requirement for rtl_random_getBytes to have "Pool" argCaolán McNamara1-3/+1
2024-05-04WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-1/+1
2024-04-04Missing include, againStephan Bergmann1-0/+1
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski4-8/+0
2024-03-28Fix typoAndrea Gelmini1-1/+1
2024-03-28Missing includeStephan Bergmann1-0/+1
2024-03-28Drop transitional header xmlsecurity/xmlsec-wrapper.hGabor Kelemen13-14/+9
2024-03-28tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski10-12/+15
2024-02-25Use SAL_WNODEPRECATED_DECLARATIONS_(PUSH|POP)Mike Kaganski1-14/+2
2024-02-16tdf#42982: Improve UNO error reporting. Make exceptions more descriptiveseturaj1-4/+4
2024-02-01check that rtl_random_getBytes() was successfulMichael Stahl1-1/+4
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2024-01-05upgrade libxml2, libxslt & liblangtagCaolán McNamara1-1/+14
2023-12-31Replace "size() != 0 with !empty()" (xmlsecurity)Julien Nabet1-1/+1
2023-12-24xmlsecurity: fix AES-GCM code differentlyThorsten Behrens1-11/+11
2023-12-21xmlsecurity: fix AES-GCM code to build with NSS < 3.52Michael Stahl1-2/+12
2023-12-11tdf#105844 offapi,package,sfx2,xmlsecurity: add AEAD w/ AES GCMMichael Stahl3-19/+119
2023-12-08xmlsecurity: deploy asserts in OCipherContextMichael Stahl1-11/+12
2023-12-07xmlsecurity: check for errors in OCipherContext::Create()Michael Stahl2-22/+42
2023-12-07xmlsecurity: W3C padding max size is the block sizeMichael Stahl1-1/+3
2023-12-07some cosmetic improvements, better warningsMichael Stahl1-4/+4
2023-11-08new loplugin:fieldcastNoel Grandin2-7/+7
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-1/+1
2023-04-25Add script to find unused using declarationsGabor Kelemen4-8/+0
2023-04-17loplugin:stringaddStephan Bergmann1-2/+1
2023-04-09use more OUStringToOStringNoel Grandin1-1/+1
2023-03-30loplugin:stringadd in variousNoel Grandin1-2/+1
2023-03-17elide some temporary OUStringsNoel Grandin1-1/+1
2023-02-15new comphelper::SingletonRefNoel Grandin1-3/+3
2023-01-16cid#1519051 silence Unchecked dynamic_castCaolán McNamara1-0/+1
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski1-3/+2
2023-01-14XUnoTunnel->dynamic_cast in XMLElementWrapper_XmlSecImplNoel Grandin5-29/+5
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 Bergmann5-32/+18
2022-12-22loplugin:unocast (xmlsecurity::Certificate)Stephan Bergmann5-18/+32