]> git.ipfire.org Git - thirdparty/openssl.git/commit
Allow small RSA exponents in the default provider
authorShane Lontis <shane.lontis@oracle.com>
Wed, 11 Aug 2021 02:23:08 +0000 (12:23 +1000)
committerTomas Mraz <tomas@openssl.org>
Fri, 13 Aug 2021 08:35:56 +0000 (10:35 +0200)
commit254957f768a61c91c14d89566224173d0831c2ce
tree7ccf094aee6826b7252da1471154cf15d61ee3a5
parenta5f4099d275520caf90a28a88e889cb36683b412
Allow small RSA exponents in the default provider

Fixes #16255

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16285)
crypto/rsa/rsa_sp800_56b_check.c
test/rsa_sp800_56b_test.c