]> git.ipfire.org Git - thirdparty/openssl.git/commit - util/libcrypto.num
Add RSA key validation to default provider
authorShane Lontis <shane.lontis@oracle.com>
Wed, 29 Jan 2020 10:32:32 +0000 (20:32 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Wed, 29 Jan 2020 10:32:32 +0000 (20:32 +1000)
commit12603de634fe628488066d1f3f2c720ca20d6df9
treea7345e533ae5811eeb682a7cf8d02c6a8008b6f6
parenta76ce2862bc6ae2cf8a749c8747d371041fc42d1
Add RSA key validation to default provider

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10780)
19 files changed:
crypto/evp/build.info
crypto/evp/evp_local.h
crypto/evp/keymgmt_lib.c
crypto/evp/keymgmt_meth.c
crypto/evp/pmeth_check.c [new file with mode: 0644]
crypto/evp/pmeth_gn.c
crypto/evp/pmeth_lib.c
crypto/rsa/rsa_chk.c
crypto/rsa/rsa_sp800_56b_check.c
doc/man3/EVP_PKEY_check.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_keygen.pod
doc/man7/provider-keymgmt.pod
include/crypto/evp.h
include/crypto/rsa.h
include/openssl/core_numbers.h
include/openssl/evp.h
providers/implementations/keymgmt/rsa_kmgmt.c
test/evp_pkey_provided_test.c
util/libcrypto.num