Re: Optimizing gss_init_sec_context possible?

2015-09-22 Thread Benjamin Kaduk
On Tue, 22 Sep 2015, Martin Gee wrote: > Version: 1.13.2 kerb lib > I'm using the GSS libs to impersonate a user via HTTP SPNEGO > (http://tools.ietf.org/html/rfc4559) > I use gss_init_sec_context to get a Token which is sent over to the HTTP > service (see spec) in an HTTP Header. This is neces

Optimizing gss_init_sec_context possible?

2015-09-22 Thread Martin Gee
Version: 1.13.2 kerb lib I'm using the GSS libs to impersonate a user via HTTP SPNEGO (http://tools.ietf.org/html/rfc4559) I use gss_init_sec_context to get a Token which is sent over to the HTTP service (see spec) in an HTTP Header. This is necessary.  I'm profiling my app. The gss_init_sec_cont