summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
2022-02-10only use X509DataCaolán McNamara3-0/+12
2021-10-19xmlsecurity: add tests for multiple X509Data/X509CertificateMichael Stahl6-0/+111
2021-10-19xmlsecurity: add test for timestampsMichael Stahl2-0/+24
2021-10-19xmlsecurity: replace OOXMLSecParser implementationMichael Stahl2-234/+1311
2021-10-19xmlsecurity: improve handling of multiple X509Data elementsMichael Stahl19-196/+643
2021-10-19xmlsecurity: ignore elements in ds:Object that aren't signedMichael Stahl4-90/+221
2021-10-19xmlsecurity: XSecParser confused about multiple timestampsMichael Stahl7-78/+63
2021-10-19xmlsecurity: replace XSecParser implementationMichael Stahl2-346/+1341
2021-10-19expand out some namespace aliases [xmlsecurity/source/helper]Noel Grandin4-123/+107
2021-10-19default to CertificateValidity::INVALIDCaolán McNamara1-2/+2
2021-10-19do same set error state as ReadAndVerifySignature doesCaolán McNamara1-0/+1
2020-12-01xmlsecurity: reject a few dangerous annotation types during pdf sig verifyMiklos Vajna3-5/+76
2020-11-27xmlsecurity: handle MDP permission during PDF verifyMiklos Vajna6-15/+40
2020-11-27xmlsecurity: pdf incremental updates that are non-commenting are invalidMiklos Vajna5-3/+95
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-07-27xmlsecurity: detect unsigned incremental update between signaturesMiklos Vajna6-33/+141
2019-09-30use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin1-1/+1
2019-09-22NSS: create a temporary database instead of in-memoryTomaž Vajngerl5-51/+162
2019-09-22convert to range forTomaž Vajngerl1-4/+3
2019-09-22xmlsecurity: clean-up code a bitTomaž Vajngerl1-11/+13
2019-09-22Remove some useless whitespacesTomaž Vajngerl1-3/+3
2019-08-29tdf#116085 add more Gpg4Win binary locationsThorsten Behrens1-3/+8
2019-08-05Fix signing empty Configurations2/accelerator/current.xmlTomaž Vajngerl3-40/+59
2019-06-19Properly initialize gpgme-w32spawn.exe path on WindowsMike Kaganski1-0/+38
2019-06-15build: support disabling popplerAshod Nakashian2-2/+2
2019-04-09tdf#123747 xmlsecurity, ODF sign roundtrip: preserve invalid reference typeMiklos Vajna8-18/+83
2018-12-05tdf#118373 xmlsecurity: avoid stderr output on libxmlsec version checkMiklos Vajna1-0/+6
2018-11-28sfx2: show partial signatures even if cert validation failsMiklos Vajna1-2/+4
2018-11-22weld SwCondCollPageCaolán McNamara1-4/+4
2018-11-19weld TreeViewCaolán McNamara1-0/+1
2018-11-17Adapt to C++2a char_tStephan Bergmann1-1/+1
2018-11-16loplugin:staticmethods improvementNoel Grandin1-3/+3
2018-11-16Fix typosAndrea Gelmini1-1/+1
2018-11-15Adapt recent CppunitTest_xmlsecurity_signing fix to ASanStephan Bergmann1-2/+6
2018-11-14xmlsecurity: make members of OOXMLSecExporter::Impl privateMiklos Vajna1-2/+9
2018-11-14Add unit test for reading ODF signed signaturelineSamuel Mehrbrodt2-4/+24
2018-11-13CppunitTest_xmlsecurity_signing: turn on clang-format for this fileMiklos Vajna1-118/+147
2018-11-13Related tdf#118581 Use subject name, not issuer name for signature lineSamuel Mehrbrodt1-2/+2
2018-11-12tdf#118581 Correctly display issuer name in signature lineSamuel Mehrbrodt8-415/+37
2018-11-09Clean up excess slashes in pathsStephan Bergmann1-7/+7
2018-11-09Fix creation/removal of GPG socketdirStephan Bergmann2-11/+29
2018-11-09css::security::DocumentSignatureInformation::SignatureTime is 32 bitStephan Bergmann1-1/+1
2018-11-07move SvTreeListBox to vclCaolán McNamara6-10/+10
2018-11-05xmlSecNssPKIAdoptKey apparently takes over ownership of keysStephan Bergmann1-2/+4
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski2-2/+0
2018-10-31Fix xmlSecSize size mismatchMike Kaganski1-2/+2
2018-10-31lok: new function to add certificate to certificate DBTomaž Vajngerl2-0/+11
2018-10-29fix importing the certificate and private keyTomaž Vajngerl4-31/+92
2018-10-29xmlsecurity: implement XCertificateCreator for NSS backendTomaž Vajngerl2-13/+66