mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
socks_sspi: remove the enforced mode clearing
Reported-by: Joshua Rogers Closes #19040
This commit is contained in:
parent
67c4256f7e
commit
e003c0b259
1 changed files with 1 additions and 2 deletions
|
|
@ -325,8 +325,7 @@ CURLcode Curl_SOCKS5_gssapi_negotiate(struct Curl_cfilter *cf,
|
|||
infof(data, "SOCKS5 server supports GSS-API %s data protection.",
|
||||
(gss_enc == 0) ? "no" :
|
||||
((gss_enc == 1) ? "integrity":"confidentiality") );
|
||||
/* force to no data protection, avoid encryption/decryption for now */
|
||||
gss_enc = 0;
|
||||
|
||||
/*
|
||||
* Sending the encryption type in clear seems wrong. It should be
|
||||
* protected with gss_seal()/gss_wrap(). See RFC1961 extract below
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue