summaryrefslogtreecommitdiffstats
path: root/providers/defltprov.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-10-15 21:31:45 +0200
committerRichard Levitte <levitte@openssl.org>2019-10-17 18:07:45 +0200
commit29be60235b9bf86bb38f28349b405bb112250d4b (patch)
tree1a59f70cac8a5ad7b628a01d963bba85dfd4daf9 /providers/defltprov.c
parentc3a4fa4cb849ba300d4691154c0c12ac19d24710 (diff)
New RSA keymgmt implementation to handle import / export of RSA keys
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10190)
Diffstat (limited to 'providers/defltprov.c')
-rw-r--r--providers/defltprov.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/providers/defltprov.c b/providers/defltprov.c
index 2d457ae53f..8104227fff 100644
--- a/providers/defltprov.c
+++ b/providers/defltprov.c
@@ -364,6 +364,7 @@ static const OSSL_ALGORITHM deflt_keymgmt[] = {
#ifndef OPENSSL_NO_DSA
{ "DSA", "default=yes", dsa_keymgmt_functions },
#endif
+ { "RSA", "default=yes", rsa_keymgmt_functions },
{ NULL, NULL, NULL }
};