Skip to content

fix: usr: Checking whether a EDDSA key was private or not was broken

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 (closed)

Edited by Mark Andrews

Merge request reports