summaryrefslogtreecommitdiff
path: root/lib/vtls/sectransp.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-1/+1
* urldata: remove the _ORIG suffix from string namesDaniel Stenberg2021-02-191-3/+4
* 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-11/+0
* vtls: reduce conn->data usePatrick Monnerat2021-01-191-68/+72
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-8/+8
* infof/failf calls: fix format specifiersRikard Falkeborn2020-11-241-2/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* sectransp: make it build with --disable-proxyDaniel Stenberg2020-09-301-2/+14
* vtls: deduplicate client certificates in ssl_config_dataGergely Nagy2020-09-141-2/+2
* timeouts: change millisecond timeouts to timediff_t from time_tDaniel Stenberg2020-05-301-4/+3
* setopt: support certificate options in memory with struct curl_blobGilles Vollant2020-05-151-18/+45
* secure transport: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-90/+101
* cleanup: fix typos and wording in docs and commentsPedro Monreal2020-02-021-2/+2
* vtls: Fix comment typo about macosx-version-min compiler flagjulian2019-09-271-1/+1
* vtls: fix narrowing conversion warningsMarcel Raad2019-09-231-2/+2
* sectransp: handle errSSLPeerAuthCompleted from SSLRead()Daniel Stenberg2019-05-241-7/+20
* ftp: move ftp_ccc in under featureflagDaniel Gustafsson2019-05-211-0/+2
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-1/+0
* multi: provide Curl_multiuse_state to update informationDaniel Stenberg2019-05-011-0/+4
* sectransp: tvOS 11 is required for ALPN supportDaniel Stenberg2019-03-201-2/+2
* Secure Transport: no more "darwinssl"Daniel Stenberg2019-02-281-0/+3259