aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/schannel.c
AgeCommit message (Expand)Author
2020-05-15setopt: support certificate options in memory with struct curl_blobGilles Vollant
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-05-14curl_multibyte: add to curlxMarcel Raad
2020-04-29schannel: source code reindentDaniel Stenberg
2020-04-23select: make Curl_socket_check take timediff_t timeoutDaniel Stenberg
2020-04-20lib: fix typos in comments and errormessagesDaniel Gustafsson
2020-04-12schannel: Fix blocking timeout logicAndrew Kurushin
2020-04-11lib: fix conversion warnings for SOCKET_WRITABLE/READABLEJay Satiro
2020-04-08schannel: support .P12 or .PFX client certificatesGilles Vollant
2020-03-18schannel: add "best effort" revocation check optionJohannes Schindelin
2020-03-17windows: suppress UI in all CryptAcquireContext() callsViktor Szakats
2020-03-05polarssl: remove more references and mentionsDaniel Stenberg
2020-02-02cleanup: fix typos and wording in docs and commentsPedro Monreal
2020-01-03lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS`Marcel Raad
2019-11-24schannel: fix --tls-max for when min is --tlsv1 or defaultXiaoyin Liu
2019-10-24schannel: reverse the order of certinfo insertionsFrancois Rivard
2019-09-23vtls: fix narrowing conversion warningsMarcel Raad
2019-05-20lib: reduce variable scopesMarcel Raad
2019-05-16cleanup: remove FIXME and TODO commentsDaniel Stenberg
2019-05-01multi: provide Curl_multiuse_state to update informationDaniel Stenberg
2019-02-26strerror: make the strerror function use local buffersDaniel Stenberg
2019-02-25schannel: support CALG_ECDH_EPHEM algorithmgeorgeok
2019-02-12schannel: restore some debug output but only for debug buildsJay Satiro
2019-02-12schannel: be quietDaniel Stenberg
2019-02-06url: close TLS before removing conn from cacheChris Araman
2019-02-01spnego_sspi: add support for channel bindinggeorgeok
2019-02-01schannel: stop calling it "winssl"Daniel Stenberg
2019-01-21schannel: preserve original certificate path parameterArchangel_SDY
2019-01-19ntlm_sspi: add support for channel bindinggeorgeok
2019-01-18schannel: on connection close there might not be a transferDaniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-11-07winssl: be consistent in Schannel capitalizationDaniel Gustafsson
2018-11-01schannel: make CURLOPT_CERTINFO support using Issuer chainmarcosdiazr
2018-11-01schannel: use Curl_ prefix for global private symbolsDaniel Stenberg
2018-09-20vtls: fix ssl version "or later" behavior change for many backendsJay Satiro
2018-09-07schannel: avoid switch-cases that go to default anywayDaniel Stenberg
2018-09-06schannel: unified error code handlingHan Han
2018-08-24schannel: client certificate store opening fixIhor Karpenko
2018-07-12schannel: enable CALG_TLS1PRF for w32api >= 5.1Marcel Raad
2018-07-11schannel: fix MinGW compile breakMarcel Raad
2018-07-09schannel: fix -Wsign-compare warningMarcel Raad
2018-07-09schannel: workaround for wrong function signature in w32apiMarcel Raad
2018-07-09schannel: make more cipher options conditionalMarcel Raad
2018-06-12schannel: support selecting ciphersRobert Prag
2018-05-27schannel: add failf calls for client certificate failuresralcock
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-05-16schannel: disable manual verify if APIs not availableJay Satiro
2018-05-16schannel: disable client cert option if APIs not availableArchangel_SDY
2018-05-04vtls: fix missing commasDaniel Stenberg
2018-05-04vtls: use unified "supports" bitfield member in backendsDaniel Stenberg