Searched refs:subjectKeyIdentifier (Results 1 – 21 of 21) sorted by relevance
/openssl-master/test/ |
A D | ca-and-certs.cnf | 35 subjectKeyIdentifier = hash 41 subjectKeyIdentifier = hash 47 subjectKeyIdentifier = hash 85 subjectKeyIdentifier = hash
|
A D | proxy.cnf | 26 subjectKeyIdentifier = hash 53 subjectKeyIdentifier = hash
|
A D | v3_ca_exts.cnf | 3 subjectKeyIdentifier = hash
|
A D | CAtsa.cnf | 87 subjectKeyIdentifier=hash 101 subjectKeyIdentifier=hash 114 subjectKeyIdentifier=hash
|
/openssl-master/demos/certs/ |
A D | ca.cnf | 42 subjectKeyIdentifier=hash 51 subjectKeyIdentifier=hash 64 subjectKeyIdentifier=hash 74 subjectKeyIdentifier=hash
|
/openssl-master/test/smime-certs/ |
A D | ca.cnf | 42 subjectKeyIdentifier=hash 54 subjectKeyIdentifier=hash 64 subjectKeyIdentifier=hash
|
/openssl-master/crypto/cms/ |
A D | cms_kari.c | 86 *keyid = oik->d.subjectKeyIdentifier; in CMS_RecipientInfo_kari_get0_orig_id() 109 return ossl_cms_keyid_cert_cmp(oik->d.subjectKeyIdentifier, cert); in CMS_RecipientInfo_kari_orig_id_cmp() 134 *keyid = rid->d.rKeyId->subjectKeyIdentifier; in CMS_RecipientEncryptedKey_get0_id() 156 return ossl_cms_keyid_cert_cmp(rid->d.rKeyId->subjectKeyIdentifier, in CMS_RecipientEncryptedKey_cert_cmp() 372 if (!ossl_cms_set1_keyid(&rek->rid->d.rKeyId->subjectKeyIdentifier, recip)) in ossl_cms_RecipientInfo_kari_init() 393 oik->d.subjectKeyIdentifier = ASN1_OCTET_STRING_new(); in ossl_cms_RecipientInfo_kari_init() 394 if (oik->d.subjectKeyIdentifier == NULL) in ossl_cms_RecipientInfo_kari_init() 396 if (!ossl_cms_set1_keyid(&oik->d.subjectKeyIdentifier, originator)) in ossl_cms_RecipientInfo_kari_init()
|
A D | cms_local.h | 111 ASN1_OCTET_STRING *subjectKeyIdentifier; member 187 ASN1_OCTET_STRING *subjectKeyIdentifier; member 213 ASN1_OCTET_STRING *subjectKeyIdentifier; member
|
A D | cms_asn1.c | 37 ASN1_IMP(CMS_SignerIdentifier, d.subjectKeyIdentifier, ASN1_OCTET_STRING, 0) 111 ASN1_SIMPLE(CMS_RecipientKeyIdentifier, subjectKeyIdentifier, ASN1_OCTET_STRING), 143 ASN1_IMP(CMS_OriginatorIdentifierOrKey, d.subjectKeyIdentifier, ASN1_OCTET_STRING, 0),
|
A D | cms_sd.c | 188 if (!ossl_cms_set1_keyid(&sid->d.subjectKeyIdentifier, cert)) in ossl_cms_set1_SignerIdentifier() 214 *keyid = sid->d.subjectKeyIdentifier; in ossl_cms_SignerIdentifier_get0_signer_id() 225 return ossl_cms_keyid_cert_cmp(sid->d.subjectKeyIdentifier, cert); in ossl_cms_SignerIdentifier_cert_cmp()
|
/openssl-master/demos/certs/apps/ |
A D | apps.cnf | 51 subjectKeyIdentifier=hash 61 subjectKeyIdentifier=hash
|
/openssl-master/doc/man3/ |
A D | X509_check_issued.pod | 21 I<subject>, as far as present, with the respective B<subjectKeyIdentifier>,
|
A D | OSSL_CMP_CTX_new.pod | 493 the subjectKeyIdentifier of the CMP signer certificate as far as present.
|
/openssl-master/apps/ |
A D | openssl-vms.cnf | 215 subjectKeyIdentifier=hash 246 subjectKeyIdentifier=hash 288 subjectKeyIdentifier=hash
|
A D | openssl.cnf | 215 subjectKeyIdentifier=hash 246 subjectKeyIdentifier=hash 288 subjectKeyIdentifier=hash
|
/openssl-master/doc/man1/ |
A D | openssl-verification-options.pod | 312 Any given authorityKeyIdentifier and any given subjectKeyIdentifier 322 The subjectKeyIdentifier must be given for all X.509v3 CA certs.
|
A D | openssl-x509.pod.in | 306 with a comma separated string, e.g., "subjectAltName,subjectKeyIdentifier".
|
A D | openssl-req.pod.in | 653 subjectKeyIdentifier=hash
|
/openssl-master/doc/man5/ |
A D | x509v3_config.pod | 187 subjectKeyIdentifier = hash
|
/openssl-master/crypto/objects/ |
A D | objects.txt | 815 id-ce 14 : subjectKeyIdentifier : X509v3 Subject Key Identifier
|
/openssl-master/ |
A D | CHANGES.md | 1053 There is a subjectKeyIdentifier extension with a hash value of the public key 1057 such as `subjectKeyIdentifier = none` and `authorityKeyIdentifier = none`. 1072 * Any given authorityKeyIdentifier and any given subjectKeyIdentifier 1076 * The subjectKeyIdentifier must be given for all X.509v3 CA certs.
|
Completed in 39 milliseconds