curl/lib
Daniel Stenberg 4157ccb88c
libssh: remove CURLOPT_SSL_VERIFYHOST check
It was never meant for SSH: it should rely on the knownhosts file (if
set) in the same way libssh2 already does.

Reported-by: James Abbatiello
Fixes #13767
Closes #13781
2024-05-26 12:01:16 +02:00
..
vauth vauth: make two functions void that always just returned OK 2024-05-13 22:38:25 +02:00
vquic vquic-tls: use correct cert name check API for wolfSSL 2024-05-16 22:44:29 +02:00
vssh libssh: remove CURLOPT_SSL_VERIFYHOST check 2024-05-26 12:01:16 +02:00
vtls multi: add multi->proto_hash, a key-value store for protocol data 2024-05-26 00:15:01 +02:00
.checksrc
.gitattributes
.gitignore
altsvc.c
altsvc.h
amigaos.c
amigaos.h
arpa_telnet.h
asyn-ares.c
asyn-thread.c asyn-thread: avoid using GetAddrInfoExW with impersonation 2024-05-23 23:56:58 +02:00
asyn.h
base64.c
bufq.c
bufq.h
bufref.c
bufref.h
c-hyper.c
c-hyper.h
cf-h1-proxy.c
cf-h1-proxy.h
cf-h2-proxy.c
cf-h2-proxy.h
cf-haproxy.c
cf-haproxy.h
cf-https-connect.c
cf-https-connect.h
cf-socket.c lib: fix compiler warnings (gcc) 2024-05-17 12:00:19 +02:00
cf-socket.h
cfilters.c
cfilters.h
CMakeLists.txt cmake: merge two if(BUILD_TESTING) branches 2024-05-19 23:18:20 +02:00
config-amigaos.h
config-dos.h
config-mac.h
config-os400.h
config-plan9.h
config-riscos.h
config-win32.h
config-win32ce.h
conncache.c
conncache.h
connect.c
connect.h
content_encoding.c test: add test1546, chunked not last transfer encoding 2024-05-22 09:11:13 +02:00
content_encoding.h
cookie.c
cookie.h
curl_addrinfo.c
curl_addrinfo.h
curl_base64.h
curl_config.h.cmake
curl_ctype.h
curl_des.c
curl_des.h
curl_endian.c
curl_endian.h
curl_fnmatch.c
curl_fnmatch.h
curl_get_line.c
curl_get_line.h
curl_gethostname.c lib: fix compiler warnings (gcc) 2024-05-17 12:00:19 +02:00
curl_gethostname.h
curl_gssapi.c
curl_gssapi.h
curl_hmac.h
curl_krb5.h
curl_ldap.h
curl_md4.h
curl_md5.h
curl_memory.h
curl_memrchr.c
curl_memrchr.h
curl_multibyte.c
curl_multibyte.h
curl_ntlm_core.c
curl_ntlm_core.h
curl_path.c
curl_path.h
curl_printf.h
curl_range.c
curl_range.h
curl_rtmp.c
curl_rtmp.h
curl_sasl.c vauth: make two functions void that always just returned OK 2024-05-13 22:38:25 +02:00
curl_sasl.h
curl_setup_once.h
curl_setup.h curl_setup.h: add support for IAR compiler 2024-05-21 15:10:23 +02:00
curl_sha256.h
curl_sha512_256.c cmake: fix building in unity mode 2024-05-24 03:25:19 -04:00
curl_sha512_256.h
curl_sspi.c
curl_sspi.h
curl_threads.c
curl_threads.h
curl_trc.c
curl_trc.h
curlx.h
cw-out.c
cw-out.h
dict.c
dict.h
dllmain.c
doh.c
doh.h
dynbuf.c
dynbuf.h
dynhds.c
dynhds.h
easy_lock.h
easy.c
easygetopt.c
easyif.h
easyoptions.c
easyoptions.h
escape.c
escape.h
file.c
file.h
fileinfo.c
fileinfo.h
fopen.c
fopen.h
formdata.c
formdata.h
ftp.c
ftp.h
ftplistparser.c
ftplistparser.h
functypes.h
getenv.c
getinfo.c
getinfo.h
gopher.c
gopher.h
hash.c multi: add multi->proto_hash, a key-value store for protocol data 2024-05-26 00:15:01 +02:00
hash.h multi: add multi->proto_hash, a key-value store for protocol data 2024-05-26 00:15:01 +02:00
headers.c
headers.h
hmac.c
hostasyn.c
hostip4.c
hostip6.c
hostip.c lib: fix compiler warnings (gcc) 2024-05-17 12:00:19 +02:00
hostip.h
hostsyn.c
hsts.c hsts: explicitly skip blank lines 2024-05-14 10:19:41 +02:00
hsts.h
http1.c
http1.h
http2.c http: HEAD response body tolerance 2024-05-21 14:51:11 +02:00
http2.h
http_aws_sigv4.c
http_aws_sigv4.h
http_chunks.c
http_chunks.h
http_digest.c
http_digest.h
http_negotiate.c
http_negotiate.h
http_ntlm.c
http_ntlm.h
http_proxy.c
http_proxy.h
http.c http: write last header line late 2024-05-25 23:42:53 +02:00
http.h
idn.c
idn.h
if2ip.c
if2ip.h
imap.c
imap.h
inet_ntop.c
inet_ntop.h
inet_pton.c
inet_pton.h
krb5.c
ldap.c
libcurl.rc (lib)curl.rc: set debug flag also for CURLDEBUG and UNITTESTS 2024-05-22 08:38:12 +02:00
libcurl.vers.in
llist.c
llist.h
macos.c
macos.h
Makefile.am
Makefile.inc
Makefile.mk
Makefile.soname
md4.c cmake: fix building with both md4 and md5 in unity mode 2024-05-22 14:16:40 +02:00
md5.c cmake: fix building with both md4 and md5 in unity mode 2024-05-22 14:16:40 +02:00
memdebug.c
memdebug.h
mime.c
mime.h
mprintf.c
mqtt.c
mqtt.h
multi.c multi: add multi->proto_hash, a key-value store for protocol data 2024-05-26 00:15:01 +02:00
multihandle.h multi: add multi->proto_hash, a key-value store for protocol data 2024-05-26 00:15:01 +02:00
multiif.h
netrc.c
netrc.h
nonblock.c
nonblock.h
noproxy.c
noproxy.h
openldap.c
optiontable.pl
parsedate.c
parsedate.h
pingpong.c
pingpong.h
pop3.c
pop3.h
progress.c
progress.h
psl.c
psl.h
rand.c
rand.h
rename.c
rename.h
request.c
request.h
rtsp.c
rtsp.h
select.c
select.h
sendf.c transfer: conn close on paused upload 2024-05-23 23:55:09 +02:00
sendf.h
setopt.c setopt: acknowledge errors proper for CURLOPT_COOKIEJAR 2024-05-14 07:59:43 +02:00
setopt.h
setup-os400.h
setup-vms.h
setup-win32.h
sha256.c cmake: fix building in unity mode 2024-05-24 03:25:19 -04:00
share.c
share.h
sigpipe.h
slist.c
slist.h
smb.c
smb.h
smtp.c
smtp.h
sockaddr.h
socketpair.c wakeup_create: use FD_CLOEXEC/SOCK_CLOEXEC 2024-05-16 23:02:12 +02:00
socketpair.h wakeup_create: use FD_CLOEXEC/SOCK_CLOEXEC 2024-05-16 23:02:12 +02:00
socks_gssapi.c
socks_sspi.c
socks.c
socks.h
speedcheck.c
speedcheck.h
splay.c
splay.h
strcase.c
strcase.h
strdup.c
strdup.h
strerror.c
strerror.h
strtok.c
strtok.h
strtoofft.c
strtoofft.h
system_win32.c asyn-thread: avoid using GetAddrInfoExW with impersonation 2024-05-23 23:56:58 +02:00
system_win32.h asyn-thread: avoid using GetAddrInfoExW with impersonation 2024-05-23 23:56:58 +02:00
telnet.c
telnet.h
tftp.c lib: fix compiler warnings (gcc) 2024-05-17 12:00:19 +02:00
tftp.h
timediff.c
timediff.h
timeval.c
timeval.h
transfer.c transfer: remove curl_upload_refill_watermark, no longer used 2024-05-24 14:54:07 +02:00
transfer.h
url.c url: remove duplicate call to Curl_conncache_remove_conn when pruning 2024-05-21 16:25:21 +02:00
url.h
urlapi-int.h
urlapi.c lib: call Curl_strntolower instead of doing crafted loops 2024-05-14 08:00:19 +02:00
urldata.h
version_win32.c
version_win32.h
version.c
warnless.c
warnless.h warnless: delete orphan declarations 2024-05-14 16:37:11 +02:00
ws.c websocket: Avoid memory leak in error path 2024-05-13 09:11:23 +02:00
ws.h