missed some changes for AS/TGS rep
authorJohn Kohl <jtkohl@mit.edu>
Wed, 10 Oct 1990 12:09:44 +0000 (12:09 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 10 Oct 1990 12:09:44 +0000 (12:09 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1210 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/asn.1/KRB5-asn.py

index 2c6e39cce855e1017c1e0e1a7fb6b988531e1a46..6f425a877d543b9b3e13e9760082b2781a0ba65b 100644 (file)
@@ -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