Searched refs:self_signed (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_vfy.c | 3111 int self_signed = X509_self_signed(curr, 0); in build_chain() local 3113 if (self_signed < 0) { in build_chain() 3132 if (!ossl_assert(num > i && i > 0 && !self_signed)) { in build_chain() 3156 if (!self_signed) { in build_chain() 3161 if ((self_signed = X509_self_signed(issuer, 0)) < 0) in build_chain() 3201 if (!self_signed) in build_chain()
|
/third_party/openssl/crypto/x509/ |
H A D | x509_vfy.c | 3113 int self_signed = X509_self_signed(curr, 0); in build_chain() local 3115 if (self_signed < 0) { in build_chain() 3134 if (!ossl_assert(num > i && i > 0 && !self_signed)) { in build_chain() 3158 if (!self_signed) { in build_chain() 3163 if ((self_signed = X509_self_signed(issuer, 0)) < 0) in build_chain() 3203 if (!self_signed) in build_chain()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | x509.c | 238 static int self_signed(X509_STORE *ctx, X509 *cert) in self_signed() function 815 if (!x509toreq && !reqfile && !newcert && !self_signed(ctx, x)) in x509_main()
|
/third_party/openssl/apps/ |
H A D | x509.c | 238 static int self_signed(X509_STORE *ctx, X509 *cert) in self_signed() function 815 if (!x509toreq && !reqfile && !newcert && !self_signed(ctx, x)) in x509_main()
|
/third_party/libcoap/src/ |
H A D | coap_gnutls.c | 637 int self_signed; /* 1 if cert self-signed, 0 otherwise */ member 678 cert_info->self_signed = gnutls_x509_crt_check_issuer(cert, cert); in get_san_or_cn() 840 if (cert_info.self_signed) { in cert_verify_gnutls()
|
H A D | coap_mbedtls.c | 406 int self_signed = !mbedtls_x509_crt_verify(crt, crt, NULL, NULL, &lflags, in cert_verify_callback_mbedtls() local 409 if (self_signed && depth == 0) { in cert_verify_callback_mbedtls()
|
Completed in 20 milliseconds