diff options
author | Werner Koch <wk@gnupg.org> | 2007-02-23 17:47:56 +0000 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-02-23 17:47:56 +0000 |
commit | eaba8d58acda66f428870794115cb22c2590ec5e (patch) | |
tree | 26b91c662001beff12e128f0b2c9ededc9e5a55b /tests/ChangeLog | |
parent | 1cfac9fd5f628c2d505b6c01d2cc0657840299ed (diff) | |
download | libgcrypt-eaba8d58acda66f428870794115cb22c2590ec5e.tar.gz |
Ported last changes from 1.2.
Updated some tests.
Support for passphrase generated Elgamal keys.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 07d5af04..f7811626 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,18 @@ +2007-02-23 Werner Koch <wk@g10code.com> + + * Makefile.am (TEST): Run benchmark as last. + + * ac-data.c (check_sexp_conversion): Print label only in verbose + mode. + + * pubkey.c (main): Run test just 2 times instead of 10. + (get_elg_key_new): New. + (check_run): Also run tests with Elgamal keys. + (check_keys): New arg NBITS_DATA. + (get_elg_key_new): Use only 400 for the 512 bit Elgamal test. + + * random.c: New. + 2007-02-22 Werner Koch <wk@g10code.com> * basic.c (check_pubkey_sign): Also try signing using an OID. |