[Midnightbsd-cvs] [MidnightBSD/src] d4ad41: The BN_mod_sqrt() function, which computes a modul...
Lucas Holt
noreply at github.com
Tue Mar 15 15:55:47 EDT 2022
Branch: refs/heads/stable/2.1
Home: https://github.com/MidnightBSD/src
Commit: d4ad41327d276b979b383184bc37b18a9865c024
https://github.com/MidnightBSD/src/commit/d4ad41327d276b979b383184bc37b18a9865c024
Author: Lucas Holt <luke at foolishgames.com>
Date: 2022-03-15 (Tue, 15 Mar 2022)
Changed paths:
M crypto/openssl/crypto/bn/bn_sqrt.c
Log Message:
-----------
The BN_mod_sqrt() function, which computes a modular square root, contains
a bug that can cause it to loop forever for non-prime moduli. This function
is used when parsing certificates that contain certain forms of elliptic
curves.
More information about the Midnightbsd-cvs
mailing list