From: John Kohl Date: Wed, 9 May 1990 14:32:52 +0000 (+0000) Subject: add DES key codes & generic key codes X-Git-Tag: krb5-1.0-alpha2~608 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ed92c15ec7370ea616649ef5d9f19c24d729a5cb;p=krb5.git add DES key codes & generic key codes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@797 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/error_tables/krb5_err.et b/src/lib/krb5/error_tables/krb5_err.et index 0704662f7..34f918509 100644 --- a/src/lib/krb5/error_tables/krb5_err.et +++ b/src/lib/krb5/error_tables/krb5_err.et @@ -221,4 +221,9 @@ error_code KRB5_KT_NOWRITE, "Cannot write to specified key table" error_code KRB5_KT_IOERR, "Error writing to key table" error_code KRB5_NO_TKT_IN_RLM, "Cannot find ticket for requested realm" +error_code KRB5DES_BAD_KEYPAR, "DES key has bad parity" +error_code KRB5DES_WEAK_KEY, "DES key is a weak key" + +error_code KRB5_BAD_KEYTYPE, "Keytype is incompatible with encryption type" +error_code KRB5_BAD_KEYSIZE, "Key size is incompatible with encryption type" end