{,un}wrapExt
authorLove Hörnquist Åstrand <lha@kth.se>
Sun, 22 Feb 2009 23:23:42 +0000 (23:23 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Sun, 22 Feb 2009 23:23:42 +0000 (23:23 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24769 ec53bebd-3082-4978-b11e-865c3cabbd6b

appl/gssmask/protocol.h

index 75f8c22786614ef71c8d9ba40886a19ec11a7e18..8036b8c61af49515167d21920ee69f1632b13631 100644 (file)
@@ -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
 };