Sequence numbering after export and import of context
Markus Moeller
huaraz at moeller.plus.com
Sun Oct 5 18:13:00 EDT 2008
Thank you for the replies.
I get an GSS: error: "The token was a duplicate of an earlier token" and
debugging on the client shows that it received seq 0 but expected 1. So I
need to dig a bit further what my server processes do. Is the following OK :
client <-> server main process establishes context -> export_context
client <-> child 1 import_context -> unwrap + wrap (seq 0) ->
export_context
client <-> child 2 import_context -> unwrap + wrap (seq 1)-> cleanup
Markus
"Nicolas Williams" <Nicolas.Williams at sun.com> wrote in message
news:20081005210159.GN1157 at Sun.COM...
> On Sun, Oct 05, 2008 at 12:51:11PM +0100, Markus Moeller wrote:
>> I have an application which initializes the security context in one
>> process
>> does some gss_wrap/gss_unwrap calls and then exports the context to hand
>> it
>> over to another process which imports the context and continues the
>> gss_wrap/gss_unwrap. Would the second process restart sequencing at 0 or
>> continuing from where the context was exported ?
>
> The latter is what should happen.
>
> Nico
> --
> ________________________________________________
> Kerberos mailing list Kerberos at mit.edu
> https://mailman.mit.edu/mailman/listinfo/kerberos
>
More information about the Kerberos
mailing list