Re: [PATCH v2] http: Control GSSAPI credential delegation.

2016-09-29 Thread brian m. carlson
On Wed, Sep 28, 2016 at 08:01:34PM +0200, Petr Stodulka wrote: > Delegation of credentials is disabled by default in libcurl since > version 7.21.7 due to security vulnerability CVE-2011-2192. Which > makes troubles with GSS/kerberos authentication when delegation > of credentials is required. This

[PATCH v2] http: Control GSSAPI credential delegation.

2016-09-28 Thread Petr Stodulka
Delegation of credentials is disabled by default in libcurl since version 7.21.7 due to security vulnerability CVE-2011-2192. Which makes troubles with GSS/kerberos authentication when delegation of credentials is required. This can be changed with option CURLOPT_GSSAPI_DELEGATION in libcurl with s