Switch from X509_VERIFY_PARAM_set_flags() to X509_STORE_set_flags().
authortb <tb@openbsd.org>
Thu, 21 Oct 2021 14:31:21 +0000 (14:31 +0000)
committertb <tb@openbsd.org>
Thu, 21 Oct 2021 14:31:21 +0000 (14:31 +0000)
commitcbc8ac2bdf1c04bdf3e5505cdb7ff2b321098cfb
treea85a58ee205950baebe949414ff270386e7c3c4f
parent4e493995f2498dc30abeec1930dd97671c86c4ff
Switch from X509_VERIFY_PARAM_set_flags() to X509_STORE_set_flags().
This reduces the number of reacharounds into libcrypto internals.

ok jsing
lib/libtls/tls.c