summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
AgeCommit message (Expand)AuthorFilesLines
2024-04-09tdf#146619 Drop unused 'using namespace' in: xmlsecurity/Gabor Kelemen3-3/+0
2024-04-04Missing include, againStephan Bergmann1-0/+1
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski6-9/+2
2024-03-28Fix typoAndrea Gelmini1-1/+1
2024-03-28Missing includeStephan Bergmann1-0/+1
2024-03-28Drop transitional header xmlsecurity/xmlsec-wrapper.hGabor Kelemen15-16/+10
2024-03-28tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski21-49/+27
2024-03-26tdf#160184 ask user if they want to trust an untrusted certificatePatrick Luby1-0/+14
2024-03-19tdf#159985 Warn about the need to reload file after changing macro security l...Rafael Lima1-0/+34
2024-03-12Remove SaveODFItem classGabor Kelemen1-29/+0
2024-03-05Related: tdf#152524 eliminate UserData struct name collisionPatrick Luby3-21/+21
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-07Don't reuse CertificateChooser instancesPatrick Luby2-2/+2
2024-02-05Resolves: tdf#156352 disable sorting while adding rowsCaolán McNamara1-1/+2
2024-02-05tdf#147291 add more default certificate manager application for macOSPatrick Luby1-0/+2
2024-02-02tdf#159307 add default macOS certificate manager applicationsPatrick Luby1-7/+51
2024-02-01check that rtl_random_getBytes() was successfulMichael Stahl1-1/+4
2024-01-30tdf#159307 Fix GetCertificateManagerStephan Bergmann1-4/+11
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski3-3/+3
2024-01-16tdf#105844 xmlsecurity: fix test failure on WNTMichael Stahl1-1/+67
2024-01-16loplugin:unusedmethodsNoel Grandin1-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-30no need to use SvLockBytes in UriBindingHelperNoel Grandin1-4/+3
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-15xmlsecurity: remove "AdES-compliant signature" checkboxMichael Stahl1-12/+4
2023-12-15xmlsecurity: fix assert in CertificateChooser::ImplInitialize()Michael Stahl1-1/+9
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-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (xmlsecurity)Julien Nabet1-2/+2
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-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: xmlsecurityStephan Bergmann1-2/+2
2023-09-19xmlsecurity : simplify DigitalSignatureArnaud VERSINI1-73/+68
2023-08-26Caching Certificates in the CertificateChooser dialog session-wiseTokieSan3-9/+23
2023-08-23Removed Type and Usage Columns from Certificate ChooserTokieSan1-13/+4
2023-08-07xmlsecurity : simplify DigitalSignaturesDialogArnaud VERSINI1-64/+48
2023-07-21loplugin:unusedfieldsNoel Grandin1-5/+1
2023-07-20Added searching and filtering features to certificate chooser dialogTokieSan1-23/+55
2023-07-17xmlsecurity : simplify DigitalSignaturesDialog::canAddRemove.Arnaud VERSINI1-7/+1
2023-07-12xmlsecurity: fix deadlock on preloading libsdlo.soMiklos Vajna1-19/+25
2023-07-11Allow selecting a custom certificate managerTokieSan1-71/+89
2023-07-07xmlsecurity : remove deadcode and usage of array templateArnaud VERSINI1-6/+2
2023-06-26new loplugin:constexprliteralNoel Grandin1-3/+3
2023-06-26xmlsecurity : remove unneccessary static variablesArnaud VERSINI1-11/+7