]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/err/openssl.txt
Fix potential infinite loops in ECDSA signing.
authorslontis <shane.lontis@oracle.com>
Mon, 27 Feb 2023 03:53:25 +0000 (13:53 +1000)
committerPauli <pauli@openssl.org>
Tue, 28 Feb 2023 22:20:49 +0000 (09:20 +1100)
commit5f820bd7535b871fdfdc0303c3af23ba4be901f0
tree8731a54f88181ea254b78b1a25016f8fd241bd19
parent3a4e09ab42654b3d223f0f8dd1a9c58b2902ddcc
Fix potential infinite loops in ECDSA signing.

Similiar checks to the DSA code have been added for ECDSA also.
This should not be a problem when using named groups.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20384)
crypto/ec/ec_err.c
crypto/ec/ecdsa_ossl.c
crypto/err/openssl.txt
include/crypto/ecerr.h
include/openssl/ecerr.h