Subject: Re: Final(?) Heimdal -fshort-enums patch
To: Ben Harris <bjh21@netbsd.org>
From: Johan Danielsson <joda@pdc.kth.se>
List: tech-crypto
Date: 03/18/2002 20:05:54
Ben Harris <bjh21@netbsd.org> writes:
> Any problem with it?
No, go ahead, I just committed this to our source. We'll see if we
have time to get a new release in time for 1.6.
/Johan
--- k5.asn1 2001/05/14 06:12:13 1.25
+++ k5.asn1 2002/03/18 19:00:43 1.26
@@ -73,6 +73,7 @@
-- 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
}