Michael B Allen wrote:
Hi,
I need to gss_wrap/gss_unwrap all requests and responses into SASL buffers. Is there an existing method for doing that?
Otherwise, I suppose the best techniqure would be to allow the user to register an "inspect" callback that will be called with the data buffer just read from or wrtten to the network. I'm starting to look at the code now but if someone could give me a hint I would appreciate it.
libldap interfaces with libsasl. The SASL GSSAPI module already handles gss_wrap/gss_unwrap.
Your question doesn't provide enough context; give a broader explanation of what you're trying to do.