shishi-commit
[Top][All Lists]
Advanced

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

shishi/lib shishi.h.in


From: shishi-commit
Subject: shishi/lib shishi.h.in
Date: Sun, 28 Sep 2003 19:35:06 -0400

CVSROOT:        /cvsroot/shishi
Module name:    shishi
Branch:         
Changes by:     Simon Josefsson <address@hidden>        03/09/28 19:35:06

Modified files:
        lib            : shishi.h.in 

Log message:
        Add keyusage, from Nicolas Pouvesle <address@hidden>.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/lib/shishi.h.in.diff?tr1=1.177&tr2=1.178&r1=text&r2=text

Patches:
Index: shishi/lib/shishi.h.in
diff -u shishi/lib/shishi.h.in:1.177 shishi/lib/shishi.h.in:1.178
--- shishi/lib/shishi.h.in:1.177        Sun Sep 28 12:05:31 2003
+++ shishi/lib/shishi.h.in      Sun Sep 28 19:35:06 2003
@@ -365,16 +365,22 @@
      (raeburn/MIT) */
   SHISHI_KEYUSAGE_GSS_R1 = 22,
   SHISHI_KEYUSAGE_GSS_R2 = 23,
-  SHISHI_KEYUSAGE_GSS_R3 = 24
-    /* 16-18,20-21,25-511. Reserved for future use in Kerberos and related
-       protocols.
-       512-1023.      Reserved for uses internal to a Kerberos
-       implementation.
-       1024.         Encryption for application use in protocols that
-       do not specify key usage values
-       1025.         Checksums for application use in protocols that
-       do not specify key usage values
-       1026-2047.      Reserved for application use. */
+  SHISHI_KEYUSAGE_GSS_R3 = 24,
+  /* 16-18,20-21,25-511. Reserved for future use in Kerberos and related
+     protocols. */
+  /* 512-1023.      Reserved for uses internal to a Kerberos
+     implementation. */
+  /* 1024.         Encryption for application use in protocols that
+     do not specify key usage values */
+  /* 1025.         Checksums for application use in protocols that
+     do not specify key usage values */
+  /* 1026-2047.      Reserved for application use.
+     1026,1028,1030,1032,1034 used in KCMD protocol */
+  SHISHI_KEYUSAGE_KCMD_DES = 1026,
+  SHISHI_KEYUSAGE_KCMD_INPUT = 1028,
+  SHISHI_KEYUSAGE_KCMD_OUTPUT = 1030,
+  SHISHI_KEYUSAGE_KCMD_STDERR_INPUT = 1032,
+  SHISHI_KEYUSAGE_KCMD_STDERR_OUTPUT = 1034
 }
 Shishi_keyusage;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]