Added test vectors for hash and HMACs in crypto library. Fixed
authorPekka Riikonen <priikone@silcnet.org>
Sun, 1 Dec 2002 13:45:33 +0000 (13:45 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 1 Dec 2002 13:45:33 +0000 (13:45 +0000)
commitd34304b1cd955a39bb0f09e9a4cac1093f0b7c71
tree72082f315f01c58f1a2dcd622c9785c45a7f15c9
parentec833f0c614cf7f7b3b6177d8ba7918ac01adca1
Added test vectors for hash and HMACs in crypto library.  Fixed
argument decoding in MD5.
Changed the client library to use SHA1 in channel private key and
private message key generation instead of MD5, since SHA1 is
mandatory hash function.
12 files changed:
configure.in.pre
lib/silcclient/client_channel.c
lib/silcclient/client_prvmsg.c
lib/silccrypt/md5.c
lib/silccrypt/md5_internal.h
lib/silccrypt/tests/Makefile.am [new file with mode: 0644]
lib/silccrypt/tests/inst_aes [deleted file]
lib/silccrypt/tests/inst_twofish [deleted file]
lib/silccrypt/tests/test_hmacmd5.c [new file with mode: 0644]
lib/silccrypt/tests/test_hmacsha1.c [new file with mode: 0644]
lib/silccrypt/tests/test_md5.c [new file with mode: 0644]
lib/silccrypt/tests/test_sha1.c [new file with mode: 0644]