mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
CURLOPT_SOCKS5_AUTH.md: an access property
Reported-by: Cutiapreta on hackerone
This commit is contained in:
parent
f22f08a0df
commit
ec073b0ea6
@ -33,6 +33,15 @@ authentication, *CURLAUTH_GSSAPI*, which allows GSS-API authentication, and
|
||||
*CURLAUTH_NONE*, which allows no authentication. Set the actual username and
|
||||
password with the CURLOPT_PROXYUSERPWD(3) option.
|
||||
|
||||
The specific socks authentication method is an *access property*, it does not
|
||||
change the security context. This means that this option changes how the
|
||||
connection and access to the proxy happens when a connection is setup, but it
|
||||
does not affect which proxy connections libcurl can reuse. libcurl may reuse a
|
||||
connection that was set up with a different socks authentication method. Proxy
|
||||
connection reuse still depends on other properties matching, such as the
|
||||
protocol, proxy hostname, port number, credentials and other settings that
|
||||
affect the connection.
|
||||
|
||||
# DEFAULT
|
||||
|
||||
CURLAUTH_BASIC | CURLAUTH_GSSAPI
|
||||
|
||||
Loading…
Reference in New Issue
Block a user