summaryrefslogtreecommitdiff
path: root/lib/vtls/schannel_verify.c
Commit message (Expand)AuthorAgeFilesLines
* schannel_verify: Fix alt names manual verify for UNICODE buildsJay Satiro2020-01-131-1/+1
* misc: Copyright year out of date, should be 2020Daniel Stenberg2020-01-121-1/+1
* schannel: Make CURLOPT_CAINFO work better on Windows 7Faizur Rahman2020-01-111-20/+130
* strerror: Add Curl_winapi_strerror for Win API specific errorsJay Satiro2019-12-011-9/+14
* schannel_verify: Fix concurrent openings of CA fileJay Satiro2019-11-011-1/+1
* strerror: make the strerror function use local buffersDaniel Stenberg2019-02-261-17/+28
* schannel: fix compiler warningMarcel Raad2019-01-061-3/+3
* winssl: be consistent in Schannel capitalizationDaniel Gustafsson2018-11-071-1/+1
* schannel: use Curl_ prefix for global private symbolsDaniel Stenberg2018-11-011-1/+1
* memory: ensure to check allocation resultsDaniel Gustafsson2018-10-031-0/+4
* sendf: Fix whitespace in infof/failf concatenationDaniel Gustafsson2018-09-131-1/+1
* schannel: unified error code handlingHan Han2018-09-061-1/+1
* schannel: avoid incompatible pointer warningViktor Szakats2018-06-121-1/+1
* schannel: make CAinfo parsing resilient to CR/LFJohannes Schindelin2018-05-221-2/+6
* schannel_verify: fix build for non-schannelDaniel Stenberg2018-05-161-2/+1
* schannel: disable manual verify if APIs not availableJay Satiro2018-05-161-4/+7
* schannel: add support for CURLOPT_CAINFODan McNulty2018-04-181-0/+551