Disable most EVP_PKEY_*attr* API
authortb <tb@openbsd.org>
Sun, 14 Jul 2024 16:04:10 +0000 (16:04 +0000)
committertb <tb@openbsd.org>
Sun, 14 Jul 2024 16:04:10 +0000 (16:04 +0000)
commit2a0af5fe32f6f0f93eab1cbb5fc811184d05c6d8
tree37456ace7591709f065b19c2638c418243ce463c
parent5dd6d43a6e028b0ca943e7e14be5570b17fa3947
Disable most EVP_PKEY_*attr* API

There is a single consumer of this entire family of function, namely
the openssl(1) pkcs12 command uses EVP_PKEY_add1_attr_by_NID, so leave
that one intact for now.

ok jsing
lib/libcrypto/evp/evp_pkey.c