]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/rsa/rsa_local.h
New RSA keymgmt implementation to handle import / export of RSA keys
authorRichard Levitte <levitte@openssl.org>
Tue, 15 Oct 2019 19:31:45 +0000 (21:31 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 17 Oct 2019 16:07:45 +0000 (18:07 +0200)
commit29be60235b9bf86bb38f28349b405bb112250d4b
tree1a59f70cac8a5ad7b628a01d963bba85dfd4daf9
parentc3a4fa4cb849ba300d4691154c0c12ac19d24710
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)
crypto/rsa/rsa_ameth.c
crypto/rsa/rsa_gen.c
crypto/rsa/rsa_lib.c
crypto/rsa/rsa_local.h
crypto/rsa/rsa_sp800_56b_gen.c
crypto/rsa/rsa_x931g.c
include/openssl/core_names.h
providers/defltprov.c
providers/implementations/include/prov/implementations.h
providers/implementations/keymgmt/build.info
providers/implementations/keymgmt/rsa_kmgmt.c [new file with mode: 0644]