summaryrefslogtreecommitdiff
path: root/lib/vtls/schannel_verify.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-3/+3
* vtls: localization of state data in filtersStefan Eissing2022-11-221-11/+12
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-0/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* schannel: remove dead code that will never runDaniel Stenberg2022-04-061-4/+0
* ssl: reduce allocated space for ssl backend when FTP is disabledMAntoniak2022-02-211-0/+2
* hostcheck: reduce strlen calls on chained certificatesHenrik Holst2022-02-131-1/+2
* hostcheck: pass in pattern length too, to avoid a strlen callDaniel Stenberg2022-02-101-1/+2
* hostcheck: fixed to not touch used input stringsDaniel Stenberg2022-01-241-5/+2
* version_win32: Check build number and platform idWyatt O'Day2021-12-021-2/+3
* vtls: fix typo in schannel_verify.cIkko Ashimine2021-08-131-1/+1
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-4/+4
* SSL: support in-memory CA certs for some backendsGilles Vollant2021-05-051-110/+161
* vtls: deduplicate some DISABLE_PROXY ifdefsMichaƂ Antoniak2021-04-221-7/+1
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-2/+2
* schannel: Evaluate CURLOPT_SSL_OPTIONS via SSL_SET_OPTION macroJay Satiro2021-03-061-1/+1
* vtls: reduce conn->data usePatrick Monnerat2021-01-191-6/+5
* schannel_verify: fix safefree call typoDaniel Stenberg2021-01-151-5/+5
* schannel: plug a memory-leakGisle Vanem2021-01-141-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* win32: Add Curl_verify_windows_version() to curlxCameron Cawley2020-08-021-4/+4
* vtls: repair the build with `CURL_DISABLE_PROXY`Saleem Abdulrasool2020-06-011-0/+4
* cleanup: use a single space after equals sign in assignmentsDaniel Stenberg2020-05-261-1/+1
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-3/+3
* curl_multibyte: add to curlxMarcel Raad2020-05-141-5/+5
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-181-0/+9
* 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