mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:53:46 +03:00
KNOWN_BUGS: SOCKS-SSPI discards the security context
Also make the verbose log say it Pointed out by ZeroPath Closes #19103
This commit is contained in:
parent
e9455ea523
commit
25eb34dd3e
2 changed files with 11 additions and 1 deletions
|
|
@ -562,7 +562,7 @@ CURLcode Curl_SOCKS5_gssapi_negotiate(struct Curl_cfilter *cf,
|
|||
}
|
||||
(void)curlx_nonblock(sock, TRUE);
|
||||
|
||||
infof(data, "SOCKS5 access with%s protection granted.",
|
||||
infof(data, "SOCKS5 access with%s protection granted BUT NOT USED.",
|
||||
(socksreq[0] == 0) ? "out GSS-API data":
|
||||
((socksreq[0] == 1) ? " GSS-API integrity" :
|
||||
" GSS-API confidentiality"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue