]> git.ipfire.org Git - thirdparty/krb5.git/commit
Use a random nonce in TGS requests 650/head
authorGreg Hudson <ghudson@mit.edu>
Tue, 25 Apr 2017 17:31:36 +0000 (13:31 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 26 Apr 2017 17:30:30 +0000 (13:30 -0400)
commit0b6a5608e862f0fcf08efa4bd2bc4cf2cdd27e63
treefa5de31148741568cdcadf015a69020c6e0aec1b
parent1dc619624421002b1e64d3b8c7e270508381b3e6
Use a random nonce in TGS requests

Commit ae0fee058ad883b2e82fa2b34f4e5f059e827a1b (ticket #5425) changed
the AS client code to use a random nonce, but left the TGS client code
using the current timestamp.  Use a random nonce for TGS requests as
well.

ticket: 8582 (new)
src/lib/krb5/krb/get_in_tkt.c
src/lib/krb5/krb/int-proto.h
src/lib/krb5/krb/send_tgs.c