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
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marcus Hoffmann
nettle
Commits
7d87cfc3
Commit
7d87cfc3
authored
21 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
Rev: src/nettle/ChangeLog:1.207 Rev: src/nettle/testsuite/.cvsignore:1.23
parent
ac5d0523
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+27
-0
27 additions, 0 deletions
ChangeLog
testsuite/.cvsignore
+3
-0
3 additions, 0 deletions
testsuite/.cvsignore
testsuite/.gitignore
+3
-0
3 additions, 0 deletions
testsuite/.gitignore
with
33 additions
and
0 deletions
ChangeLog
+
27
−
0
View file @
7d87cfc3
2003-08-26 Niels Mller <niels@s3.kth.se>
* Makefile.am: Added md2 and md5 files. Deleted the print-path
hack.
* configure.ac: Bumped version to 1.8.
* testsuite/testutils.c (test_rsa_set_key_1): New function.
* testsuite/rsa-test.c (test_main): Use it.
* testsuite/dsa-keygen-test.c: Deleted definition of UNUSED, it's
now in config.h.
* testsuite/rsa-keygen-test.c: Likewise.
* testsuite/Makefile.am (TS_PROGS): Added rsa-encrypt-test,
md4-test, and md2-test.
* testsuite/rsa-encrypt-test.c, testsuite/md4-test.c,
testsuite/md2-test.c: New test cases.
* nettle-meta.h: Declare nettle_md2 and nettle_md4.
* md5.c: Reorderd functions, putting md5_final at the end.
* md2.c, md2.h, md2-meta.c: New files, implemented md2.
* md4.c, md4.h, md4-meta.c: New files, implemented md4.
2003-08-17 Niels Mller <nisse@cuckoo.hack.org>
* desCode.h (des_keymap, des_bigmap): Deleted extern declarations,
...
...
This diff is collapsed.
Click to expand it.
testsuite/.cvsignore
+
3
−
0
View file @
7d87cfc3
...
...
@@ -17,9 +17,12 @@ dsa-keygen-test
dsa-test
hmac-test
knuth-lfib-test
md2-test
md4-test
md5-compat-test
md5-test
pkcs1-test
rsa-encrypt-test
rsa-keygen-test
rsa-test
rsa2sexp-test
...
...
This diff is collapsed.
Click to expand it.
testsuite/.gitignore
+
3
−
0
View file @
7d87cfc3
...
...
@@ -17,9 +17,12 @@
/dsa-test
/hmac-test
/knuth-lfib-test
/md2-test
/md4-test
/md5-compat-test
/md5-test
/pkcs1-test
/rsa-encrypt-test
/rsa-keygen-test
/rsa-test
/rsa2sexp-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