aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorKen Hornstein <kenh@cmf.nrl.navy.mil>2002-10-30 18:41:24 +0000
committerKen Hornstein <kenh@cmf.nrl.navy.mil>2002-10-30 18:41:24 +0000
commita02992087ea991bbd0793f21021f843af6df1ef7 (patch)
treee5f2a481d6134183de90175c08803546dcd59ab2 /src/lib
parentea56e463282c6168f8ec0f7c5aff43302efc7234 (diff)
downloadkrb5-a02992087ea991bbd0793f21021f843af6df1ef7.zip
krb5-a02992087ea991bbd0793f21021f843af6df1ef7.tar.gz
krb5-a02992087ea991bbd0793f21021f843af6df1ef7.tar.bz2
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
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/asn.1/ChangeLog4
-rw-r--r--src/lib/krb5/asn.1/KRB5-asn.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/krb5/asn.1/ChangeLog b/src/lib/krb5/asn.1/ChangeLog
index 577429d..f5734ff 100644
--- a/src/lib/krb5/asn.1/ChangeLog
+++ b/src/lib/krb5/asn.1/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-30 Ken Hornstein <kenh@cmf.nrl.navy.mil>
+
+ * KRB5-asn.py: Fix definition for sam-pk-for-sad element.
+
2002-10-24 Ken Hornstein <kenh@cmf.nrl.navy.mil>
* KRB5-asn.py, asn1_k_decode.c, asn1_k_decode.h, asn1_k_encode.c,
diff --git a/src/lib/krb5/asn.1/KRB5-asn.py b/src/lib/krb5/asn.1/KRB5-asn.py
index 867ac67..e455fd9 100644
--- a/src/lib/krb5/asn.1/KRB5-asn.py
+++ b/src/lib/krb5/asn.1/KRB5-asn.py
@@ -363,7 +363,7 @@ PA-SAM-CHALLENGE ::= SEQUENCE {
sam-challenge-label[4] GeneralString OPTIONAL,
sam-challenge[5] GeneralString OPTIONAL,
sam-response-prompt[6] GeneralString OPTIONAL,
- sam-pk-for-sad[7] EncryptionKey OPTIONAL,
+ sam-pk-for-sad[7] OCTET STRING OPTIONAL,
sam-nonce[8] INTEGER OPTIONAL,
sam-cksum[9] Checksum OPTIONAL
}