Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcus Hoffmann
nettle
Commits
0bba3c84
Commit
0bba3c84
authored
Sep 14, 2001
by
Niels Möller
Browse files
*** empty log message ***
Rev: src/nettle/ChangeLog:1.22 Rev: src/nettle/testsuite/.cvsignore:1.8
parent
62913116
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
0bba3c84
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>
* Makefile.am: Added des-compat.c and des-compat.h
...
...
testsuite/.cvsignore
View file @
0bba3c84
...
...
@@ -11,6 +11,7 @@ cast128-test
cast128-test.c
cbc-test
cbc-test.c
des-compat-test
des-test
des-test.c
des3-test
...
...
testsuite/.gitignore
View file @
0bba3c84
...
...
@@ -11,6 +11,7 @@
/cast128-test.c
/cbc-test
/cbc-test.c
/des-compat-test
/des-test
/des-test.c
/des3-test
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment