Home
last modified time | relevance | path

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

12

/trueos/crypto/openssl/doc/crypto/
HDX509_NAME_print_ex.pod6 X509_NAME_oneline - X509_NAME printing routines.
14 char * X509_NAME_oneline(X509_NAME *a,char *buf,int size);
26 X509_NAME_oneline() prints an ASCII version of B<a> to B<buf>. At most B<size>
36 The functions X509_NAME_oneline() and X509_NAME_print() are legacy functions which
/trueos/crypto/openssl/crypto/asn1/
HDt_crl.c98 p = X509_NAME_oneline(X509_CRL_get_issuer(x), NULL, 0); in X509_CRL_print()
HDx_x509.c110 ret->name = X509_NAME_oneline(ret->cert_info->subject, NULL, 0); in x509_cb()
HDt_x509.c492 b = X509_NAME_oneline(name, NULL, 0); in X509_NAME_print()
/trueos/crypto/openssl/crypto/x509/
HDx509_obj.c66 char *X509_NAME_oneline(X509_NAME *a, char *buf, int len) in X509_NAME_oneline() function
HDx509_cmp.c89 f = X509_NAME_oneline(a->cert_info->issuer, NULL, 0); in X509_issuer_and_serial_hash()
HDx509.h865 char *X509_NAME_oneline(X509_NAME *a, char *buf, int size);
/trueos/crypto/openssl/apps/
HDs_client.c1934 X509_NAME_oneline(X509_get_subject_name(sk_X509_value(sk, i)), in print_stuff()
1937 X509_NAME_oneline(X509_get_issuer_name(sk_X509_value(sk, i)), in print_stuff()
1953 X509_NAME_oneline(X509_get_subject_name(peer), buf, sizeof buf); in print_stuff()
1955 X509_NAME_oneline(X509_get_issuer_name(peer), buf, sizeof buf); in print_stuff()
1965 X509_NAME_oneline(xn, buf, sizeof(buf)); in print_stuff()
HDx509.c778 X509_NAME_oneline(X509_get_subject_name(x), buf, sizeof buf); in MAIN()
780 m = X509_NAME_oneline(X509_get_issuer_name(x), buf, in MAIN()
HDca.c2112 row[DB_name] = X509_NAME_oneline(X509_get_subject_name(ret), NULL, 0); in do_body()
2173 f = X509_NAME_oneline(X509_get_issuer_name(x), buf, 256); in write_new_certificate()
2176 f = X509_NAME_oneline(X509_get_subject_name(x), buf, 256); in write_new_certificate()
2345 row[DB_name] = X509_NAME_oneline(X509_get_subject_name(x509), NULL, 0); in do_revoke()
HDapps.c460 p = X509_NAME_oneline(X509_get_subject_name(x), NULL, 0); in dump_cert_text()
465 p = X509_NAME_oneline(X509_get_issuer_name(x), NULL, 0); in dump_cert_text()
1367 buf = X509_NAME_oneline(nm, 0, 0); in print_name()
HDs_server.c2423 X509_NAME_oneline(X509_get_subject_name(peer), buf, sizeof buf); in init_ssl_connection()
2425 X509_NAME_oneline(X509_get_issuer_name(peer), buf, sizeof buf); in init_ssl_connection()
/trueos/lib/libfetch/
HDcommon.c798 str = X509_NAME_oneline(name, 0, 0); in fetch_ssl_cb_verify_crt()
883 str = X509_NAME_oneline(name, 0, 0); in fetch_ssl()
887 str = X509_NAME_oneline(name, 0, 0); in fetch_ssl()
/trueos/contrib/sendmail/src/
HDtls.c1262 X509_NAME_oneline(subj, buf, sizeof(buf));
1265 X509_NAME_oneline(issuer, buf, sizeof(buf));
1667 X509_NAME_oneline(X509_get_subject_name(cert), buf, sizeof(buf));
/trueos/crypto/openssl/doc/ssl/
HDSSL_CTX_set_verify.pod209 X509_NAME_oneline(X509_get_subject_name(err_cert), buf, 256);
240 X509_NAME_oneline(X509_get_issuer_name(ctx->current_cert), buf, 256);
/trueos/contrib/wpa/src/crypto/
HDtls_openssl.c462 X509_NAME_oneline(X509_get_subject_name(cert), buf, in tls_cryptoapi_ca_cert()
1194 X509_NAME_oneline(X509_get_subject_name(err_cert), buf, sizeof(buf)); in tls_verify_cb()
1726 X509_NAME_oneline(X509_get_subject_name(cert), buf, in tls_parse_pkcs12()
1754 X509_NAME_oneline(X509_get_subject_name(cert), buf, in tls_parse_pkcs12()
HDtls_gnutls.c474 X509_NAME_oneline(X509_get_subject_name(err_cert), buf, sizeof(buf));
/trueos/crypto/openssl/crypto/x509v3/
HDv3_alt.c146 X509_NAME_oneline(gen->d.dirn, oline, 256); in STACK_OF()
/trueos/crypto/openssl/ssl/
HDssltest.c1784 s = X509_NAME_oneline(X509_get_subject_name(ctx->current_cert), buf, in verify_callback()
2156 s = X509_NAME_oneline(X509_get_subject_name(ctx->cert), buf, 256); in app_verify_callback()
/trueos/crypto/openssl/crypto/threads/
HDmttest.c648 s = X509_NAME_oneline(X509_get_subject_name(ctx->current_cert), in verify_callback()
/trueos/contrib/ntp/ntpd/
HDntp_crypto.c3100 X509_NAME_oneline(X509_get_subject_name(cert), pathbuf, in cert_parse()
3124 X509_NAME_oneline(X509_get_issuer_name(cert), pathbuf, in cert_parse()
/trueos/secure/lib/libcrypto/
HDMakefile.man665 MLINKS+= X509_NAME_print_ex.3 X509_NAME_oneline.3
/trueos/contrib/unbound/smallapp/
HDunbound-anchor.c1679 char* nmline = X509_NAME_oneline(nm, buf, in STACK_OF()
/trueos/crypto/openssl/
HDCHANGES.SSLeay425 X509_NAME_oneline(X) -> X509_NAME_oneline(X,NULL,0)
/trueos/crypto/openssl/util/
HDlibeay.num577 X509_NAME_oneline 585 EXIST::FUNCTION:EVP

12