If I want to secure a connection between a client and a server with gssapi. I have to cut the data into blocks to fit into the buffers used by gss_wrap and gss_unwrap. Is there any check that these blocks are send in the right order and not tampered with. As far as I understand it each block is protected, but not the sequence of the blocks. Does this mean gssapi encryption on connections is flawed ? Thanks Markus -- Markus Moeller