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

RE: SASL security layers



On Mon, 12 Oct 1998, Paul Leach wrote:
> Does the "buffer" include the security mechanism's trailer, or not?

A SASL security layer is a stream of blocks, each with a four-byte length.
The concept of a "trailer" isn't part of SASL, so it would be part of the
buffer.

The basic idea is that the blocking & buffering code is completely
independent of the mechanism used.

		- Chris