diff options
author | Werner Koch <wk@gnupg.org> | 2007-11-30 16:33:09 +0000 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-11-30 16:33:09 +0000 |
commit | e63c8ab3860ba635132d20a9bca54621635edb71 (patch) | |
tree | 33297bf568d9036f66f5b8e1b529289ad800b2c3 /tests/ChangeLog | |
parent | f1c4026ae146419f5112cc355a92107f7ca13abe (diff) | |
download | libgcrypt-e63c8ab3860ba635132d20a9bca54621635edb71.tar.gz |
Add support for the HW RNG. However i was not able to test it because it
seems to be disabled by the OS.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 928bb0a6..497fa9cc 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2007-11-30 Werner Koch <wk@g10code.com> + + * benchmark.c (main): Add optione --verbose and reworked the + option parsing. + (random_bench): Dump random stats. + 2007-10-31 Werner Koch <wk@g10code.com> * benchmark.c (start_timer, stop_timer, elapsed_time) [W32]: Fixed. |