Teach openssl ca about Ed25519 certificates
authortb <tb@openbsd.org>
Sun, 2 Jul 2023 07:08:57 +0000 (07:08 +0000)
committertb <tb@openbsd.org>
Sun, 2 Jul 2023 07:08:57 +0000 (07:08 +0000)
commitdf970faa6d1e5eb17fb38c33f3f030ca4c6b9be5
treee8e72801eae586e37971b6ed8420d2dcddb2ae9d
parentd348a60a32161f336abe40dc404c3c6429ab5f9b
Teach openssl ca about Ed25519 certificates

This adds a few logic curlies to end up setting the EVP_MD to EVP_md_null()
as required by the API. This way ASN1_item_sign() now knows how to behave.

"ok = (rv == 2);" beck
usr.bin/openssl/ca.c