Re: [Perlgssapi-users] Ws-Security
Brought to you by:
achimgrolms
From: David L. <Dav...@qu...> - 2006-10-16 21:59:06
|
Massimiliano Masi wrote: > Hi, > > On luned? 16 ottobre 2006, alle 18:53, Achim Grolms wrote: > >>> Yes, I see. Have you any examples of use >>> >> Authen::SASL::Perl::GSSAPI >> > > Ok, I got the examples working with gss_wrap and gss_unwrap. It's really easy! :) > > But my problem persist: how can I store the context? > > I've to send two messages to my webservice: one for mutual authentication, > and one for sending the message encrypted. But In the first message, I've to > store in the disk the servercontext (The webservice is stateless). > > How can I? > > Someone has any idea? > > I've not tried these, but they might do what you want? GSSAPI::Context::export(context, token) GSSAPI::Context::import(class, context, token) d |