Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: 518f1ee81d5a6910365ef404888d0e119a87fd81
https://github.openssl.org/openssl/openssl/commit/518f1ee81d5a6910365ef404888d0e119a87fd81
Author: Matt Caswell <[email protected]>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M crypto/rsa/rsa_chk.c
Log Message:
-----------
The rsa_validate_keypair_multiprime() function return is not boolean
A -ve return value from this function indicates an error which we should
treat as a failure to validate.
Fixes #18538
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Shane Lontis <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18651)
Commit: 995eccb611431a4857cac3283e2442c01109d428
https://github.openssl.org/openssl/openssl/commit/995eccb611431a4857cac3283e2442c01109d428
Author: Matt Caswell <[email protected]>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M test/evp_extra_test.c
Log Message:
-----------
Add a test for an all 0 RSA key
Testing a key with all values set to 0.
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Shane Lontis <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18651)
Compare:
https://github.openssl.org/openssl/openssl/compare/08f876d0dea1...995eccb61143