svn rev #24486: trunk/src/include/

ghudson@MIT.EDU ghudson at MIT.EDU
Tue Oct 26 13:34:41 EDT 2010


http://src.mit.edu/fisheye/changelog/krb5/?cs=24486
Commit By: ghudson
Log Message:
ticket: 6811
subject: Mark Camellia-CCM code as experimental
target_version: 1.9
tags: pullup

Add a comment noting that the Camellia-CCM code in 1.9 is
experimental.



Changed Files:
U   trunk/src/include/k5-int.h
Modified: trunk/src/include/k5-int.h
===================================================================
--- trunk/src/include/k5-int.h	2010-10-26 17:18:22 UTC (rev 24485)
+++ trunk/src/include/k5-int.h	2010-10-26 17:34:41 UTC (rev 24486)
@@ -2692,6 +2692,9 @@
  * defined.  When IANA assignments exist, these definitions should move to the
  * appropriate places in krb5.hin and all CAMELLIA_CCM conditional code should
  * be made unconditional.
+ *
+ * The present code is experimental and may not be compatible with the
+ * standardized version.
  */
 #define ENCTYPE_CAMELLIA128_CCM_128 -XXX /* Camellia CCM mode, 128-bit key */
 #define ENCTYPE_CAMELLIA256_CCM_128 -YYY /* Camellia CCM mode, 256-bit key */




More information about the cvs-krb5 mailing list