Searched refs:certfile (Results 1 - 9 of 9) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/demos/maurice/
H A Dloadkeys.h15 EVP_PKEY * ReadPublicKey(const char *certfile);
H A Dloadkeys.c25 EVP_PKEY * ReadPublicKey(const char *certfile) argument
27 FILE *fp = fopen (certfile, "r");
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dcrl2p7.c74 static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile);
91 char *infile,*outfile,*prog,*certfile; local
140 else if (strcmp(*argv,"-certfile") == 0)
165 BIO_printf(bio_err," -certfile arg certificates file of chain to a trusted CA\n");
167 BIO_printf(bio_err," -nocrl no crl to load, just certs from '-certfile'\n");
230 certfile = sk_OPENSSL_STRING_value(certflst, i);
231 if (add_certs_from_file(cert_stack,certfile) < 0)
295 static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile)
304 if ((in == NULL) || (BIO_read_filename(in,certfile) <= 0))
306 BIO_printf(bio_err,"error opening the file, %s\n",certfile);
[all...]
H A DCA.sh150 $PKCS12 -in newcert.pem -inkey newreq.pem -certfile ${CATOP}/$CACERT \
H A Dsmime.c97 char *certfile = NULL, *keyfile = NULL, *contfile=NULL; local
320 else if (!strcmp (*args, "-certfile"))
324 certfile = *++args;
466 BIO_printf (bio_err, "-certfile file other certificates file\n");
568 if (certfile)
570 if (!(other = load_certs(bio_err,certfile,FORMAT_PEM, NULL,
H A Dcms.c112 char *certfile = NULL, *keyfile = NULL, *contfile=NULL; local
459 else if (!strcmp (*args, "-certfile"))
463 certfile = *++args;
617 BIO_printf (bio_err, "-certfile file other certificates file\n");
724 if (certfile)
726 if (!(other = load_certs(bio_err,certfile,FORMAT_PEM, NULL,
H A Dpkcs12.c99 char *certfile=NULL; local
205 } else if (!strcmp (*args, "-certfile")) {
208 certfile = *args;
283 BIO_printf (bio_err, "-certfile f add all certs in f\n");
495 if(certfile)
498 if(!(morecerts = load_certs(bio_err, certfile, FORMAT_PEM,
500 "certificates from certfile")))
509 CRYPTO_push_info("reading certs from certfile");
H A Dca.c266 char *certfile=NULL; local
418 certfile= *(++argv);
760 if ((certfile == NULL)
761 && ((certfile=NCONF_get_string(conf,
767 x509=load_cert(bio_err, certfile, FORMAT_PEM, NULL, e,
/barrelfish-master/lib/openssl-1.0.0d/demos/sign/
H A Dsign.c82 static char certfile[] = "cert.pem"; local
123 fp = fopen (certfile, "r");

Completed in 79 milliseconds