Searched refs:cert_file (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssl/apps/
H A Ds_cb.c178 int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file) argument
180 if (cert_file != NULL) {
186 if (SSL_CTX_use_certificate_file(ctx, cert_file,
189 cert_file);
194 key_file = cert_file;
H A Ds_apps.h161 int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file);
H A Ds_client.c340 char *cert_file = NULL, *key_file = NULL; local
443 cert_file = *(++argv);
653 key_file = cert_file;
666 if (cert_file) {
667 cert = load_cert(bio_err, cert_file, cert_format,
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dsoftp11.c591 add_certificate(const char *cert_file, argument
618 ret = hx509_certs_init(context, cert_file, flags, lock, &certs);
620 st_logf("failed to open file %s\n", cert_file);
627 st_logf("failed adding certs from file %s\n", cert_file);

Completed in 114 milliseconds