]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Checking whether a EDDSA key was private or not was broken
authorMark Andrews <marka@isc.org>
Tue, 20 Aug 2024 00:16:34 +0000 (00:16 +0000)
committerMark Andrews <marka@isc.org>
Tue, 20 Aug 2024 00:16:34 +0000 (00:16 +0000)
Checking whether a EDDSA key was private or not was broken could lead to
attempting to sign records with a public key and this could cause a
segmentation failure (read of a NULL pointer) within OpenSSL.

Closes #4855

Merge branch '4855-openssleddsa_isprivate-needs-to-supply-a-buffer' into 'bind-9.18'

See merge request isc-projects/bind9!9329


Trivial merge