Skip to content
Snippets Groups Projects
Commit 4e080a2d authored by Niels Möller's avatar Niels Möller
Browse files

(rsa_keypair_to_sexp): Changed default algorithm name

to "rsa-pkcs1".

Rev: nettle/rsa2sexp.c:1.3
parent 06e2763b
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment