summaryrefslogtreecommitdiffstats
path: root/src/krb524/krb524_prot
blob: f83854d77fa3c9769eaf7a6b0d7643399c0a38c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
Protocol:

	-> ASN.1 encoded V5 ticket
	<- int status_code, [int kvno, encode_v4tkt encoded KTEXT_ST]

kvno and V4 ticket are only included if status_code is zero.

The kvno for the converted ticket is sent explicitly because the field
is ASN.1 encoded in the krb5_creds structure; the client would have to
decode (but not decrypt) the entire krb5_ticket structure to get it,
which would be inefficient.