summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
AgeCommit message (Expand)AuthorFilesLines
2019-01-13Avoid OUString temporaries, simplifyMatteo Casalin1-14/+4
2019-01-11o3tl::make_unique -> std::make_unique in xmlsecurity/Gabor Kelemen2-4/+5
2019-01-07Fix typoAndrea Gelmini1-5/+5
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-31NSS: create a temporary database instead of in-memoryTomaž Vajngerl4-51/+161
2018-12-31Remove some useless whitespacesTomaž Vajngerl1-3/+3
2018-12-30Fix typo in codeAndrea Gelmini1-5/+5
2018-12-24Fix signing empty Configurations2/accelerator/current.xmlTomaž Vajngerl2-40/+57
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen1-0/+1
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin1-1/+1
2018-12-04tdf#118373 xmlsecurity: avoid stderr output on libxmlsec version checkMiklos Vajna1-0/+6
2018-12-01convert to range forTomaž Vajngerl1-4/+3
2018-12-01xmlsecurity: clean-up code a bitTomaž Vajngerl1-11/+13
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin2-11/+5
2018-11-28Fix typosAndrea Gelmini1-1/+1
2018-11-16loplugin:staticmethods improvementNoel Grandin1-3/+3
2018-11-14xmlsecurity: make members of OOXMLSecExporter::Impl privateMiklos Vajna1-2/+9
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 Mehrbrodt6-383/+36
2018-11-09css::security::DocumentSignatureInformation::SignatureTime is 32 bitStephan Bergmann1-1/+1
2018-11-07move SvTreeListBox to vclCaolán McNamara4-4/+4
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-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-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-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 Mehrbrodt3-9/+9
2018-09-19SignatureType should be "2" for ooxml signaturesSamuel Mehrbrodt1-1/+1