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
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Nettle
nettle
Commits
5c232aa8
Commit
5c232aa8
authored
Mar 26, 2014
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
#if out unused test_dsa_key.
parent
42ca4498
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+5
-0
5 additions, 0 deletions
ChangeLog
testsuite/testutils.c
+2
-0
2 additions, 0 deletions
testsuite/testutils.c
with
7 additions
and
0 deletions
ChangeLog
+
5
−
0
View file @
5c232aa8
2014-03-26 Niels Möller <nisse@lysator.liu.se>
* testsuite/testutils.c (test_dsa_sign): #if out, currently
unused.
2014-03-23 Niels Möller <nisse@lysator.liu.se>
2014-03-23 Niels Möller <nisse@lysator.liu.se>
From Owen Kirby:
From Owen Kirby:
...
...
This diff is collapsed.
Click to expand it.
testsuite/testutils.c
+
2
−
0
View file @
5c232aa8
...
@@ -1124,6 +1124,7 @@ test_dsa256(const struct dsa_public_key *pub,
...
@@ -1124,6 +1124,7 @@ test_dsa256(const struct dsa_public_key *pub,
dsa_signature_clear
(
&
signature
);
dsa_signature_clear
(
&
signature
);
}
}
#if 0
void
void
test_dsa_sign(const struct dsa_public_key *pub,
test_dsa_sign(const struct dsa_public_key *pub,
const struct dsa_private_key *key,
const struct dsa_private_key *key,
...
@@ -1180,6 +1181,7 @@ test_dsa_sign(const struct dsa_public_key *pub,
...
@@ -1180,6 +1181,7 @@ test_dsa_sign(const struct dsa_public_key *pub,
free (bad_digest);
free (bad_digest);
dsa_signature_clear(&signature);
dsa_signature_clear(&signature);
}
}
#endif
void
void
test_dsa_verify
(
const
struct
dsa_public_key
*
pub
,
test_dsa_verify
(
const
struct
dsa_public_key
*
pub
,
...
...
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