From cf8d08fcd3b4c380dab570cb0496bfe2c4b00198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 22 Feb 2009 23:23:42 +0000 Subject: [PATCH] {,un}wrapExt git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24769 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/gssmask/protocol.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/appl/gssmask/protocol.h b/appl/gssmask/protocol.h index 75f8c2278..8036b8c61 100644 --- a/appl/gssmask/protocol.h +++ b/appl/gssmask/protocol.h @@ -259,6 +259,34 @@ enum gssMaggotOp { * int32: gsm status val (GSMERR_NOT_SUPPORTED) */ /* here ended version 7 of the protocol */ + eWrapExt, + /* + * input: + * int32: hContext + * int32: flags -- unused + * int32: seqno -- unused + * length-encode: protocol header + * length-encode: plaintext + * length-encode: protocol trailer + * return: + * int32: gsm status val + * length-encode: ciphertext + */ + eUnwrapExt, + /* + * input: + * int32: hContext + * int32: flags -- unused + * int32: seqno -- unused + * length-encode: protocol header + * length-encode: ciphertext + * length-encode: protocol trailer + * return: + * int32: gsm status val + * length-encode: plaintext + */ + /* here ended version 8 of the protocol */ + eLastProtocolMessage };