Home
last modified time | relevance | path

Searched refs:X509_NAME_oneline (Results 1 – 16 of 16) sorted by relevance

/openssl/doc/man3/
H A DX509_NAME_print_ex.pod6 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 DSSL_CTX_set_verify.pod284 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 Dcmp_vfy.c175 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 Dcmp_genm.c25 char *subj = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0); in cert_msg()
H A Dcmp_client.c750 subj = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0); in cert_response()
/openssl/crypto/x509/
H A Dx509_obj.c25 char *X509_NAME_oneline(const X509_NAME *a, char *buf, int len) in X509_NAME_oneline() function
H A Dx_name.c508 b = X509_NAME_oneline(name, NULL, 0); in X509_NAME_print()
H A Dx509_cmp.c47 f = X509_NAME_oneline(a->cert_info.issuer, NULL, 0); in X509_issuer_and_serial_hash()
H A Dv3_san.c186 if (X509_NAME_oneline(gen->d.dirn, oline, sizeof(oline)) == NULL in STACK_OF()
/openssl/test/helpers/
H A Dpkcs12.c399 name = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0); in add_certbag()
/openssl/test/
H A Dssl_old_test.c2895 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 Dca.c1777 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 Dapps.c710 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 Dx509.h.in625 char *X509_NAME_oneline(const X509_NAME *a, char *buf, int size);
/openssl/util/
H A Dlibcrypto.num3118 X509_NAME_oneline 3186 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md6955 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