Searched refs:X509_NAME_oneline (Results 1 – 16 of 16) sorted by relevance
/openssl/doc/man3/ |
H A D | X509_NAME_print_ex.pod | 6 X509_NAME_oneline - X509_NAME printing routines 16 char *X509_NAME_oneline(const X509_NAME *a, char *buf, int size); 28 X509_NAME_oneline() prints an ASCII version of I<a> to I<buf>. 41 The functions X509_NAME_oneline() and X509_NAME_print() 111 X509_NAME_oneline() returns a valid string on success or NULL on error.
|
H A D | SSL_CTX_set_verify.pod | 284 X509_NAME_oneline(X509_get_subject_name(err_cert), buf, 256); 312 X509_NAME_oneline(X509_get_issuer_name(err_cert), buf, 256);
|
/openssl/crypto/cmp/ |
H A D | cmp_vfy.c | 175 str = X509_NAME_oneline(actual_name, NULL, 0); in check_name() 187 if ((str = X509_NAME_oneline(expect_name, NULL, 0)) != NULL) in check_name() 258 if ((str = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0)) != NULL) in cert_acceptable() 262 str = X509_NAME_oneline(X509_get_issuer_name(cert), NULL, 0); in cert_acceptable() 516 sname = X509_NAME_oneline(sender->d.directoryName, NULL, 0); in check_msg_find_cert() 734 str = X509_NAME_oneline(actual_sender, NULL, 0); in ossl_cmp_msg_check_update()
|
H A D | cmp_genm.c | 25 char *subj = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0); in cert_msg()
|
H A D | cmp_client.c | 750 subj = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0); in cert_response()
|
/openssl/crypto/x509/ |
H A D | x509_obj.c | 25 char *X509_NAME_oneline(const X509_NAME *a, char *buf, int len) in X509_NAME_oneline() function
|
H A D | x_name.c | 508 b = X509_NAME_oneline(name, NULL, 0); in X509_NAME_print()
|
H A D | x509_cmp.c | 47 f = X509_NAME_oneline(a->cert_info.issuer, NULL, 0); in X509_issuer_and_serial_hash()
|
H A D | v3_san.c | 186 if (X509_NAME_oneline(gen->d.dirn, oline, sizeof(oline)) == NULL in STACK_OF()
|
/openssl/test/helpers/ |
H A D | pkcs12.c | 399 name = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0); in add_certbag()
|
/openssl/test/ |
H A D | ssl_old_test.c | 2895 s = X509_NAME_oneline(X509_get_subject_name(X509_STORE_CTX_get_current_cert(ctx)), in verify_callback() 2940 s = X509_NAME_oneline(X509_get_subject_name(c), buf, 256); in app_verify_callback()
|
/openssl/apps/ |
H A D | ca.c | 1777 row[DB_name] = X509_NAME_oneline(X509_get_subject_name(ret), NULL, 0); in do_body() 2106 row[DB_name] = X509_NAME_oneline(X509_get_subject_name(x509), NULL, 0); in do_revoke()
|
/openssl/apps/lib/ |
H A D | apps.c | 710 char *subj = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0); in warn_cert_msg() 1373 buf = X509_NAME_oneline(nm, 0, 0); in print_name()
|
/openssl/include/openssl/ |
H A D | x509.h.in | 625 char *X509_NAME_oneline(const X509_NAME *a, char *buf, int size);
|
/openssl/util/ |
H A D | libcrypto.num | 3118 X509_NAME_oneline 3186 3_0_0 EXIST::FUNCTION:
|
/openssl/ |
H A D | CHANGES.md | 6955 using the X509_NAME_oneline() function on EBCDIC systems. This could result 8157 using the X509_NAME_oneline() function on EBCDIC systems. This could result 19758 * A lot of constification, and fix a bug in X509_NAME_oneline() that could
|
Completed in 145 milliseconds