add the GSS-API checksum type here

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10888 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-03-18 19:00:43 +00:00
parent 9a60d30cd8
commit 0e60d87125

View File

@@ -73,6 +73,7 @@ CKSUMTYPE ::= INTEGER {
-- CKSUMTYPE_SHA1(10),
CKSUMTYPE_HMAC_SHA1_DES3(12),
CKSUMTYPE_SHA1(1000), -- correct value? 10 (9 also)
CKSUMTYPE_GSSAPI(0x8003),
CKSUMTYPE_HMAC_MD5(-138), -- unofficial microsoft number
CKSUMTYPE_HMAC_MD5_ENC(-1138) -- even more unofficial
}