Disable X509at_get_attr{,_count}() and X509at_delete_attr()
authortb <tb@openbsd.org>
Fri, 26 Jul 2024 13:33:39 +0000 (13:33 +0000)
committertb <tb@openbsd.org>
Fri, 26 Jul 2024 13:33:39 +0000 (13:33 +0000)
commit857ff97c679f967bce8edde8503bab927ed14c82
tree793bff0638d25378da52f5aad6af1a3fbc383e53
parent1b0af5810b39612cb5c9c2c2089a0168270313e6
Disable X509at_get_attr{,_count}() and X509at_delete_attr()

These are (not so) thin wrappers around the stack API and only make
things unreadable by adding an unneccesary layer of indirection and
repeating checks already present in the stack API. X509at_delete_attr()
is a masterpiece.

ok jsing
lib/libcrypto/x509/x509_att.c