History log of /openbsd-current/sys/arch/i386/stand/libsa/mdrandom.c
Revision Date Author Comments
# 1.3 19-Jun-2020 naddy

fold the TSC value in fewer operations, same result; ok deraadt@


# 1.2 15-Jun-2020 naddy

Check rdrand for success and try up to ten times, as recommended by Intel.
Do the same for rdseed.
ok deraadt@


# 1.1 14-Jun-2020 deraadt

rewrite mdrandom() in C. previously this XOR'd against rdrand if available,
and alternatively XOR'd against TSC. now always run both sequences, and
also support rdseed as a third procedure.
ok kettenis naddy


# 1.2 15-Jun-2020 naddy

Check rdrand for success and try up to ten times, as recommended by Intel.
Do the same for rdseed.
ok deraadt@


# 1.1 14-Jun-2020 deraadt

rewrite mdrandom() in C. previously this XOR'd against rdrand if available,
and alternatively XOR'd against TSC. now always run both sequences, and
also support rdseed as a third procedure.
ok kettenis naddy