Searched refs:otherName (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_genn.c82 ASN1_IMP(GENERAL_NAME, d.otherName, OTHERNAME, GEN_OTHERNAME),
H A Dv3_alt.c485 } else if (!name_cmp(name, "otherName")) {
522 if (!(gen->d.otherName = OTHERNAME_new()))
528 ASN1_TYPE_free(gen->d.otherName->value);
529 if (!(gen->d.otherName->value = ASN1_generate_v3(p + 1, ctx)))
535 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0);
537 if (!gen->d.otherName->type_id)
H A Dx509v3.h183 OTHERNAME *otherName; /* otherName */ member in union:GENERAL_NAME_st::__anon101
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dprint.c551 "%sAltName otherName ", name);
555 &gn.val[i].u.otherName.type_id) != 0)
560 (*check_altname[j].func)(ctx, &gn.val[i].u.otherName.value);
564 hx509_oid_print(&gn.val[i].u.otherName.type_id,
H A Dcert.c755 der_heim_oid_cmp(&sa.val[j].u.otherName.type_id, oid) == 0)
757 ret = add_to_list(list, &sa.val[j].u.otherName.value);
1646 if (der_heim_oid_cmp(&c->u.otherName.type_id,
1647 &n->u.otherName.type_id) != 0)
1649 if (heim_any_cmp(&c->u.otherName.value,
1650 &n->u.otherName.value) != 0)
H A Dca.c557 * Add Subject Alternative Name otherName to the to-be-signed
580 gn.u.otherName.type_id = *oid;
581 gn.u.otherName.value = *os;
H A Dname.c842 hx509_oid_sprint(&name->u.otherName.type_id, &str);
845 strpool = rk_strpoolprintf(strpool, "otherName: %s", str);

Completed in 123 milliseconds