summaryrefslogtreecommitdiff
path: root/lib/vtls/schannel.c
Commit message (Expand)AuthorAgeFilesLines
* TLS: fix HTTP/2 selectionbagder/gnutls-http2Daniel Stenberg2021-04-011-1/+1
* vtls: add 'isproxy' argument to Curl_ssl_get/addsessionid()Daniel Stenberg2021-03-281-4/+6
* schannel: Evaluate CURLOPT_SSL_OPTIONS via SSL_SET_OPTION macroJay Satiro2021-03-061-2/+2
* urldata: remove the _ORIG suffix from string namesDaniel Stenberg2021-02-191-1/+1
* urldata: don't touch data->set.httpversion at run-timeDaniel Stenberg2021-02-121-1/+1
* vtls: factor out Curl_ssl_getsock to field of Curl_sslJacob Hoffman-Andrews2021-02-081-0/+1
* vtls: remove md5sumDaniel Stenberg2021-02-021-10/+0
* vtls: reduce conn->data usePatrick Monnerat2021-01-191-88/+86
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-23/+25
* schannel: fix "empty expression statement has no effect"Daniel Stenberg2020-12-291-8/+6
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* schannel: return CURLE_PEER_FAILED_VERIFICATION for untrusted rootDaniel Stenberg2020-09-281-0/+4
* vtls: deduplicate client certificates in ssl_config_dataGergely Nagy2020-09-141-12/+13
* schannel: make it 'struct Curl_schannel*'Daniel Stenberg2020-09-021-8/+8
* schannel: fix memory leak when using get_cert_locationfullincome2020-08-261-4/+6
* win32: Add Curl_verify_windows_version() to curlxCameron Cawley2020-08-021-9/+9
* WIN32: stop forcing narrow-character APIMarcel Raad2020-07-271-1/+1
* vtls: repair the build with `CURL_DISABLE_PROXY`Saleem Abdulrasool2020-06-011-0/+12
* 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