Mark Camellia-CCM code as experimental
authorGreg Hudson <ghudson@mit.edu>
Tue, 26 Oct 2010 17:34:41 +0000 (17:34 +0000)
committerGreg Hudson <ghudson@mit.edu>
Tue, 26 Oct 2010 17:34:41 +0000 (17:34 +0000)
Add a comment noting that the Camellia-CCM code in 1.9 is
experimental.

ticket: 6811
target_version: 1.9
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24486 dc483132-0cff-0310-8789-dd5450dbe970

src/include/k5-int.h

index 5f081de367b2def4e592707db3d2a5f7ddfc79cb..db879663b4a51f48acd6b4c2ecdd13a54a0b0e97 100644 (file)
@@ -2692,6 +2692,9 @@ krb5int_camellia_cbc_mac(krb5_key key, const krb5_crypto_iov *data,
  * 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 */