]> git.ipfire.org Git - thirdparty/bind9.git/commit
load_pubkey_from_engine() should load public key
authorMatthijs Mekking <matthijs@isc.org>
Wed, 25 Nov 2020 08:23:57 +0000 (09:23 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 26 Jan 2021 14:03:43 +0000 (15:03 +0100)
commitf66df9f1b7acdf09de792db05144d58e2c3a06a1
treef4cd3e2c988faa2c499d6dc4792e05710d56864b
parentd77ac5c767fc956154cad2179815c4a8458bfd76
load_pubkey_from_engine() should load public key

The 'function load_pubkey_from_engine()' made a call to the libssl
function 'ENGINE_load_private_key'.  This is a copy paste error and
should be 'ENGINE_load_public_key'.

(cherry picked from commit 370285a62dd1fb5e29972c4160332c729ba67aeb)
lib/dns/opensslecdsa_link.c