Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

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.

https://github.com/krb5/krb5/commit/0b6a5608e862f0fcf08efa4bd2bc4cf2cdd27e63
Author: Greg Hudson <ghudson@mit.edu>
Commit: 0b6a5608e862f0fcf08efa4bd2bc4cf2cdd27e63
Branch: master
src/lib/krb5/krb/get_in_tkt.c | 19 +------------------
src/lib/krb5/krb/int-proto.h | 3 +++
src/lib/krb5/krb/send_tgs.c | 24 +++++++++++++++++++++++-
3 files changed, 27 insertions(+), 19 deletions(-)