HomeSort by relevance Sort by last modified time
    Searched refs:certfile (Results 1 - 10 of 10) sorted by null

  /external/openssl/apps/
crl2p7.c 74 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...]
CA.sh 150 $PKCS12 -in newcert.pem -inkey newreq.pem -certfile ${CATOP}/$CACERT \
smime.c 97 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,
cms.c 112 char *certfile = NULL, *keyfile = NULL, *contfile=NULL; local
469 else if (!strcmp (*args, "-certfile"))
473 certfile = *++args;
627 BIO_printf (bio_err, "-certfile file other certificates file\n");
734 if (certfile)
736 if (!(other = load_certs(bio_err,certfile,FORMAT_PEM, NULL,
    [all...]
pkcs12.c 99 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");
ca.c 270 char *certfile=NULL; local
423 certfile= *(++argv);
774 if ((certfile == NULL)
775 && ((certfile=NCONF_get_string(conf,
781 x509=load_cert(bio_err, certfile, FORMAT_PEM, NULL, e,
    [all...]
  /libcore/support/src/test/java/tests/resources/x509/
create.sh 120 openssl crl2pkcs7 -certfile /tmp/certs.pem -nocrl > ${DIR}/certs-pk7.pem
121 openssl crl2pkcs7 -certfile /tmp/certs.pem -nocrl -outform d > ${DIR}/certs-pk7.der
  /external/ipsec-tools/src/racoon/
oakley.c 1676 char *certfile; local
1759 char *certfile; local
    [all...]
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 339 certfile=self.websocket_server_options.certificate,
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 335 certfile=self.websocket_server_options.certificate,
    [all...]

Completed in 297 milliseconds