summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
2021-03-09Make sal/config.h the first in pchMike Kaganski2-4/+4
2021-03-06update pchesJulien Nabet1-1/+1
2021-03-06update pchesJulien Nabet2-3/+12
2021-03-05CppunitTest_xmlsecurity_signing: run all tests in the disable-pdfium caseMiklos Vajna1-8/+6
2021-03-05tdf#139734 Remove redundant asserts after functions loadFromDesktop and loadMoaz2-21/+0
2021-03-04CppunitTest_xmlsecurity_pdfsigning: run all tests in the disable-pdfium caseMiklos Vajna1-17/+84
2021-03-03update pchesCaolán McNamara1-1/+1
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 Stahl11-105/+200
2021-03-03xmlsecurity: improve handling of multiple X509Data elementsMichael Stahl16-195/+460
2021-03-03xmlsecurity: add EqualDistinguishedNames()Michael Stahl3-0/+75
2021-03-03xmlsecurity: ignore elements in ds:Object that aren't signedMichael Stahl4-90/+221
2021-03-03xmlsecurity: remove XSecController::setPropertyId()Michael Stahl6-53/+53
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-26pdfium: don't build PDFiumLibrary when PDFium is disabledMiklos Vajna1-0/+24
2021-02-23update pchesCaolán McNamara1-1/+1
2021-02-19update pchesCaolán McNamara1-2/+1
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-08update pchesCaolán McNamara2-2/+3
2021-02-04log why status wasn't SECSuccessCaolán McNamara1-1/+12
2021-01-27tdf#115884 PDF signing should mention it only works with x509 certificatesVishwas1-1/+1
2021-01-26loplugin:passstuffbyrefNoel2-2/+2
2021-01-21remove deprecated [x|y]align property for CheckBoxes and RadioButtonsCaolán McNamara1-4/+0
2021-01-16drop unusual xalign 0.5Caolán McNamara1-1/+0
2021-01-16snap near 0.5 align values to 0.5Caolán McNamara1-1/+1
2021-01-15replace stock button labelsCaolán McNamara5-26/+26
2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara1-0/+1
2021-01-10fix coverity parse errorsCaolán McNamara3-3/+3
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann4-19/+26
2020-12-26New loplugin:stringliteralvarStephan Bergmann3-3/+3
2020-12-22drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara1-236/+218
2020-12-22replace deprecated xpad/ypadCaolán McNamara1-2/+0
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara1-2/+2
2020-12-21disable some more tests for non-default-dpiNoel Grandin1-0/+4
2020-12-19don't mention VclBuilder in the dialog tests docsCaolán McNamara1-1/+1
2020-12-19make *String(string_view) constructors explicitNoel Grandin2-2/+2
2020-12-15update pchesCaolán McNamara1-1/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann10-23/+36
2020-12-08use proper struct for trusted authorsNoel3-26/+22
2020-12-07move various notebookbar widgets into vclCaolán McNamara1-1/+1
2020-12-04disable tests that don't work without pdfiumCaolán McNamara1-0/+17
2020-12-04update pchesCaolán McNamara2-2/+7
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-2/+3