Home
last modified time | relevance | path

Searched refs:presigner (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ct/
H A Dct_sct_ctx.c75 * AKID from the presigner certificate, if necessary.
78 __owur static int ct_x509_cert_fixup(X509 *cert, X509 *presigner) in ct_x509_cert_fixup() argument
83 if (presigner == NULL) in ct_x509_cert_fixup()
86 preidx = ct_x509_get_ext(presigner, NID_authority_key_identifier, in ct_x509_cert_fixup()
103 if (!X509_set_issuer_name(cert, X509_get_issuer_name(presigner))) in ct_x509_cert_fixup()
107 X509_EXTENSION *preext = X509_get_ext(presigner, preidx); in ct_x509_cert_fixup()
122 int SCT_CTX_set1_cert(SCT_CTX *sctx, X509 *cert, X509 *presigner) in SCT_CTX_set1_cert() argument
137 /* cert isn't a precert, so we shouldn't have a presigner */ in SCT_CTX_set1_cert()
138 if (presigner != NULL) in SCT_CTX_set1_cert()
178 if (!ct_x509_cert_fixup(pretmp, presigner)) in SCT_CTX_set1_cert()
[all...]
H A Dct_local.h131 * If *cert does not have a poison extension, presigner must be NULL.
134 * If either *cert or *presigner have an AKID (NID_authority_key_identifier)
138 __owur int SCT_CTX_set1_cert(SCT_CTX *sctx, X509 *cert, X509 *presigner);
/third_party/openssl/crypto/ct/
H A Dct_sct_ctx.c75 * AKID from the presigner certificate, if necessary.
78 __owur static int ct_x509_cert_fixup(X509 *cert, X509 *presigner) in ct_x509_cert_fixup() argument
83 if (presigner == NULL) in ct_x509_cert_fixup()
86 preidx = ct_x509_get_ext(presigner, NID_authority_key_identifier, in ct_x509_cert_fixup()
103 if (!X509_set_issuer_name(cert, X509_get_issuer_name(presigner))) in ct_x509_cert_fixup()
107 X509_EXTENSION *preext = X509_get_ext(presigner, preidx); in ct_x509_cert_fixup()
122 int SCT_CTX_set1_cert(SCT_CTX *sctx, X509 *cert, X509 *presigner) in SCT_CTX_set1_cert() argument
137 /* cert isn't a precert, so we shouldn't have a presigner */ in SCT_CTX_set1_cert()
138 if (presigner != NULL) in SCT_CTX_set1_cert()
178 if (!ct_x509_cert_fixup(pretmp, presigner)) in SCT_CTX_set1_cert()
[all...]
H A Dct_local.h131 * If *cert does not have a poison extension, presigner must be NULL.
134 * If either *cert or *presigner have an AKID (NID_authority_key_identifier)
138 __owur int SCT_CTX_set1_cert(SCT_CTX *sctx, X509 *cert, X509 *presigner);

Completed in 2 milliseconds