Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: ad7e0fd550a9eb2946edf38003ebc6d5b988dac7
https://github.openssl.org/openssl/openssl/commit/ad7e0fd550a9eb2946edf38003ebc6d5b988dac7
Author: slontis <[email protected]>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M crypto/bn/bn_rsa_fips186_4.c
Log Message:
-----------
RSA keygen fixes
Fixes #18321
Increase the iteration factor used when 'Computing a Probable Prime Factor
Based on Auxiliary Primes' from 5 to 20.
This matches the algorithm update made in FIPS 186-5.
Reviewed-by: Bernd Edlinger <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18429)
Commit: 27c1cfd7653b7204af3301f93ccd2a3decfc309b
https://github.openssl.org/openssl/openssl/commit/27c1cfd7653b7204af3301f93ccd2a3decfc309b
Author: slontis <[email protected]>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M crypto/rsa/rsa_gen.c
Log Message:
-----------
RSA Keygen update - When using the default provider fallback to default
multiprime keygen if e is < 65537
Reviewed-by: Bernd Edlinger <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18429)
Commit: d2399d8cd29f56e6614f0b3db4e7e563a745902a
https://github.openssl.org/openssl/openssl/commit/d2399d8cd29f56e6614f0b3db4e7e563a745902a
Author: slontis <[email protected]>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M crypto/bn/bn_err.c
M crypto/bn/bn_rsa_fips186_4.c
M crypto/err/openssl.txt
M include/crypto/bnerr.h
M include/openssl/bnerr.h
Log Message:
-----------
RSA keygen update: Raise an error if no prime candidate q is found.
Reviewed-by: Bernd Edlinger <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18429)
Compare:
https://github.openssl.org/openssl/openssl/compare/a644cb7c1c19...d2399d8cd29f