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
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Dmitry Baryshkov
nettle
Commits
86b498f2
Commit
86b498f2
authored
Oct 12, 2009
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
(test_main): Updated testcase for "rsa-pkcs1".
Rev: nettle/testsuite/rsa2sexp-test.c:1.3
parent
5b91a45e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
testsuite/rsa2sexp-test.c
+7
-7
7 additions, 7 deletions
testsuite/rsa2sexp-test.c
with
7 additions
and
7 deletions
testsuite/rsa2sexp-test.c
+
7
−
7
View file @
86b498f2
...
...
@@ -92,13 +92,13 @@ test_main(void)
print_hex
(
buffer
.
size
,
buffer
.
contents
);
}
ASSERT
(
MEMEQH
(
buffer
.
size
,
buffer
.
contents
,
"2831303a7075626c69632d6b6579283
3
"
"3a7273612
8313a6e36333a085c340898
"
"9acae4faec3cbbad91c9
0d34c1d259cd
"
"74121a36f38b0b51424a
9b2be514a043
"
"77113a6cdafe79dd7d5f
2ecc8b5e9661
"
"189b86a7b22239907c25
2928313a6534
"
"3a36ad4b1d292929"
));
"2831303a7075626c69632d6b6579283
9
"
"3a7273612
d706b63733128313a6e3633
"
"
3a085c340898
9acae4faec3cbbad91c9"
"
0d34c1d259cd
74121a36f38b0b51424a"
"
9b2be514a043
77113a6cdafe79dd7d5f"
"
2ecc8b5e9661
189b86a7b22239907c25"
"
2928313a6534
3a36ad4b1d292929"
));
rsa_public_key_clear
(
&
pub
);
rsa_private_key_clear
(
&
priv
);
...
...
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