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:
@@ -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
|
||||
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user