kdc: salt FAST cookie key with client name

This commit is contained in:
Luke Howard
2021-08-10 13:56:46 +10:00
parent 9b55215a2a
commit 2b95853df4
2 changed files with 100 additions and 12 deletions

View File

@@ -2417,7 +2417,8 @@ out:
r->armor_crypto,
&req->req_body,
ret, r->e_text,
NULL, NULL,
ticket != NULL ? ticket->client : NULL,
ticket != NULL ? ticket->server : NULL,
csec, cusec,
data);
free_METHOD_DATA(&error_method);