[krbdev.mit.edu #8992] git commit
"Greg Hudson via RT" <[email protected]> Mon, 12 Jul 2021 12:28:51 -0400
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
<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 <[email protected]> Commit: 4d9de6f63db417aa43b1a50f8c93ddb6046fb447 Branch: krb5-1.19 src/lib/crypto/builtin/aes/aes-gen.c | 97 +++++++++++++++++++++------------- 1 files changed, 61 insertions(+), 36 deletions(-)