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
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
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
Norbert Pócs
nettle
Commits
caf8b3f0
Commit
caf8b3f0
authored
22 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
Rev: src/nettle/ChangeLog:1.122 Rev: src/nettle/testsuite/.cvsignore:1.19
parent
3acf7a8f
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
+15
-0
15 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
17 additions
and
0 deletions
ChangeLog
+
15
−
0
View file @
caf8b3f0
2002-10-09 Niels Mller <nisse@cuckoo.hack.org>
* Makefile.am (libnettle_a_SOURCES): Added dsa files.
(libnettleinclude_HEADERS): Added dsa.h.
* testsuite/testutils.c (test_dsa): New function.
* testsuite/dsa-test.c: New test.
* dsa.h, dsa.c, dsa-sign.c, dsa-verify.c: New files.
* nettle-meta.h: Moved the nettle_random_func and
nettle_progress_func typedefs here...
* rsa.h: ... from here.
2002-10-07 Niels Mller <nisse@cuckoo.hack.org>
* sexp.h (enum sexp_type): Deleted SEXP_START.
...
...
This diff is collapsed.
Click to expand it.
testsuite/.cvsignore
+
1
−
0
View file @
caf8b3f0
...
...
@@ -12,6 +12,7 @@ cbc-test
des-compat-test
des-test
des3-test
dsa-test
hmac-test
knuth-lfib-test
md5-compat-test
...
...
This diff is collapsed.
Click to expand it.
testsuite/.gitignore
+
1
−
0
View file @
caf8b3f0
...
...
@@ -12,6 +12,7 @@
/des-compat-test
/des-test
/des3-test
/dsa-test
/hmac-test
/knuth-lfib-test
/md5-compat-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