summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-29xmlsignaturehelper: fix comments, no changeTomaž Vajngerl1-19/+7
2018-10-29xmlsecurity: prevent seg. fault if there is no private keyTomaž Vajngerl1-5/+12
2018-10-28update old 'interface-requires' comments to <requires> tagCaolán McNamara3-7/+9
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-2/+2
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-25use "range for" to iterate through certificatesTomaž Vajngerl1-5/+4
2018-10-25Support to sign a document with a specified signatureTomaž Vajngerl1-0/+41
2018-10-20pvs-studio: A part of conditional expression is always true: bCertValid.Caolán McNamara1-4/+3
2018-10-20pvs-studio: Expression 'keyStore != nullptr' is always true.Caolán McNamara1-8/+0
2018-10-20pvs-studio: new does not return nullptrCaolán McNamara1-5/+0
2018-10-20pvs-studio: The 'store' variable is assigned values twice successively.Caolán McNamara1-7/+3
2018-10-20pvs-studio: Expression 'pCertContext' is always true.Caolán McNamara1-2/+2
2018-10-20rework to check cPath against nullptr only on !WNTCaolán McNamara1-32/+31
2018-10-20pvs-studio: A part of conditional expression is always true: bSigValid.Caolán McNamara1-6/+5
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-18xmlsecurity: avoid repeated manual calls to PORT_FreeArena()Miklos Vajna1-7/+10
2018-10-15add SvStream::TellEndNoel Grandin1-3/+1
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2018-10-04xmlsecurity nss: avoid deleting the dsig context manuallyMiklos Vajna1-11/+8
2018-10-02make all notebooks scrollable and enable_popupCaolán McNamara2-0/+4
2018-10-01tdf#116085 make sure Certificate Manager is found with GPG4win v3Cor Nouws1-3/+5
2018-09-27xmlsecurity nss: avoid deleting the keys manager manuallyMiklos Vajna1-12/+13
2018-09-24loplugin:external (clang-cl)Stephan Bergmann2-8/+12
2018-09-20loplugin:useuniqueptr in xmlsecurity::BufferNodeNoel Grandin3-86/+48
2018-09-19tdf#118567 Signature Line: Fix ooxml signingSamuel Mehrbrodt4-10/+11
2018-09-19SignatureType should be "2" for ooxml signaturesSamuel Mehrbrodt1-1/+1
2018-09-18loplugin:unusedfields improve search for unused collection fieldsNoel Grandin2-22/+1
2018-09-17loplugin:simplifyconstruct (clang-cl)Stephan Bergmann1-2/+0
2018-09-17tdf#118569 Signature Line: When signing ooxml, only show X.509 certificatesSamuel Mehrbrodt1-3/+25
2018-09-17New loplugin:externalStephan Bergmann7-20/+26
2018-09-15Simplify containers iterations in xmlhelp, xmlreader, xmlscript, xmlsecurityArkadiy Illarionov1-89/+33
2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin3-6/+4
2018-09-12Simplify containers iterations in xmlsecurityArkadiy Illarionov6-185/+99
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-09-06xmlsecurity: just two bools are fine, no need for bitfield complexityMiklos Vajna1-26/+21
2018-09-05Fix typo in codeAndrea Gelmini1-3/+3
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin1-0/+1
2018-08-30xmlsecurity: use comphelper::containerToSequence()Miklos Vajna1-10/+6
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov3-16/+8
2018-08-29new loplugin:oustringbufferNoel Grandin1-1/+1
2018-08-27tdf#119309 xmlsecurity xades: missing XML attribute on idSignedProperties refMiklos Vajna2-0/+12
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov3-29/+19
2018-08-14xmlsecurity: nsscrypto_initialize: try to avoid profile migrationMichael Stahl1-0/+14
2018-08-09svl windows: remove last traces of pre-CNG signingMiklos Vajna1-27/+9