Home
last modified time | relevance | path

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

/openssl/test/certs/
H A Dmkcert.sh105 local skid="subjectKeyIdentifier = hash"
108 exts=$(printf "%s\n%s\n%s\n" "$bcon" "$ku" "$skid" "$akid")
139 local skid="subjectKeyIdentifier = hash"
142 exts=$(printf "%s\n%s\n%s\n" "$bcon" "$ku" "$skid" "$akid")
161 local skid="subjectKeyIdentifier = hash"
164 exts=$(printf "%s\n%s\n%s\n" "$skid" "$akid")
/openssl/crypto/cmp/
H A Dcmp_vfy.c178 const ASN1_OCTET_STRING *skid) in check_kid() argument
182 if (skid == NULL) in check_kid()
191 if (ASN1_OCTET_STRING_cmp(ckid, skid) == 0) { in check_kid()
201 if ((str = i2s_ASN1_OCTET_STRING(NULL, skid)) != NULL) in check_kid()
450 const ASN1_OCTET_STRING *skid = msg->header->senderKID; in check_msg_find_cert() local
498 skid_str = skid == NULL ? NULL : i2s_ASN1_OCTET_STRING(NULL, skid); in check_msg_find_cert()
/openssl/crypto/x509/
H A Dx_x509.c46 ASN1_OCTET_STRING_free(ret->skid); in x509_cb()
68 ret->skid = NULL; in x509_cb()
87 ASN1_OCTET_STRING_free(ret->skid); in x509_cb()
H A Dv3_conf.c312 int i, akid = -1, skid = -1; in X509V3_EXT_add_nconf_sk() local
321 skid = i; in X509V3_EXT_add_nconf_sk()
325 if (skid > akid && akid >= 0) { in X509V3_EXT_add_nconf_sk()
328 val = sk_CONF_VALUE_value(nval, skid); in X509V3_EXT_add_nconf_sk()
329 else if (i == skid) in X509V3_EXT_add_nconf_sk()
H A Dv3_purp.c553 x->skid = X509_get_ext_d2i(x, NID_subject_key_identifier, &i, NULL); in ossl_x509v3_cache_extensions()
554 if (x->skid == NULL && i != -1) in ossl_x509v3_cache_extensions()
998 if (akid->keyid && issuer->skid && in X509_check_akid()
999 ASN1_OCTET_STRING_cmp(akid->keyid, issuer->skid)) in X509_check_akid()
1058 return x->skid; in X509_get0_subject_key_id()
H A Dx509_vfy.c571 CB_FAIL_IF(x->skid != NULL in check_extensions()
583 CB_FAIL_IF((x->ex_flags & EXFLAG_CA) != 0 && x->skid == NULL, in check_extensions()
/openssl/include/crypto/
H A Dx509.h188 ASN1_OCTET_STRING *skid; member
/openssl/apps/
H A Dx509.c197 ASN1_OBJECT *skid = OBJ_nid2obj(NID_subject_key_identifier); in x509_to_req() local
209 warn_copying(skid, names); in x509_to_req()
217 if (OBJ_cmp(obj, skid) != 0 && OBJ_cmp(obj, akid) != 0 in x509_to_req()

Completed in 67 milliseconds