mirror of
https://github.com/curl/curl.git
synced 2026-07-23 13:47:16 +03:00
Curl_input_negotiate: do not delegate GSSAPI credentials
This is a security flaw. See curl advisory 20110623 for details. Reported by: Richard Silverman
This commit is contained in:
parent
9016958aa8
commit
5c314c6bb4
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ int Curl_input_negotiate(struct connectdata *conn, bool proxy,
|
|||
&neg_ctx->context,
|
||||
neg_ctx->server_name,
|
||||
GSS_C_NO_OID,
|
||||
GSS_C_DELEG_FLAG,
|
||||
0,
|
||||
0,
|
||||
GSS_C_NO_CHANNEL_BINDINGS,
|
||||
&input_token,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue