summaryrefslogtreecommitdiff
path: root/svl/source/crypto
AgeCommit message (Expand)AuthorFilesLines
2021-06-01loplugin:stringview (clang-cl)Stephan Bergmann1-4/+8
2021-05-28Select svl crypto backend in configure.acJan-Marek Glogowski1-64/+33
2021-05-17fix some leaks in SigningNoel Grandin1-1/+6
2021-05-17dont leak NSS Arena in svl::crypto::Signing::SignNoel Grandin1-0/+3
2021-05-06replace SVL_CRYPTO_MSCRYPTO with _WIN32Noel Grandin1-5/+5
2021-03-03xmlsecurity: improve handling of multiple certificates per X509DataMichael Stahl1-4/+6
2021-03-03xmlsecurity: improve handling of multiple X509Data elementsMichael Stahl1-4/+10
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen1-2/+0
2020-10-19use tools::Long in svlNoel1-1/+1
2020-09-10Remove some DBG_UTIL debug codeStephan Bergmann1-72/+2
2020-07-15comphelper: don't hardcode hash sizes in Hash::getLength()Miklos Vajna1-3/+3
2020-03-13Revert "loplugin:constfields in svl"Noel Grandin1-3/+3
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-5/+1
2020-01-28remove some unused local varsNoel Grandin1-3/+2
2019-12-23sal_Char->char in svtools..svlNoel Grandin1-3/+3
2019-10-17Remove some memset callsMike Kaganski1-8/+3
2019-10-01loplugin:stringadd n sfx2..svlNoel Grandin1-3/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svlStephan Bergmann1-6/+6
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen1-7/+0
2019-04-19crashtesting: tdf#122599 NSS_CMSMessage_CreateFromDER assertsCaolán McNamara1-3/+30
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin1-10/+10
2019-02-10loplugin:indentation in soltools..svlNoel Grandin1-52/+52
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-4/+4
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin1-3/+5
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen1-0/+2
2018-10-08loplugin:constfields in svlNoel Grandin1-3/+3
2018-08-09svl windows: remove last traces of pre-CNG signingMiklos Vajna1-18/+3
2018-08-02Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-04tdf#106854 svl windows: enable CNG by defaultMiklos Vajna1-2/+2
2018-05-30xmlsecurity windows: let cert picker and PDF sign find ECDSA keysMiklos Vajna1-4/+21
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-3/+3
2018-01-12More loplugin:cstylecast: svlStephan Bergmann1-7/+7
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin1-1/+1
2017-10-28TSCP: store and retrieve signature timestampAshod Nakashian1-1/+49
2017-10-23loplugin:includeform: svlStephan Bergmann1-7/+7
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-2/+3
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski1-6/+5
2017-09-15cryptosign: don't use 8-bit string functionsMike Kaganski1-15/+15
2017-09-14loplugin:cstylecast (clang-cl)Stephan Bergmann1-1/+2
2017-09-10gpg4libre: add sha512 supportThorsten Behrens1-0/+1
2017-09-02sw: retrieve subject name from signatureAshod Nakashian1-0/+47
2017-08-31loplugin:constparams: svl (clang-cl)Stephan Bergmann1-1/+1
2017-08-28svl: populate subject and date-time when verifying signatureAshod Nakashian1-1/+17
2017-08-23Android: Enable HAVE_FEATURE_NSS and package the NSS libraries with apkGautam Prajapati1-0/+3
2017-08-04svl: move DecodeHexString from vclAshod Nakashian1-0/+49
2017-07-24fix oss-fuzz buildCaolán McNamara1-1/+1
2017-07-24svl: moved crypto helpers have the correct log-areaAshod Nakashian1-27/+27
2017-07-24svl: support verifying streams as well as byte arraysAshod Nakashian1-90/+45
2017-07-19Removed duplicated includeAndrea Gelmini1-1/+0