Home | History | Annotate | Download | only in apps

Lines Matching refs:cert

188 /*#define TEST_CERT "client.pem" */ /* no default cert. */
293 BIO_printf(bio_err," -cert arg - certificate file to use, PEM format assumed\n");
295 BIO_printf(bio_err," -key arg - Private key file to use, in cert file if\n");
296 BIO_printf(bio_err," not specified but cert file is.\n");
573 X509 *cert = NULL;
685 else if (strcmp(*argv,"-cert") == 0)
1062 cert = load_cert(bio_err,cert_file,cert_format,
1065 if (!cert)
1179 if (!set_cert_key_stuff(ctx,cert,key))
1907 if (cert)
1908 X509_free(cert);