Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nettle
nettle
Commits
0bba3c84
Commit
0bba3c84
authored
23 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
Rev: src/nettle/ChangeLog:1.22 Rev: src/nettle/testsuite/.cvsignore:1.8
parent
62913116
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+18
-0
18 additions, 0 deletions
ChangeLog
testsuite/.cvsignore
+1
-0
1 addition, 0 deletions
testsuite/.cvsignore
testsuite/.gitignore
+1
-0
1 addition, 0 deletions
testsuite/.gitignore
with
20 additions
and
0 deletions
ChangeLog
+
18
−
0
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>
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
...
...
This diff is collapsed.
Click to expand it.
testsuite/.cvsignore
+
1
−
0
View file @
0bba3c84
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
testsuite/.gitignore
+
1
−
0
View file @
0bba3c84
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment