Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

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.

https://github.com/krb5/krb5/commit/ae40b2eabb8954679e55f0ae79c3aaa96974fb40
Author: Greg Hudson <ghudson@mit.edu>
Commit: ae40b2eabb8954679e55f0ae79c3aaa96974fb40
Branch: master
src/lib/crypto/builtin/aes/aes-gen.c | 97 +++++++++++++++++++++-------------
1 files changed, 61 insertions(+), 36 deletions(-)
From: ghudson@mit.edu
Subject: git commit

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@mit.edu>
Commit: 4d9de6f63db417aa43b1a50f8c93ddb6046fb447
Branch: krb5-1.19
src/lib/crypto/builtin/aes/aes-gen.c | 97 +++++++++++++++++++++-------------
1 files changed, 61 insertions(+), 36 deletions(-)