Home
last modified time | relevance | path

Searched refs:hostflags (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_vpm.c202 x509_verify_param_copy(hostflags, 0); in X509_VERIFY_PARAM_inherit()
393 param->hostflags = flags; in X509_VERIFY_PARAM_set_hostflags()
398 return param->hostflags; in X509_VERIFY_PARAM_get_hostflags()
H A Dx509_local.h30 unsigned int hostflags; /* Flags to control matching features */ member
H A Dx509_vfy.c712 && (ctx->param->hostflags in check_name_constraints()
714 && ((ctx->param->hostflags in check_name_constraints()
752 if (X509_check_host(x, name, 0, vpm->hostflags, &vpm->peername) > 0) in check_hosts()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_vpm.c195 x509_verify_param_copy(hostflags, 0); in X509_VERIFY_PARAM_inherit()
401 param->hostflags = flags; in X509_VERIFY_PARAM_set_hostflags()
406 return param->hostflags; in X509_VERIFY_PARAM_get_hostflags()
H A Dx509_local.h33 unsigned int hostflags; /* Flags to control matching features */ member
H A Dx509_vfy.c741 && (ctx->param->hostflags in check_name_constraints()
743 && ((ctx->param->hostflags in check_name_constraints()
782 if (X509_check_host(x, name, 0, vpm->hostflags, &vpm->peername) > 0) in check_hosts()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dtls.c1084 unsigned int hostflags = X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS;
1115 hostflags |= X509_CHECK_FLAG_NEVER_CHECK_SUBJECT; in isc_tlsctx_cache_create()
1120 X509_VERIFY_PARAM_set_hostflags(param, hostflags); in isc_tlsctx_cache_create()
956 unsigned int hostflags = X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS; isc_tlsctx_enable_peer_verification() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c7258 int hostflags = X509_CHECK_FLAG_NEVER_CHECK_SUBJECT; in test_inherit_verify_param() local
7270 X509_VERIFY_PARAM_set_hostflags(cp, hostflags); in test_inherit_verify_param()
7279 if (!TEST_int_eq(X509_VERIFY_PARAM_get_hostflags(sp), hostflags)) in test_inherit_verify_param()