-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OpenSSL CVE-2022-0778 Fix possible infinite loop in BN_mod_sqrt() (#423)
OpenSSL CVE-2022-0778 Fix possible infinite loop in BN_mod_sqrt() This commit fixes the issue released as OpenSSL CVE-2022-0778 that affects AWS-LC as well. A bug in BN_mod_sqrt() can cause the function to enter an infinite loop. The issue is now fixed and two test cases are added to verify that the function returns a failure instead of hanging. Co-authored-by: Dusan Kostic <[email protected]>
- Loading branch information
Showing
3 changed files
with
32 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.