summaryrefslogtreecommitdiffstats
path: root/xmlsecurity/source
Commit message (Expand)AuthorAgeFilesLines
* xmlsecurity: replace OOXMLSecParser implementationMichael Stahl2021-10-192-234/+1311
* xmlsecurity: improve handling of multiple X509Data elementsMichael Stahl2021-10-1916-192/+618
* xmlsecurity: ignore elements in ds:Object that aren't signedMichael Stahl2021-10-193-90/+220
* xmlsecurity: XSecParser confused about multiple timestampsMichael Stahl2021-10-196-75/+61
* xmlsecurity: replace XSecParser implementationMichael Stahl2021-10-192-346/+1341
* expand out some namespace aliases [xmlsecurity/source/helper]Noel Grandin2021-10-194-123/+107
* default to CertificateValidity::INVALIDCaolán McNamara2021-10-191-2/+2
* do same set error state as ReadAndVerifySignature doesCaolán McNamara2021-10-191-0/+1
* xmlsecurity: reject a few dangerous annotation types during pdf sig verifyMiklos Vajna2020-12-011-5/+58
* xmlsecurity: handle MDP permission during PDF verifyMiklos Vajna2020-11-272-9/+14
* xmlsecurity: pdf incremental updates that are non-commenting are invalidMiklos Vajna2020-11-271-0/+70
* Fix libnssckbi not found error on AndroidMert Tumer2020-10-021-1/+1
* tdf#128136: Build curl, nss, and xmlsec for iOS, tooTor Lillqvist2020-09-221-1/+7
* xmlsecurity: detect unsigned incremental update between signaturesMiklos Vajna2020-07-272-26/+117
* use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin2019-09-301-1/+1
* NSS: create a temporary database instead of in-memoryTomaž Vajngerl2019-09-224-51/+161
* convert to range forTomaž Vajngerl2019-09-221-4/+3
* xmlsecurity: clean-up code a bitTomaž Vajngerl2019-09-221-11/+13
* Remove some useless whitespacesTomaž Vajngerl2019-09-221-3/+3
* tdf#116085 add more Gpg4Win binary locationsThorsten Behrens2019-08-291-3/+8
* Fix signing empty Configurations2/accelerator/current.xmlTomaž Vajngerl2019-08-052-40/+57
* Properly initialize gpgme-w32spawn.exe path on WindowsMike Kaganski2019-06-191-0/+38
* tdf#123747 xmlsecurity, ODF sign roundtrip: preserve invalid reference typeMiklos Vajna2019-04-095-15/+18
* tdf#118373 xmlsecurity: avoid stderr output on libxmlsec version checkMiklos Vajna2018-12-051-0/+6
* loplugin:staticmethods improvementNoel Grandin2018-11-161-3/+3
* xmlsecurity: make members of OOXMLSecExporter::Impl privateMiklos Vajna2018-11-141-2/+9
* Related tdf#118581 Use subject name, not issuer name for signature lineSamuel Mehrbrodt2018-11-131-2/+2
* tdf#118581 Correctly display issuer name in signature lineSamuel Mehrbrodt2018-11-126-383/+36
* css::security::DocumentSignatureInformation::SignatureTime is 32 bitStephan Bergmann2018-11-091-1/+1
* move SvTreeListBox to vclCaolán McNamara2018-11-074-4/+4
* xmlSecNssPKIAdoptKey apparently takes over ownership of keysStephan Bergmann2018-11-051-2/+4
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-042-2/+0
* lok: new function to add certificate to certificate DBTomaž Vajngerl2018-10-312-0/+11
* fix importing the certificate and private keyTomaž Vajngerl2018-10-294-31/+92
* xmlsecurity: implement XCertificateCreator for NSS backendTomaž Vajngerl2018-10-292-13/+66
* xmlsignaturehelper: fix comments, no changeTomaž Vajngerl2018-10-291-19/+7
* xmlsecurity: prevent seg. fault if there is no private keyTomaž Vajngerl2018-10-291-5/+12
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-10-281-2/+2
* tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen2018-10-261-0/+1
* use "range for" to iterate through certificatesTomaž Vajngerl2018-10-251-5/+4
* Support to sign a document with a specified signatureTomaž Vajngerl2018-10-251-0/+41
* pvs-studio: A part of conditional expression is always true: bCertValid.Caolán McNamara2018-10-201-4/+3
* pvs-studio: Expression 'keyStore != nullptr' is always true.Caolán McNamara2018-10-201-8/+0
* pvs-studio: new does not return nullptrCaolán McNamara2018-10-201-5/+0
* pvs-studio: The 'store' variable is assigned values twice successively.Caolán McNamara2018-10-201-7/+3
* pvs-studio: Expression 'pCertContext' is always true.Caolán McNamara2018-10-201-2/+2
* rework to check cPath against nullptr only on !WNTCaolán McNamara2018-10-201-32/+31
* pvs-studio: A part of conditional expression is always true: bSigValid.Caolán McNamara2018-10-201-6/+5
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-191-1/+1
* xmlsecurity: avoid repeated manual calls to PORT_FreeArena()Miklos Vajna2018-10-181-7/+10