Skip to content
Snippets Groups Projects
Commit 0bba3c84 authored by Niels Möller's avatar Niels Möller
Browse files

*** empty log message ***

Rev: src/nettle/ChangeLog:1.22
Rev: src/nettle/testsuite/.cvsignore:1.8
parent 62913116
No related branches found
No related tags found
No related merge requests found
2001-09-14 Niels Möller <nisse@ehand.com>
* testsuite/des-compat-test.c: New file, copied from libdes
(freeswan). All implemented functions but des_cbc_cksum seems to
work now.
* testsuite/Makefile.am (TS_PROGS): Added des-compat-test.
* des-compat.c: Added libdes typedef:s. Had to remove all use of
const in the process.
(des_check_key): New global variable, checked by des_set_key.
* des.c (des_set_key): Go on and expand the key even if it is
weak.
* des-compat.c (des_cbc_cksum): Implemented.
(des_key_sched): Fixed return values.
2001-09-11 Niels Möller <nisse@cuckoo.hack.org> 2001-09-11 Niels Möller <nisse@cuckoo.hack.org>
* Makefile.am: Added des-compat.c and des-compat.h * Makefile.am: Added des-compat.c and des-compat.h
......
...@@ -11,6 +11,7 @@ cast128-test ...@@ -11,6 +11,7 @@ cast128-test
cast128-test.c cast128-test.c
cbc-test cbc-test
cbc-test.c cbc-test.c
des-compat-test
des-test des-test
des-test.c des-test.c
des3-test des3-test
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
/cast128-test.c /cast128-test.c
/cbc-test /cbc-test
/cbc-test.c /cbc-test.c
/des-compat-test
/des-test /des-test
/des-test.c /des-test.c
/des3-test /des3-test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment