Remove a TODO(3.0) from X509_PUBKEY_set
authorMatt Caswell <matt@openssl.org>
Mon, 12 Apr 2021 14:52:05 +0000 (15:52 +0100)
committerPauli <pauli@openssl.org>
Wed, 14 Apr 2021 04:54:04 +0000 (14:54 +1000)
commit0d5bbaaae2c65ddf7a30596b61617304e0950d9c
treeadf1e29a1f20412d3abb8fd273fcce32e71a9a00
parent89947af2c5e32ddceaeecc5f486577ad5b5f946c
Remove a TODO(3.0) from X509_PUBKEY_set

The comment talks about the EVP_PKEY that is contained within an
X509_PUBKEY object and whether it has to be exactly the same as the one
passed by the caller in X509_PUBKEY_set(). IMO it does, so the TODO should
be dropped.

Fixes #14378

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14845)
crypto/x509/x_pubkey.c