diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-05-09 14:32:52 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-05-09 14:32:52 +0000 |
| commit | ed92c15ec7370ea616649ef5d9f19c24d729a5cb (patch) | |
| tree | c8b88ea26e1ed382942dec2da4a8aa8432d23f7d | |
| parent | 93e75ec42774b99288f63d49cbb37b234fe3a891 (diff) | |
add DES key codes & generic key codes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@797 dc483132-0cff-0310-8789-dd5450dbe970
| -rw-r--r-- | src/lib/krb5/error_tables/krb5_err.et | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
