Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/apps/
H A Ds_client.c913 int build_chain = 0, cbuf_len, cbuf_off, cert_format = FORMAT_PEM; in s_client_main() local
1123 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &cert_format)) in s_client_main()
1681 cert = load_cert(cert_file, cert_format, "client certificate file"); in s_client_main()