Lines Matching defs:name
36 #define CRL_SCORE_ISSUER_NAME 0x020 /* Issuer name matches certificate */
121 /* Lookup all certs with matching subject name */
650 /* Check name constraints for all certificates */
774 char *name;
781 name = sk_OPENSSL_STRING_value(vpm->hosts, i);
782 if (X509_check_host(x, name, 0, vpm->hostflags, &vpm->peername) > 0)
1224 /* If issuer name doesn't match certificate need indirect CRL */
1392 /* Case 2: set name and GENERAL_NAMES appropriately */
1394 gens = b->name.fullname;
1398 /* Case 2: set name and GENERAL_NAMES appropriately */
1399 gens = a->name.fullname;
1417 for (i = 0; i < sk_GENERAL_NAME_num(a->name.fullname); i++) {
1418 gena = sk_GENERAL_NAME_value(a->name.fullname, i);
1419 for (j = 0; j < sk_GENERAL_NAME_num(b->name.fullname); j++) {
1420 genb = sk_GENERAL_NAME_value(b->name.fullname, j);
2069 /* Set issuer name */
2626 int X509_STORE_CTX_set_default(X509_STORE_CTX *ctx, const char *name)
2630 param = X509_VERIFY_PARAM_lookup(name);
2632 ERR_raise_data(ERR_LIB_X509, X509_R_UNKNOWN_PURPOSE_ID, "name=%s", name);
3168 * subject name (and perhaps keyid and/or serial number) as