From 763afcf055f279aa5742c3e8ddd26222fdaced4f Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 10 Oct 1990 12:09:44 +0000 Subject: [PATCH] missed some changes for AS/TGS rep git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1210 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/asn.1/KRB5-asn.py | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/lib/krb5/asn.1/KRB5-asn.py b/src/lib/krb5/asn.1/KRB5-asn.py index 2c6e39cce..6f425a877 100644 --- a/src/lib/krb5/asn.1/KRB5-asn.py +++ b/src/lib/krb5/asn.1/KRB5-asn.py @@ -195,7 +195,9 @@ TGS-REQ ::= [APPLICATION 12] SEQUENCE { -- the preceding two sequences MUST be the same except for the -- APPLICATION identifier -KDC-REP ::= [APPLICATION 1] SEQUENCE { +-- the following two sequences MUST be the same except for the +-- APPLICATION identifier +AS-REP ::= [APPLICATION 11] SEQUENCE { pvno[0] INTEGER, msg-type[1] INTEGER, -- MessageType crealm[2] Realm, @@ -203,6 +205,16 @@ KDC-REP ::= [APPLICATION 1] SEQUENCE { ticket[4] Ticket, -- Ticket enc-part[5] EncryptedData -- EncKDCRepPart } +TGS-REP ::= [APPLICATION 13] SEQUENCE { + pvno[0] INTEGER, + msg-type[1] INTEGER, -- MessageType + crealm[2] Realm, + cname[3] PrincipalName, + ticket[4] Ticket, -- Ticket + enc-part[5] EncryptedData -- EncKDCRepPart +} +-- the preceding two sequences MUST be the same except for the +-- APPLICATION identifier -- the following two sequences MUST be the same except for the -- APPLICATION identifier -- 2.26.2