]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't set pubkey if eckey already has public key
authorMatthijs Mekking <matthijs@isc.org>
Tue, 15 Dec 2020 13:09:05 +0000 (14:09 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 26 Jan 2021 14:01:04 +0000 (15:01 +0100)
commit06b972415296a397d7eca7be01432e87f531fae5
treee472670807cb7497e92ad8561b9f06e623148043
parent46afeca8bfe2e9d4080acc52dcf03fa980950e35
Don't set pubkey if eckey already has public key

The 'ecdsa_check()' function tries to correctly set the public key
on the eckey, but this should be skipped if the public key is
retrieved via the private key.
lib/dns/opensslecdsa_link.c