summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
AgeCommit message (Expand)AuthorFilesLines
2023-04-04xmlsec: fix OOXML signing with multiple certs, extend the testTomaž Vajngerl2-30/+34
2023-04-04xmlsec: signing the document fails the 3rd time (invalid signature)Tomaž Vajngerl4-15/+24
2023-04-04CVE-2022-26305 compare authors using ThumbprintCaolán McNamara1-4/+19
2021-12-21only use X509DataCaolán McNamara2-0/+8
2021-10-29Make Certificate not found dialog asyncSzymon Kłos1-2/+8
2021-10-29Make View Certificate sub-dialog asyncSzymon Kłos1-2/+11
2021-10-29Make View Certificate dialog asyncSzymon Kłos1-2/+7
2021-10-29jsdialog: enable Digital Signatures dialogSzymon Kłos2-7/+26
2021-04-16xmlsecurity: replace OOXMLSecParser implementationMichael Stahl2-234/+1309
2021-04-16xmlsecurity: improve handling of multiple X509Data elementsMichael Stahl16-197/+616
2021-04-16oox, svx, sw, xmlsecurity: clang-format these filesMiklos Vajna1-72/+126
2021-04-16Remove unnecessary if blockSamuel Mehrbrodt1-64/+66
2021-04-16xmlsecurity: ignore elements in ds:Object that aren't signedMichael Stahl3-90/+220
2021-04-16xmlsecurity: XSecParser confused about multiple timestampsMichael Stahl6-75/+61
2021-04-16xmlsecurity: replace XSecParser implementationMichael Stahl2-346/+1341
2021-04-16expand out some namespace aliases [xmlsecurity/source/helper]Noel Grandin4-123/+107
2021-04-16do same set error state as ReadAndVerifySignature doesCaolán McNamara1-0/+1
2021-03-18default to CertificateValidity::INVALIDCaolán McNamara1-2/+2
2021-01-07officecfg,unotools,cui: add ODF 1.2 Extended / ODF 1.3 versionsMichael Stahl1-1/+1
2020-11-20Avoid unused parameter warning in the !HAVE_FEATURE_PDFIUM caseTor Lillqvist1-0/+1
2020-11-19xmlsecurity: reject a few dangerous annotation types during pdf sig verifyMiklos Vajna1-5/+58
2020-11-19xmlsecurity: handle MDP permission during PDF verifyMiklos Vajna2-9/+14
2020-10-02Fix libnssckbi not found error on AndroidMert Tumer1-1/+1
2020-09-22tdf#128136: Build curl, nss, and xmlsec for iOS, tooTor Lillqvist1-1/+7
2020-09-19Avoid unused parameter 'rPageChecksums' in the !HAVE_FEATURE_PDFIUM caseTor Lillqvist1-0/+1
2020-09-09xmlsecurity: pdf incremental updates that are non-commenting are invalidMiklos Vajna1-0/+69
2020-09-08xmlsecurity: avoid saying OK when the signature is partialMiklos Vajna1-5/+10
2020-09-07xmlsecurity: fix infobar vs signature dialog inconsistencyMiklos Vajna1-2/+11
2020-08-19Make TempFile destructor remove temp directory recursivelySamuel Mehrbrodt1-60/+0
2020-07-27xmlsecurity: detect unsigned incremental update between signaturesMiklos Vajna2-26/+117
2020-06-29sd signature line: pass the model down to xmlsecurityMiklos Vajna3-22/+51
2020-06-29[API CHANGE] extend css.security.XDocumentDigitalSignaturesbrinzing1-2/+45
2020-06-29sd signature line: place shape on the correct pageMiklos Vajna1-2/+32
2020-06-29sd signature line: access the pdf shape from the appearance writerMiklos Vajna1-0/+4
2020-06-29sd signature line: export shape with signature to PDFMiklos Vajna1-2/+75
2020-04-29tdf#131733 Show only CN part of X.509 subject infocp-6.4-branch-pointGabor Kelemen4-9/+9
2019-12-17Fix macro security UI usability problemsJan-Marek Glogowski1-18/+58
2019-11-03loplugin:stringaddNoel Grandin1-3/+1
2019-11-03find symbols that can be privateNoel Grandin1-4/+4
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-4/+2
2019-10-17Remove some memset callsMike Kaganski1-2/+1
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+1
2019-10-10Silence -Werror,-Wunused-variable (clang-cl)Stephan Bergmann1-1/+1
2019-10-09tdf#114441 changed some sal_uLong to better fitting typesChristian Barth1-1/+1
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-1/+1
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara2-2/+4
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann5-6/+6
2019-09-28loplugin:constmethod in xmlsecurityNoel Grandin4-7/+7
2019-09-10Fix typosAndrea Gelmini1-1/+1
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov5-16/+11