summaryrefslogtreecommitdiff
path: root/lib/vtls/schannel.c
AgeCommit message (Expand)Author
2020-11-04curl.se: new homeDaniel Stenberg
2020-09-28schannel: return CURLE_PEER_FAILED_VERIFICATION for untrusted rootDaniel Stenberg
2020-09-14vtls: deduplicate client certificates in ssl_config_dataGergely Nagy
2020-09-02schannel: make it 'struct Curl_schannel*'Daniel Stenberg
2020-08-26schannel: fix memory leak when using get_cert_locationfullincome
2020-08-02win32: Add Curl_verify_windows_version() to curlxCameron Cawley
2020-07-27WIN32: stop forcing narrow-character APIMarcel Raad
2020-06-01vtls: repair the build with `CURL_DISABLE_PROXY`Saleem Abdulrasool
2020-05-30timeouts: change millisecond timeouts to timediff_t from time_tDaniel Stenberg
2020-05-25all: fix codespell errorsViktor Szakats
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