Home
last modified time | relevance | path

Searched refs:akid (Results 1 – 10 of 10) sorted by relevance

/openssl/crypto/x509/
H A Dv3_purp.c558 if (x->akid == NULL && i != -1) in ossl_x509v3_cache_extensions()
966 ret = X509_check_akid(issuer, subject->akid); in ossl_x509_likely_issued()
994 if (akid == NULL) in X509_check_akid()
998 if (akid->keyid && issuer->skid && in X509_check_akid()
999 ASN1_OCTET_STRING_cmp(akid->keyid, issuer->skid)) in X509_check_akid()
1002 if (akid->serial && in X509_check_akid()
1006 if (akid->issuer) { in X509_check_akid()
1012 GENERAL_NAMES *gens = akid->issuer; in X509_check_akid()
1066 return (x->akid != NULL ? x->akid->keyid : NULL); in X509_get0_authority_key_id()
1074 return (x->akid != NULL ? x->akid->issuer : NULL); in X509_get0_authority_issuer()
[all …]
H A Dv3_conf.c312 int i, akid = -1, skid = -1; in X509V3_EXT_add_nconf_sk() local
319 akid = i; in X509V3_EXT_add_nconf_sk()
325 if (skid > akid && akid >= 0) { in X509V3_EXT_add_nconf_sk()
327 if (i == akid) in X509V3_EXT_add_nconf_sk()
330 val = sk_CONF_VALUE_value(nval, akid); in X509V3_EXT_add_nconf_sk()
H A Dx_crl.c172 AUTHORITY_KEYID_free(crl->akid); in crl_cb()
181 crl->akid = NULL; in crl_cb()
206 crl->akid = X509_CRL_get_ext_d2i(crl, in crl_cb()
209 if (crl->akid == NULL && i != -1) in crl_cb()
268 AUTHORITY_KEYID_free(crl->akid); in crl_cb()
H A Dx_x509.c47 AUTHORITY_KEYID_free(ret->akid); in x509_cb()
69 ret->akid = NULL; in x509_cb()
88 AUTHORITY_KEYID_free(ret->akid); in x509_cb()
H A Dx509_vfy.c568 CB_FAIL_IF(x->akid != NULL in check_extensions()
580 && (x->akid == NULL || x->akid->keyid == NULL), ctx, in check_extensions()
1285 if (X509_check_akid(crl_issuer, crl->akid) == X509_V_OK) { in crl_akid_check()
1297 if (X509_check_akid(crl_issuer, crl->akid) == X509_V_OK) { in crl_akid_check()
1316 if (X509_check_akid(crl_issuer, crl->akid) == X509_V_OK) { in crl_akid_check()
/openssl/test/certs/
H A Dmkcert.sh106 local akid="authorityKeyIdentifier = keyid"
108 exts=$(printf "%s\n%s\n%s\n" "$bcon" "$ku" "$skid" "$akid")
140 local akid="authorityKeyIdentifier = keyid"
142 exts=$(printf "%s\n%s\n%s\n" "$bcon" "$ku" "$skid" "$akid")
162 local akid="authorityKeyIdentifier = keyid"
164 exts=$(printf "%s\n%s\n%s\n" "$skid" "$akid")
/openssl/include/crypto/
H A Dx509.h110 AUTHORITY_KEYID *akid; member
189 AUTHORITY_KEYID *akid; member
/openssl/apps/
H A Dx509.c198 ASN1_OBJECT *akid = OBJ_nid2obj(NID_authority_key_identifier); in x509_to_req() local
210 warn_copying(akid, names); in x509_to_req()
217 if (OBJ_cmp(obj, skid) != 0 && OBJ_cmp(obj, akid) != 0 in x509_to_req()
/openssl/include/openssl/
H A Dx509v3.h.in721 int X509_check_akid(const X509 *issuer, const AUTHORITY_KEYID *akid);
/openssl/crypto/err/
H A Dopenssl.txt1685 X509_R_AKID_MISMATCH:110:akid mismatch

Completed in 53 milliseconds