+1999-07-06 Ken Raeburn <raeburn@mit.edu>
+
+ * KRB5-asn.py (PA-SAM-RESPONSE): Fix syntax error -- comma
+ separating sequence components doesn't belong buried in a
+ comment.
+
1999-07-03 Tom Yu <tlyu@mit.edu>
* asn1buf.c (asn1buf_sync): Add length parameter to disambiguate
sam-flags[1] SAMFlags,
sam-track-id[2] GeneralString OPTIONAL,
-- sam-enc-key is reserved for future use, so I'm making it OPTIONAL - mwe
- sam-enc-key[3] EncryptedData
- -- PA-ENC-SAM-KEY,
- sam-enc-nonce-or-ts[4] EncryptedData
- -- PA-ENC-SAM-RESPONSE-ENC,
+ sam-enc-key[3] EncryptedData,
+ -- PA-ENC-SAM-KEY
+ sam-enc-nonce-or-ts[4] EncryptedData,
+ -- PA-ENC-SAM-RESPONSE-ENC
sam-nonce[5] INTEGER OPTIONAL,
sam-patimestamp[6] KerberosTime OPTIONAL
}