openssl/crypto/rsa
Pauli 1cf520e9d0 rsa: special case the strengths of RSA with 7680 and 15360 bits
Also cap the strengths for values under these two because the formula
overestimates around them.

The formula NIST gives doesn't match the table also presented in IG 7.5

Partial fix for #15421

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/15428)
2021-05-26 20:39:38 +10:00
..
build.info
rsa_acvp_test_params.c
rsa_ameth.c Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importer 2021-05-20 12:57:22 +01:00
rsa_asn1.c
rsa_backend.c Detect low-level engine and app method based keys 2021-04-19 11:36:16 +02:00
rsa_chk.c
rsa_crpt.c
rsa_depr.c
rsa_err.c err: rename err_load_xxx_strings_int functions 2021-05-26 13:01:47 +10:00
rsa_gen.c Fix buffer overflow when generating large RSA keys in FIPS mode. 2021-05-26 17:57:37 +10:00
rsa_lib.c rsa: special case the strengths of RSA with 7680 and 15360 bits 2021-05-26 20:39:38 +10:00
rsa_local.h
rsa_meth.c
rsa_mp_names.c
rsa_mp.c
rsa_none.c
rsa_oaep.c
rsa_ossl.c
rsa_pk1.c
rsa_pmeth.c
rsa_prn.c
rsa_pss.c
rsa_saos.c
rsa_schemes.c
rsa_sign.c
rsa_sp800_56b_check.c
rsa_sp800_56b_gen.c
rsa_x931.c
rsa_x931g.c