Remove a bunch of function pointers from X509_STORE_CTX
authortb <tb@openbsd.org>
Fri, 22 Dec 2023 13:31:35 +0000 (13:31 +0000)
committertb <tb@openbsd.org>
Fri, 22 Dec 2023 13:31:35 +0000 (13:31 +0000)
commitf7b04d536b8c3d85a47ee91f996f533c7f9a2bb1
tree01c6cade3d1f79e2115a8cd0bd6a54805c92624e
parenta66ae6ebf27cd324915f415526dc6f637bb9eabe
Remove a bunch of function pointers from X509_STORE_CTX

These are only ever set to one particular function which is either local
to this file or part of the public API and we never added the public API
to set them to something else. Prefix the local functions touched in this
commit with x509_vfy_. More cleanup to follow.

ok joshua jsing
lib/libcrypto/x509/x509_local.h
lib/libcrypto/x509/x509_vfy.c