Home
last modified time | relevance | path

Searched refs:X509_get_subject_name (Results 1 - 25 of 140) sorted by relevance

123456

/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_hdr.c308 sender = ctx->cert != NULL ? X509_get_subject_name(ctx->cert) : in ossl_cmp_hdr_init()
309 ctx->oldCert != NULL ? X509_get_subject_name(ctx->oldCert) : in ossl_cmp_hdr_init()
318 rcp = X509_get_subject_name(ctx->srvCert); in ossl_cmp_hdr_init()
H A Dcmp_vfy.c239 if ((str = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0)) != NULL) in cert_acceptable()
264 "cert subject", X509_get_subject_name(cert), in cert_acceptable()
687 expected_sender = X509_get_subject_name(ctx->srvCert); in ossl_cmp_msg_check_update()
/third_party/openssl/crypto/cmp/
H A Dcmp_hdr.c308 sender = ctx->cert != NULL ? X509_get_subject_name(ctx->cert) : in ossl_cmp_hdr_init()
309 ctx->oldCert != NULL ? X509_get_subject_name(ctx->oldCert) : in ossl_cmp_hdr_init()
318 rcp = X509_get_subject_name(ctx->srvCert); in ossl_cmp_hdr_init()
H A Dcmp_vfy.c239 if ((str = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0)) != NULL) in cert_acceptable()
264 "cert subject", X509_get_subject_name(cert), in cert_acceptable()
687 expected_sender = X509_get_subject_name(ctx->srvCert); in ossl_cmp_msg_check_update()
/third_party/openssl/demos/bio/
H A Dserver-arg.c88 X509_NAME_print_ex_fp(stdout, X509_get_subject_name(x), 0, in main()
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Docsp_srv.c238 if (!X509_NAME_set(&respid->value.byName, X509_get_subject_name(cert))) in OCSP_RESPID_set_by_name()
314 X509_get_subject_name(cert)) == 0; in OCSP_RESPID_match_ex()
H A Docsp_lib.c35 iname = X509_get_subject_name(issuer); in OCSP_cert_to_id()
/third_party/node/deps/openssl/openssl/apps/
H A Dverify.c305 X509_get_subject_name(cert), in check()
336 X509_get_subject_name(current_cert), in cb()
/third_party/openssl/apps/
H A Dverify.c305 X509_get_subject_name(cert), in check()
336 X509_get_subject_name(current_cert), in cb()
/third_party/openssl/crypto/ocsp/
H A Docsp_srv.c238 if (!X509_NAME_set(&respid->value.byName, X509_get_subject_name(cert))) in OCSP_RESPID_set_by_name()
314 X509_get_subject_name(cert)) == 0; in OCSP_RESPID_match_ex()
H A Docsp_lib.c35 iname = X509_get_subject_name(issuer); in OCSP_cert_to_id()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dt_x509.c156 (bp, X509_get_subject_name(x), nmindent, nmflags) < printok) in X509_print_ex()
240 subj = X509_get_subject_name(x); in X509_ocspid_print()
H A Dx509_cmp.c120 X509_NAME *X509_get_subject_name(const X509 *a) in X509_get_subject_name() function
375 if (X509_NAME_cmp(X509_get_subject_name(x509), name) == 0) in STACK_OF()
H A Dx509_vfy.c123 certs = ctx->lookup_certs(ctx, X509_get_subject_name(x)); in lookup_cert_match()
384 if (X509_NAME_cmp(nm, X509_get_subject_name(x)) == 0) { in STACK_OF()
547 && X509_NAME_entry_count(X509_get_subject_name(x)) == 0, in check_extensions()
549 CB_FAIL_IF(X509_NAME_entry_count(X509_get_subject_name(x)) == 0 in check_extensions()
666 X509_NAME *tmpsubject = X509_get_subject_name(x); in check_name_constraints()
1284 if (X509_NAME_cmp(X509_get_subject_name(crl_issuer), cnm)) in crl_akid_check()
1303 if (X509_NAME_cmp(X509_get_subject_name(crl_issuer), cnm) != 0) in crl_akid_check()
H A Dv3_ncons.c255 nm = X509_get_subject_name(x);
412 const X509_NAME *nm = X509_get_subject_name(x);
/third_party/openssl/crypto/x509/
H A Dt_x509.c158 (bp, X509_get_subject_name(x), nmindent, nmflags) < printok) in X509_print_ex()
242 subj = X509_get_subject_name(x); in X509_ocspid_print()
H A Dx509_cmp.c120 X509_NAME *X509_get_subject_name(const X509 *a) in X509_get_subject_name() function
372 if (X509_NAME_cmp(X509_get_subject_name(x509), name) == 0) in STACK_OF()
H A Dx509_vfy.c123 certs = ctx->lookup_certs(ctx, X509_get_subject_name(x)); in lookup_cert_match()
384 if (X509_NAME_cmp(nm, X509_get_subject_name(x)) == 0) { in STACK_OF()
547 && X509_NAME_entry_count(X509_get_subject_name(x)) == 0, in check_extensions()
549 CB_FAIL_IF(X509_NAME_entry_count(X509_get_subject_name(x)) == 0 in check_extensions()
666 X509_NAME *tmpsubject = X509_get_subject_name(x); in check_name_constraints()
1284 if (X509_NAME_cmp(X509_get_subject_name(crl_issuer), cnm)) in crl_akid_check()
1303 if (X509_NAME_cmp(X509_get_subject_name(crl_issuer), cnm) != 0) in crl_akid_check()
H A Dv3_ncons.c255 nm = X509_get_subject_name(x);
412 const X509_NAME *nm = X509_get_subject_name(x);
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_cert.c559 if ((name = X509_NAME_dup(X509_get_subject_name(x))) == NULL) in STACK_OF()
664 if ((xn = X509_get_subject_name(x)) == NULL) in STACK_OF()
726 if ((xn = X509_get_subject_name(x)) == NULL) in STACK_OF()
836 || (xn = X509_get_subject_name(x)) == NULL in STACK_OF()
/third_party/openssl/ssl/
H A Dssl_cert.c559 if ((name = X509_NAME_dup(X509_get_subject_name(x))) == NULL) in STACK_OF()
664 if ((xn = X509_get_subject_name(x)) == NULL) in STACK_OF()
726 if ((xn = X509_get_subject_name(x)) == NULL) in STACK_OF()
836 || (xn = X509_get_subject_name(x)) == NULL in STACK_OF()
/third_party/python/Modules/_ssl/
H A Dcert.c164 X509_get_subject_name(self->cert), in certificate_repr()
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-x509.c126 xn = X509_get_subject_name(x509); in lws_tls_openssl_cert_info()
444 X509_NAME *xn = X509_get_subject_name(x509->cert); in lws_x509_verify()
/third_party/openssl/test/
H A Dcmp_vfy_test.c362 return test_validate_with_sender(X509_get_subject_name(srvcert), 1); in test_validate_msg_signature_expected_sender()
367 return test_validate_with_sender(X509_get_subject_name(root), 0); in test_validate_msg_signature_unexpected_sender()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl_ocsp.c574 X509_NAME_oneline(X509_get_subject_name(extra_cert), in check_ocsp_resp()
641 X509_NAME_oneline(X509_get_subject_name(signer), buf, sizeof(buf)); in check_ocsp_resp()

Completed in 42 milliseconds

123456