]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix OpenSSL 3.0 API EC curve names
authorTimo Teräs <timo.teras@iki.fi>
Fri, 28 Jul 2023 10:15:48 +0000 (13:15 +0300)
committerTimo Teräs <timo.teras@iki.fi>
Tue, 8 Aug 2023 14:08:00 +0000 (14:08 +0000)
commitde45aab184725b4cf5a02e9a9d5ad8be491bc3fd
tree66e71f1ca698b4b9ed3839344f54084e1a6217b7
parent349fa71a0d73022481de960248287d1082a8b429
Fix OpenSSL 3.0 API EC curve names

The OpenSSL man page examples used the NIST curve names which
are supported. But when querying the name, the native OpenSSL
name is returned. Use these names to pass curve type checks for
engine/provider objects.
lib/dns/opensslecdsa_link.c