can somebody explain why this doesn't work or how to fix it ? (LibreSSL on OpenBSD 7.3)
openssl genpkey -algorithm ED25519 > my.key openssl req -new -out my.csr -key my.key with this error 101242121864:error:10FFF08A:elliptic curve routines:CRYPTO_internal:invalid digest type:/usr/src/lib/libcrypto/ec/ecx_methods.c:774: Same commands work on openssl on another computers/OS and they basically in every tutorial related to ed25519 generation

