Provide X509_VERIFY_PARAM_set_hostflags()
authortb <tb@openbsd.org>
Wed, 24 May 2023 08:46:01 +0000 (08:46 +0000)
committertb <tb@openbsd.org>
Wed, 24 May 2023 08:46:01 +0000 (08:46 +0000)
commite51d4db3dada5e138401dc8d637c3ce8a97cb983
tree0076c421a89e2bba04bbfc2767c06f5ebbdf5e94
parentd1698b69242f4f88c835c9b6ffda649b3625e694
Provide X509_VERIFY_PARAM_set_hostflags()

This is needed for an upcoming regress test that needs to access the
hostflag. This is public API in OpenSSL but since nothing seems to be
using this, this accessor will be kept internal-only for the time being.

ok jsing
lib/libcrypto/x509/x509_vpm.c