summaryrefslogtreecommitdiff
path: root/lib/vtls/schannel.c
Commit message (Expand)AuthorAgeFilesLines
* timeouts: change millisecond timeouts to timediff_t from time_tDaniel Stenberg2020-05-301-8/+4
* all: fix codespell errorsViktor Szakats2020-05-251-1/+1
* setopt: support certificate options in memory with struct curl_blobGilles Vollant2020-05-151-57/+86
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-2/+2
* curl_multibyte: add to curlxMarcel Raad2020-05-141-12/+12
* schannel: source code reindentDaniel Stenberg2020-04-291-131/+139
* select: make Curl_socket_check take timediff_t timeoutDaniel Stenberg2020-04-231-3/+3
* lib: fix typos in comments and errormessagesDaniel Gustafsson2020-04-201-1/+1
* schannel: Fix blocking timeout logicAndrew Kurushin2020-04-121-6/+6
* lib: fix conversion warnings for SOCKET_WRITABLE/READABLEJay Satiro2020-04-111-2/+3
* schannel: support .P12 or .PFX client certificatesGilles Vollant2020-04-081-34/+124
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-181-0/+7
* windows: suppress UI in all CryptAcquireContext() callsViktor Szakats2020-03-171-1/+1
* polarssl: remove more references and mentionsDaniel Stenberg2020-03-051-10/+0
* cleanup: fix typos and wording in docs and commentsPedro Monreal2020-02-021-1/+1
* lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS`Marcel Raad2020-01-031-1/+3
* schannel: fix --tls-max for when min is --tlsv1 or defaultXiaoyin Liu2019-11-241-4/+0
* schannel: reverse the order of certinfo insertionsFrancois Rivard2019-10-241-1/+5
* vtls: fix narrowing conversion warningsMarcel Raad2019-09-231-3/+3
* lib: reduce variable scopesMarcel Raad2019-05-201-8/+8
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-1/+0
* multi: provide Curl_multiuse_state to update informationDaniel Stenberg2019-05-011-0/+3
* strerror: make the strerror function use local buffersDaniel Stenberg2019-02-261-16/+24
* schannel: support CALG_ECDH_EPHEM algorithmgeorgeok2019-02-251-0/+3
* schannel: restore some debug output but only for debug buildsJay Satiro2019-02-121-1/+6
* schannel: be quietDaniel Stenberg2019-02-121-63/+77
* url: close TLS before removing conn from cacheChris Araman2019-02-061-4/+4
* spnego_sspi: add support for channel bindinggeorgeok2019-02-011-1/+1
* schannel: stop calling it "winssl"Daniel Stenberg2019-02-011-13/+13
* schannel: preserve original certificate path parameterArchangel_SDY2019-01-211-3/+10
* ntlm_sspi: add support for channel bindinggeorgeok2019-01-191-0/+10
* schannel: on connection close there might not be a transferDaniel Stenberg2019-01-181-3/+10
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-1/+1
* winssl: be consistent in Schannel capitalizationDaniel Gustafsson2018-11-071-4/+3
* schannel: make CURLOPT_CERTINFO support using Issuer chainmarcosdiazr2018-11-011-8/+64
* schannel: use Curl_ prefix for global private symbolsDaniel Stenberg2018-11-011-1/+1
* vtls: fix ssl version "or later" behavior change for many backendsJay Satiro2018-09-201-2/+0
* schannel: avoid switch-cases that go to default anywayDaniel Stenberg2018-09-071-0/+4
* schannel: unified error code handlingHan Han2018-09-061-29/+70
* schannel: client certificate store opening fixIhor Karpenko2018-08-241-5/+8
* schannel: enable CALG_TLS1PRF for w32api >= 5.1Marcel Raad2018-07-121-2/+6
* schannel: fix MinGW compile breakMarcel Raad2018-07-111-0/+4
* schannel: fix -Wsign-compare warningMarcel Raad2018-07-091-1/+1
* schannel: workaround for wrong function signature in w32apiMarcel Raad2018-07-091-1/+2
* schannel: make more cipher options conditionalMarcel Raad2018-07-091-0/+28
* schannel: support selecting ciphersRobert Prag2018-06-121-0/+121
* schannel: add failf calls for client certificate failuresralcock2018-05-271-0/+4
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-211-1/+1
* schannel: disable manual verify if APIs not availableJay Satiro2018-05-161-0/+15
* schannel: disable client cert option if APIs not availableArchangel_SDY2018-05-161-0/+15