diff --git a/lib/hcrypto/ChangeLog b/lib/hcrypto/ChangeLog index 445408983..5e861a4b4 100644 --- a/lib/hcrypto/ChangeLog +++ b/lib/hcrypto/ChangeLog @@ -1,5 +1,19 @@ +2007-06-18 Love Hörnquist Åstrand + + * Makefile.am: add rand-timer.c + + * rand-fortuna.c: Fall back to gattering data from timer and + secret files, this is really the last resort. + + * rand-timer.c: Pick up timing diffrences in the timeing info from + realtime timer, only in use as a last resort. + + * version-script.map: Add hc_RAND_timer_method. + 2007-06-10 Love Hörnquist Åstrand + * test_bn.c: Add . + * test_crypto.in: Test for random device before running the tests. * test_engine_dso.c: Test for random device.