diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-10-10 12:09:44 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-10-10 12:09:44 +0000 |
| commit | 763afcf055f279aa5742c3e8ddd26222fdaced4f (patch) | |
| tree | a5d64a7d7bbe845712847e60bde8189d24f463a1 /src/lib | |
| parent | 7a21498b3418234ff9f277b24cb79c8f45c2306d (diff) | |
missed some changes for AS/TGS rep
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1210 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/asn.1/KRB5-asn.py | 14 |
1 files changed, 13 insertions, 1 deletions
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 |
