]> git.ipfire.org Git - thirdparty/openssl.git/commit
Deprecate RSA harder
authorRichard Levitte <levitte@openssl.org>
Sun, 4 Oct 2020 14:34:31 +0000 (16:34 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 18 Nov 2020 22:38:34 +0000 (23:38 +0100)
commitd7e498ac55f12bc2f4e7f948cbb8de2e3eeafc74
tree755ca6bcbcd3b85d0371713d754b26f4a9d70250
parentb24d6c335d3beb431f8f9847623d4db39ae1f96b
Deprecate RSA harder

This deprecates all functions that deal with the types RSA and RSA_METHOD

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13096)
44 files changed:
apps/genrsa.c
apps/req.c
apps/rsa.c
apps/rsautl.c
apps/x509.c
crypto/asn1/asn1_item_list.c
crypto/asn1/asn1_item_list.h
crypto/asn1/i2d_evp.c
crypto/evp/build.info
crypto/evp/p_dec.c
crypto/evp/p_enc.c
crypto/evp/p_legacy.c [new file with mode: 0644]
crypto/evp/p_lib.c
crypto/pem/pem_all.c
crypto/pem/pem_local.h
crypto/rsa/rsa_backend.c
crypto/rsa/rsa_local.h
doc/man3/d2i_RSAPrivateKey.pod [new file with mode: 0644]
doc/man3/d2i_X509.pod
fuzz/asn1.c
fuzz/server.c
include/crypto/rsa.h
include/crypto/types.h [new file with mode: 0644]
include/openssl/evp.h
include/openssl/pem.h
include/openssl/rsa.h
include/openssl/ssl.h.in
include/openssl/types.h
include/openssl/x509.h.in
providers/common/der/der_rsa_key.c
providers/common/include/prov/securitycheck.h
ssl/build.info
ssl/ssl_local.h
ssl/ssl_rsa.c
ssl/ssl_rsa_legacy.c [new file with mode: 0644]
ssl/statem/statem_clnt.c
ssl/statem/statem_lib.c
ssl/statem/statem_srvr.c
test/endecoder_legacy_test.c
test/evp_extra_test.c
test/keymgmt_internal_test.c
test/rsa_sp800_56b_test.c
util/libcrypto.num
util/libssl.num