mirror of https://github.com/openssl/openssl.git
Fixes #24051 RSA with 'no padding' corresponds to RSAEP/RSADP. The code was not checking the lower bounds. The bounds are specified in SP800-56Br2, section 7.1.1.1 and 7.1.2.1 Note that RFC8017 expresses the range in a sentence using the word between, and there is some ambiguity in this. The upper bounds have change to match the definition in SP800. Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24061) |
||
|---|---|---|
| .. | ||
| build.info | ||
| rsa_acvp_test_params.c | ||
| rsa_ameth.c | ||
| rsa_asn1.c | ||
| rsa_backend.c | ||
| rsa_chk.c | ||
| rsa_crpt.c | ||
| rsa_depr.c | ||
| rsa_err.c | ||
| rsa_gen.c | ||
| rsa_lib.c | ||
| rsa_local.h | ||
| rsa_meth.c | ||
| rsa_mp.c | ||
| rsa_mp_names.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 | ||