]> git.ipfire.org Git - thirdparty/openssl.git/commit
Make the RSA ASYM_CIPHER implementation available inside the FIPS module
authorMatt Caswell <matt@openssl.org>
Fri, 17 Jan 2020 14:47:18 +0000 (14:47 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 13 Feb 2020 14:14:30 +0000 (14:14 +0000)
commitafb638f137958205b6b089da8967f4775b4c9bb6
treeb11c87c306131476dfad7eb0444d291e42713893
parent1b72105076bb2e73f3c8461f9c0ca5ecefe007c8
Make the RSA ASYM_CIPHER implementation available inside the FIPS module

RSA ASYM_CIPHER was already available within the default provider. We
now make it also available from inside the FIPS module.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10881)
16 files changed:
crypto/rsa/build.info
crypto/rsa/rsa_crpt.c
crypto/rsa/rsa_err.c
crypto/rsa/rsa_lib.c
crypto/rsa/rsa_local.h
crypto/rsa/rsa_oaep.c
crypto/rsa/rsa_ossl.c
crypto/rsa/rsa_pk1.c
crypto/rsa/rsa_sp800_56b_check.c
crypto/rsa/rsa_sp800_56b_gen.c
include/crypto/rsa.h
include/openssl/rsaerr.h
providers/fips/fipsprov.c
providers/implementations/asymciphers/build.info
providers/implementations/asymciphers/rsa_enc.c
providers/implementations/keymgmt/rsa_kmgmt.c