match draft-preauth-framework-14 better

This commit is contained in:
Love Hornquist Astrand
2010-01-19 04:17:27 +00:00
committed by Love Hörnquist Åstrand
parent 7d30fc38d7
commit 60c713221d

View File

@@ -809,9 +809,10 @@ KrbFastFinished ::= SEQUENCE {
} }
KrbFastResponse ::= SEQUENCE { KrbFastResponse ::= SEQUENCE {
padata [0] SEQUENCE OF PA-DATA, padata [0] METHOD-DATA,
rep-key [1] EncryptionKey OPTIONAL, strengthen-key [1] EncryptionKey OPTIONAL,
finished [2] KrbFastFinished OPTIONAL, finished [2] KrbFastFinished OPTIONAL,
nonce [3] krb5uint32,
... ...
} }