Upstream sync.
[shishi.git] / crypto / tests / ChangeLog
blobbc71777aebea496daceda1d18a505cdadaacb030
1 2003-03-26  Moritz Schulte  <moritz@g10code.com>
3         * Makefile.am (TESTS): Added pubkey.
5         * pubkey.c: New file.
7 2003-03-22  Simon Josefsson  <jas@extundo.com>
9         * basic.c (check_cbc_mac_cipher): New.
10         (main): Use it.
12 2003-03-19  Werner Koch  <wk@gnupg.org>
14         * keygen.c (check_rsa_keys): Don't expect an exponent when asking
15         for e=0.
16         (check_generated_rsa_key): Just print exponent if EXPECTED_E is 0.
18 2003-03-02  Moritz Schulte  <moritz@g10code.com>
20         * basic.c (check_one_cipher): Use gcry_cipher_reset() instead of
21         gcry_cipher_close(), gcry_cipher_open and gcry_cipher_setkey().
23 2003-01-23  Werner Koch  <wk@gnupg.org>
25         * keygen.c: New. 
27 2003-01-20  Simon Josefsson  <jas@extundo.com>
29         * basic.c (check_digests): Add CRC.
30         (check_one_md): Print computed and expected values on error.
32 2003-01-20  Werner Koch  <wk@gnupg.org>
34         * basic.c (check_one_md): Kludge to check a one million "a".
35         (check_digests): Add checks for SHA-256.
37 2003-01-20  Werner Koch  <wk@gnupg.org>
39         * basic.c (check_pubkey): Check the keygrip for the sample key.
41 2003-01-15  Werner Koch  <wk@gnupg.org>
43         * basic.c (verify_one_signature,check_pubkey_sign)
44         (check_pubkey): New.
45         (main): Check public key functions. Add a --debug option.
47 2002-11-23  Werner Koch  <wk@gnupg.org>
49         * basic.c (check_digests): Add another test for MD4.  By Simon
50         Josefsson.
52 2002-11-10  Simon Josefsson  <jas@extundo.com>
54         * basic.c (check_aes128_cbc_cts_cipher): New function.
55         (check_one_cipher): Add flags parameter.
56         (check_ciphers): Support flags parameter.
57         (main): Check CTS.
59 2002-11-10  Werner Koch  <wk@gnupg.org>
61         * basic.c (check_one_md): New.  By Simon Josefsson.
62         (check_digests): New tests for MD4.  By Simon.
64 2002-08-26  Werner Koch  <wk@gnupg.org>
66         * basic.c (check_ciphers): Check simple DES.
68 2002-05-16  Werner Koch  <wk@gnupg.org>
70         * tsexp.c (back_and_forth): Very minimal test of the new functions.
72 2002-05-14  Werner Koch  <wk@gnupg.org>
74         Changed license of all files to the LGPL.
76 2002-05-02  Werner Koch  <wk@gnupg.org>
78         * basic.c: Add option --verbose.
80 2002-01-11  Werner Koch  <wk@gnupg.org>
82         * tsexp.c (canon_len): Fixed tests.
84 2001-12-18  Werner Koch  <wk@gnupg.org>
86         * tsexp.c: New.
88         
89  Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
91  This file is free software; as a special exception the author gives
92  unlimited permission to copy and/or distribute it, with or without
93  modifications, as long as this notice is preserved.
95  This file is distributed in the hope that it will be useful, but
96  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
97  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.