summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* squashme: more sni conversions for schannelbagder/keep-trailing-dotJay Satiro2022-01-231-6/+20
* squashme: all Curl_ssl_snihost failures set error messageJay Satiro2022-01-237-8/+19
* bearssl: set the right SNI nameDaniel Stenberg2022-01-231-1/+7
* rustls: set the right SNI nameDaniel Stenberg2022-01-231-1/+6
* schannel: set the right SNI nameDaniel Stenberg2022-01-231-4/+9
* sectransp: set the right SNI nameDaniel Stenberg2022-01-231-3/+6
* gskit: set the right SNI nameDaniel Stenberg2022-01-231-2/+5
* mbedtls: set the right SNI nameDaniel Stenberg2022-01-231-6/+9
* nss: set the right SNI host nameDaniel Stenberg2022-01-231-4/+7
* wolfssl: set the right SNIDaniel Stenberg2022-01-231-6/+11
* gnutls: set the right SNI nameDaniel Stenberg2022-01-231-6/+10
* openssl: pass on the right SNI nameDaniel Stenberg2022-01-233-14/+31
* url: revert the removal of trailing dot from host nameDaniel Stenberg2022-01-233-26/+3
* openssl: check SSL_get_ex_data to prevent potential NULL dereferencexkernel2022-01-232-15/+27
* md5: check md5_init_func return valueJay Satiro2022-01-231-14/+33
* md5: refactor for standard complianceJay Satiro2022-01-231-45/+67
* docs: update IETF links to use datatrackerlucas2022-01-2118-33/+33
* CI: test building wolfssl with --enable-opensslextraHarry Sarson2022-01-211-4/+9
* misc: allow curl to build with wolfssl --enable-opensslextraHarry Sarson2022-01-213-5/+16
* quiche: change qlog file extension to `.sqlog`Lucas Pardue2022-01-211-1/+1
* projects: Fix Visual Studio wolfSSL configurationsJay Satiro2022-01-217-81/+195
* openssl: return error if TLS 1.3 is requested when not supportedDaniel Stenberg2022-01-211-1/+3
* TODO: Passing NOTIFY option to CURLOPT_MAIL_RCPTDaniel Stenberg2022-01-201-0/+9
* workflows/wolfssl: install impacketpheiduck on githuh2022-01-201-2/+4
* url: make Curl_disconnect return voidDaniel Stenberg2022-01-204-21/+14
* docs: document HTTP/2 not insisting on TLS 1.2Daniel Stenberg2022-01-192-1/+9
* cmdline-opts/gen.pl: fix option matching to improve referencesDaniel Stenberg2022-01-191-1/+1
* TODO: Less memory massaging with SchannelDaniel Stenberg2022-01-191-0/+8
* runtests.pl: disable debuginfodPatrick Monnerat2022-01-171-0/+1
* RELEASE-NOTES: syncedDaniel Stenberg2022-01-171-7/+31
* CURLMOPT_TIMERFUNCTION/DATA.3: fix the examplesDaniel Stenberg2022-01-172-8/+8
* multi: set in_callback for multi interface callbacksDaniel Stenberg2022-01-171-2/+17
* docs/HISTORY.md: mention alt-svc and HSTSDaniel Stenberg2022-01-171-0/+4
* misc: remove the final watcom referencesDaniel Stenberg2022-01-179-117/+21
* misc: remove BeOS code and referencesDaniel Stenberg2022-01-178-43/+11
* tool_getparam: DNS options that need c-ares now fail without itDaniel Stenberg2022-01-171-0/+8
* curl: remove "separators" (when using globbed URLs)Daniel Stenberg2022-01-154-32/+1
* mbedtls: fix CURLOPT_SSLCERT_BLOB (again)Niels Martignène2022-01-152-5/+6
* quiche: verify the server cert on connectAlessandro Ghedini2022-01-152-15/+109
* checksrc: fix typo in commentIkko Ashimine2022-01-151-1/+1
* curl-openssl: remove the OpenSSL headers and library versions checkDaniel Stenberg2022-01-151-280/+1
* mqtt: free any leftover when doneDaniel Stenberg2022-01-131-2/+14
* formdata: avoid size_t => long typecast overflowsDaniel Stenberg2022-01-131-2/+7
* RELEASE-NOTES: syncedDaniel Stenberg2022-01-132-11/+39
* build: enable -Warith-conversionMarcel Raad2022-01-132-1/+2
* build: fix -Wenum-conversion handlingMarcel Raad2022-01-132-5/+6
* appveyor: use VS 2017 image for the autotools buildsMarcel Raad2022-01-121-3/+3
* appveyor: update images from VS 2019 to 2022Marcel Raad2022-01-121-11/+11
* mbedtls: return CURLcode result instead of a mbedtls error codeMAntoniak2022-01-121-1/+1
* curl_multi_socket.3: remove callback and typical usage descriptionsDaniel Stenberg2022-01-121-63/+1