Home
last modified time | relevance | path

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

12

/openssl-master/doc/man3/
A DX509_get_subject_name.pod6 X509_get_subject_name, X509_set_subject_name, X509_subject_name_hash,
21 X509_NAME *X509_get_subject_name(const X509 *x);
46 X509_get_subject_name() returns the subject name of certificate I<x>. The
58 X509_get_subject_name(), X509_set_subject_name(), and X509_subject_name_hash()
67 X509_get_subject_name(), X509_get_issuer_name(), X509_REQ_get_subject_name()
A DX509_get0_uids.pod37 L<X509_get_subject_name(3)>,
A DX509_get_serialNumber.pod47 L<X509_get_subject_name(3)>,
A DX509_get_version.pod61 L<X509_get_subject_name(3)>,
A DX509_verify.pod58 L<X509_get_subject_name(3)>,
A DX509_get_pubkey.pod67 L<X509_get_subject_name(3)>,
A DX509_get0_notBefore.pod77 L<X509_get_subject_name(3)>,
A Di2d_re_X509_tbs.pod68 L<X509_get_subject_name(3)>,
A DX509_CRL_get0_by_serial.pod95 L<X509_get_subject_name(3)>,
A DX509_new.pod73 L<X509_get_subject_name(3)>,
/openssl-master/crypto/cmp/
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()
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()
686 expected_sender = X509_get_subject_name(ctx->srvCert); in ossl_cmp_msg_check_update()
/openssl-master/crypto/ocsp/
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()
A Docsp_lib.c35 iname = X509_get_subject_name(issuer); in OCSP_cert_to_id()
A Docsp_cl.c86 if (!OCSP_request_set1_name(req, X509_get_subject_name(signer))) in OCSP_request_sign()
/openssl-master/demos/bio/
A Dserver-arg.c88 X509_NAME_print_ex_fp(stdout, X509_get_subject_name(x), 0, in main()
/openssl-master/apps/
A Dverify.c304 X509_get_subject_name(cert), in check()
335 X509_get_subject_name(current_cert), in cb()
A 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()
1147 print_name(bio_err, "subject=", X509_get_subject_name(err_cert)); in callb()
/openssl-master/ssl/
A Dssl_cert.c538 if ((name = X509_NAME_dup(X509_get_subject_name(x))) == NULL) in add_ca_name()
643 if ((xn = X509_get_subject_name(x)) == NULL) in STACK_OF()
705 if ((xn = X509_get_subject_name(x)) == NULL) in SSL_add_file_cert_subjects_to_stack()
803 || (xn = X509_get_subject_name(x)) == NULL in add_uris_recursive()
/openssl-master/crypto/x509/
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()
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 X509_find_by_subject()
A Dx509_req.c43 if (!X509_REQ_set_subject_name(ret, X509_get_subject_name(x))) in X509_to_X509_REQ()
A Dv3_ncons.c257 nm = X509_get_subject_name(x); in NAME_CONSTRAINTS_check()
414 const X509_NAME *nm = X509_get_subject_name(x); in NAME_CONSTRAINTS_check_CN()
A Dx509_vfy.c123 certs = ctx->lookup_certs(ctx, X509_get_subject_name(x)); in lookup_cert_match()
386 if (X509_NAME_cmp(nm, X509_get_subject_name(x)) == 0) { in STACK_OF()
549 && X509_NAME_entry_count(X509_get_subject_name(x)) == 0, in check_extensions()
551 CB_FAIL_IF(X509_NAME_entry_count(X509_get_subject_name(x)) == 0 in check_extensions()
668 X509_NAME *tmpsubject = X509_get_subject_name(x); in check_name_constraints()
1286 if (X509_NAME_cmp(X509_get_subject_name(crl_issuer), cnm)) in crl_akid_check()
1305 if (X509_NAME_cmp(X509_get_subject_name(crl_issuer), cnm) != 0) in crl_akid_check()
/openssl-master/test/
A Dcmp_vfy_test.c343 return test_validate_with_sender(X509_get_subject_name(srvcert), 1); in test_validate_msg_signature_expected_sender()
348 return test_validate_with_sender(X509_get_subject_name(root), 0); in test_validate_msg_signature_unexpected_sender()

Completed in 42 milliseconds

12