summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
AgeCommit message (Expand)AuthorFilesLines
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara2-2/+2
2021-05-19fix leak in verifyCertificateNoel Grandin1-0/+1
2021-05-19flatten SecurityEnvironment_NssImplNoel Grandin1-245/+228
2021-05-18Typo: solt=>slotJulien Nabet1-5/+5
2021-05-17dont leak slot-list in updateSlotsNoel Grandin1-2/+2
2021-05-17gtk4: reenable buttonCaolán McNamara1-4/+4
2021-05-12unused include lineCaolán McNamara1-1/+0
2021-05-05Switch OPENSSL config var from negative to positiveJan-Marek Glogowski1-4/+8
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin2-4/+4
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-1/+1
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-3/+3
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2-4/+4
2021-04-14tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorAhmet Hakan Çelik3-6/+3
2021-04-09Recheck include/ with IWYUGabor Kelemen2-0/+2
2021-04-07rtl::Static -> function local staticNoel Grandin4-20/+8
2021-04-01cid#1475790 Uninitialized scalar fieldCaolán McNamara1-4/+0
2021-03-31xmlsecurity: replace OOXMLSecParser implementationMichael Stahl2-234/+1309
2021-03-26Drop these definesMike Kaganski3-9/+3
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-3/+3
2021-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC30-119/+30
2021-03-18tdf#88205: Use initializer_list ctor in css::uno::SequenceMani Kumar1-2/+1
2021-03-15Fix typosAndrea Gelmini1-1/+1
2021-03-12do same set error state as ReadAndVerifySignature doesCaolán McNamara1-0/+1
2021-03-12do same logging as ReadAndVerifySignature doesCaolán McNamara1-1/+3
2021-03-12Drop some unused includesMiklos Vajna2-2/+0
2021-03-11Don't use std::ostream operator <<(char16_t const *) deleted in C++20Stephan Bergmann1-2/+2
2021-03-10xmlsecurity: rework to avoid pdfium ifdefs in pdfsignaturehelperMiklos Vajna1-10/+5
2021-03-09loplugin:refcounting (clang-cl)Stephan Bergmann2-20/+15
2021-03-03xmlsecurity: fix crash in DocumentDigitalSignatures::isAuthorTrusted()Michael Stahl1-4/+8
2021-03-03xmlsecurity: avoid exception in DigitalSignaturesDialog::getCertificate()Michael Stahl1-1/+1
2021-03-03xmlsecurity: improve handling of multiple certificates per X509DataMichael Stahl10-104/+197
2021-03-03xmlsecurity: improve handling of multiple X509Data elementsMichael Stahl14-191/+440
2021-03-03xmlsecurity: add EqualDistinguishedNames()Michael Stahl2-0/+72
2021-03-03xmlsecurity: ignore elements in ds:Object that aren't signedMichael Stahl3-90/+220
2021-03-03xmlsecurity: remove XSecController::setPropertyId()Michael Stahl5-50/+51
2021-03-03xmlsecurity: XSecParser confused about multiple timestampsMichael Stahl3-29/+14
2021-03-03xmlsecurity: move XSecParser Reference state into contextsMichael Stahl2-60/+63
2021-03-03xmlsecurity: move XSecParser state into contextsMichael Stahl2-102/+65
2021-03-03xmlsecurity: replace XSecParser implementationMichael Stahl2-314/+1343
2021-02-19loplugin:refcounting in xmlsecurityNoel7-74/+54
2021-02-18loplugin:referencecasting in xmlsecurityNoel7-45/+43
2021-02-09default to CertificateValidity::INVALIDCaolán McNamara1-2/+2
2021-02-08tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorTarun Sharma7-14/+7
2021-02-04log why status wasn't SECSuccessCaolán McNamara1-1/+12
2021-01-26loplugin:passstuffbyrefNoel2-2/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-12/+19
2020-12-19make *String(string_view) constructors explicitNoel Grandin2-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann7-15/+20
2020-12-08use proper struct for trusted authorsNoel2-25/+21
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-2/+3