Home
last modified time | relevance | path

Searched refs:X509_get_subject_name (Results 1 – 25 of 71) sorted by relevance

123

/third_party/openssl/doc/man3/
DX509_get_subject_name.pod6 X509_get_subject_name, X509_set_subject_name, X509_subject_name_hash,
19 X509_NAME *X509_get_subject_name(const X509 *x);
50 X509_get_subject_name() returns the subject name of certificate I<x>. The
62 X509_get_subject_name(), X509_set_subject_name(), and X509_subject_name_hash()
71 X509_get_subject_name(), X509_get_issuer_name(), X509_REQ_get_subject_name()
DX509_get0_uids.pod37 L<X509_get_subject_name(3)>,
DX509_get_serialNumber.pod47 L<X509_get_subject_name(3)>,
DX509_verify.pod58 L<X509_get_subject_name(3)>,
DX509_get_version.pod61 L<X509_get_subject_name(3)>,
DX509_get_pubkey.pod67 L<X509_get_subject_name(3)>,
DX509_get0_notBefore.pod77 L<X509_get_subject_name(3)>,
Di2d_re_X509_tbs.pod68 L<X509_get_subject_name(3)>,
/third_party/openssl/crypto/cmp/
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()
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()
686 expected_sender = X509_get_subject_name(ctx->srvCert); in ossl_cmp_msg_check_update()
/third_party/openssl/crypto/ocsp/
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()
Docsp_lib.c35 iname = X509_get_subject_name(issuer); in OCSP_cert_to_id()
/third_party/openssl/apps/
Dverify.c305 X509_get_subject_name(cert), in check()
336 X509_get_subject_name(current_cert), in cb()
Dx509.c825 if (!X509_set_issuer_name(x, X509_get_subject_name(issuer_cert))) in x509_main()
915 print_name(out, "subject=", X509_get_subject_name(x)); in x509_main()
1151 print_name(bio_err, "subject=", X509_get_subject_name(err_cert)); in callb()
/third_party/openssl/demos/bio/
Dserver-arg.c88 X509_NAME_print_ex_fp(stdout, X509_get_subject_name(x), 0, in main()
/third_party/openssl/ssl/
Dssl_cert.c549 if ((name = X509_NAME_dup(X509_get_subject_name(x))) == NULL) in add_ca_name()
654 if ((xn = X509_get_subject_name(x)) == NULL) in STACK_OF()
716 if ((xn = X509_get_subject_name(x)) == NULL) in SSL_add_file_cert_subjects_to_stack()
814 || (xn = X509_get_subject_name(x)) == NULL in add_uris_recursive()
/third_party/openssl/crypto/x509/
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()
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 X509_find_by_subject()
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()
Dv3_ncons.c255 nm = X509_get_subject_name(x); in NAME_CONSTRAINTS_check()
412 const X509_NAME *nm = X509_get_subject_name(x); in NAME_CONSTRAINTS_check_CN()
/third_party/python/Modules/_ssl/
Dcert.c164 X509_get_subject_name(self->cert), in certificate_repr()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
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()
/third_party/openssl/test/
Dcmp_vfy_test.c345 return test_validate_with_sender(X509_get_subject_name(srvcert), 1); in test_validate_msg_signature_expected_sender()
350 return test_validate_with_sender(X509_get_subject_name(root), 0); in test_validate_msg_signature_unexpected_sender()
/third_party/libwebsockets/lib/tls/openssl/
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()

123