Re: [Perlgssapi-users] gss_nt_service_name
Brought to you by:
achimgrolms
From: Massimiliano M. <mas...@ce...> - 2006-09-25 12:11:45
|
Hi, On Monday 25 September 2006, alle 13:50, Achim Grolms wrote: > > So, I've to create a context on every soap message... > > or you *use* the context and use gss_wrap/gss_unwrap > for integrity protection and/or encryption of messages paylod. This looks good. Once I've created the context, I can use the gss_wrap for cypher all the text. But is a webservice. All the connections are stateless. I've to create a context on every soap message, for use the gss_wrap, no? I'm reading on the examples (par. 7.2 on rfc2222) and I understand that for use gss_wrap/gss_unwrap, I've to use the token to pass at these functions. But, I've to pass the token to the server. I cannot maintain informations on my WS. I'm confused! Help! :-) -- Massimiliano Masi http://www.comunidelchianti.it/~max |