Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
4e080a2d
Commit
4e080a2d
authored
Oct 11, 2009
by
Niels Möller
Browse files
(rsa_keypair_to_sexp): Changed default algorithm name
to "rsa-pkcs1". Rev: nettle/rsa2sexp.c:1.3
parent
06e2763b
Changes
1
Show whitespace changes
Inline
Side-by-side
rsa2sexp.c
View file @
4e080a2d
...
...
@@ -37,7 +37,7 @@ rsa_keypair_to_sexp(struct nettle_buffer *buffer,
const
struct
rsa_private_key
*
priv
)
{
if
(
!
algorithm_name
)
algorithm_name
=
"rsa"
;
algorithm_name
=
"rsa
-pkcs1
"
;
if
(
priv
)
return
sexp_format
(
buffer
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment