Skip to content
Snippets Groups Projects
Commit 5c314c6b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Curl_input_negotiate: do not delegate GSSAPI credentials

This is a security flaw. See curl advisory 20110623 for details.

Reported by: Richard Silverman
parent 9016958a
No related branches found
No related tags found
No related merge requests found
...@@ -243,7 +243,7 @@ int Curl_input_negotiate(struct connectdata *conn, bool proxy, ...@@ -243,7 +243,7 @@ int Curl_input_negotiate(struct connectdata *conn, bool proxy,
&neg_ctx->context, &neg_ctx->context,
neg_ctx->server_name, neg_ctx->server_name,
GSS_C_NO_OID, GSS_C_NO_OID,
GSS_C_DELEG_FLAG, 0,
0, 0,
GSS_C_NO_CHANNEL_BINDINGS, GSS_C_NO_CHANNEL_BINDINGS,
&input_token, &input_token,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment