[krbdev.mit.edu #8992] git commit

Greg Hudson via RT rt at krbdev.mit.edu
Mon Jul 12 12:28:51 EDT 2021


<URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8992 >


Avoid rand() in aes-gen test program

rand() can output different sequences on different platforms with the
same seed, and (since commit cb5f190056ef4d123c5fe5d4923982b830288438)
we want fixed output.  Use specified inputs instead.  Reported by Ken
Hornstein.

(cherry picked from commit ae40b2eabb8954679e55f0ae79c3aaa96974fb40)

https://github.com/krb5/krb5/commit/4d9de6f63db417aa43b1a50f8c93ddb6046fb447
Author: Greg Hudson <ghudson at mit.edu>
Commit: 4d9de6f63db417aa43b1a50f8c93ddb6046fb447
Branch: krb5-1.19
 src/lib/crypto/builtin/aes/aes-gen.c |   97 +++++++++++++++++++++-------------
 1 files changed, 61 insertions(+), 36 deletions(-)



More information about the krb5-bugs mailing list