IETF-SSH archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: gss userauth



On Tue, Sep 02, 2003 at 07:47:36PM +0100, Simon Wilkinson wrote:
> If messages become overloaded, it becomes necessary for the application to 
> keep track of the context in which those messages have occured (is this a 
> gssapi, or a gssapi-mic message) for the entire exchange.

I don't think this is the case, the state information
of the client/server should keep track of the
userauth method is in progress, so
	if (options.enforce_mic)
becomes
	if (context->method == with_mic)

-m



Home | Main Index | Thread Index | Old Index