summaryrefslogtreecommitdiff
path: root/lib/vtls/schannel_verify.c
AgeCommit message (Expand)Author
2020-11-04curl.se: new homeDaniel Stenberg
2020-08-02win32: Add Curl_verify_windows_version() to curlxCameron Cawley
2020-06-01vtls: repair the build with `CURL_DISABLE_PROXY`Saleem Abdulrasool
2020-05-26cleanup: use a single space after equals sign in assignmentsDaniel Stenberg
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-05-14curl_multibyte: add to curlxMarcel Raad
2020-03-18schannel: add "best effort" revocation check optionJohannes Schindelin
2020-01-13schannel_verify: Fix alt names manual verify for UNICODE buildsJay Satiro
2020-01-12misc: Copyright year out of date, should be 2020Daniel Stenberg
2020-01-11schannel: Make CURLOPT_CAINFO work better on Windows 7Faizur Rahman
2019-12-01strerror: Add Curl_winapi_strerror for Win API specific errorsJay Satiro
2019-11-01schannel_verify: Fix concurrent openings of CA fileJay Satiro
2019-02-26strerror: make the strerror function use local buffersDaniel Stenberg
2019-01-06schannel: fix compiler warningMarcel Raad
2018-11-07winssl: be consistent in Schannel capitalizationDaniel Gustafsson
2018-11-01schannel: use Curl_ prefix for global private symbolsDaniel Stenberg
2018-10-03memory: ensure to check allocation resultsDaniel Gustafsson
2018-09-13sendf: Fix whitespace in infof/failf concatenationDaniel Gustafsson
2018-09-06schannel: unified error code handlingHan Han
2018-06-12schannel: avoid incompatible pointer warningViktor Szakats
2018-05-22schannel: make CAinfo parsing resilient to CR/LFJohannes Schindelin
2018-05-16schannel_verify: fix build for non-schannelDaniel Stenberg
2018-05-16schannel: disable manual verify if APIs not availableJay Satiro
2018-04-18schannel: add support for CURLOPT_CAINFODan McNulty