hmac-sha1-des3 = 12

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5068 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-07-08 08:45:30 +00:00
parent 530b214f83
commit f69f5356c4
2 changed files with 2 additions and 2 deletions

View File

@@ -374,7 +374,7 @@ rsa-md4-des-k INTEGER ::= 6
rsa-md5 INTEGER ::= 7
rsa-md5-des INTEGER ::= 8
rsa-md5-des3 INTEGER ::= 9
hmac-sha1-des3 INTEGER ::= 10 -- should this be 12?
hmac-sha1-des3 INTEGER ::= 12
-- transited encodings

View File

@@ -82,7 +82,7 @@ typedef enum krb5_cksumtype {
CKSUMTYPE_RSA_MD5 = 7,
CKSUMTYPE_RSA_MD5_DES = 8,
CKSUMTYPE_RSA_MD5_DES3 = 9,
CKSUMTYPE_HMAC_SHA1_DES3 = 10,
CKSUMTYPE_HMAC_SHA1_DES3 = 12,
CKSUMTYPE_SHA1 = 1000 /* correct value? */
} krb5_cksumtype;