Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dx509_vpm.c193 x509_verify_param_copy(hostflags, 0); in X509_VERIFY_PARAM_inherit()
399 param->hostflags = flags; in X509_VERIFY_PARAM_set_hostflags()
404 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.c839 && (ctx->param->hostflags in check_name_constraints()
841 && ((ctx->param->hostflags in check_name_constraints()
880 if (X509_check_host(x, name, 0, vpm->hostflags, &vpm->peername) > 0) in check_hosts()
/openssl/test/
H A Dsslapitest.c10991 int hostflags = X509_CHECK_FLAG_NEVER_CHECK_SUBJECT; in test_inherit_verify_param() local
11003 X509_VERIFY_PARAM_set_hostflags(cp, hostflags); in test_inherit_verify_param()
11012 if (!TEST_int_eq(X509_VERIFY_PARAM_get_hostflags(sp), hostflags)) in test_inherit_verify_param()

Completed in 39 milliseconds