From a02992087ea991bbd0793f21021f843af6df1ef7 Mon Sep 17 00:00:00 2001 From: Ken Hornstein Date: Wed, 30 Oct 2002 18:41:24 +0000 Subject: Wrong ASN.1 definition and padata type for new hardware preauth It turned out that early in the development cycle, one of our developers picked the "next" PADATA type in krb5.hin, and we said, "We've got to fix that when we get the real one assigned" ... and we never did. Noticed by Ezra Peisach. Also, the definition for sam-pk-for-sad was changed to OCTET STRING from EncryptionKey in the draft and the code, but we never updated the ASN.1 definition. Also noticed by Ezra Peisach. ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14945 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/ChangeLog') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index bf8dbf6b3..6c6e50742 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,8 @@ +2002-10-30 Ken Hornstein + + * krb5.hin: Change definitions of new SAM preauth types to + match kerberos-clarifications. + 2002-10-24 Ken Hornstein * k5-int.h, krb5.hin: Add new protocols, definitions, and -- cgit