• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/

Lines Matching refs:BIO_printf

241                 BIO_printf(bio_err, "Can't find keygen engine %s\n", *argv);
371 BIO_printf(bio_err, "unknown option %s\n", *argv);
381 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
382 BIO_printf(bio_err, "where options are\n");
383 BIO_printf(bio_err, " -inform arg input format - DER or PEM\n");
384 BIO_printf(bio_err, " -outform arg output format - DER or PEM\n");
385 BIO_printf(bio_err, " -in arg input file\n");
386 BIO_printf(bio_err, " -out arg output file\n");
387 BIO_printf(bio_err, " -text text form of request\n");
388 BIO_printf(bio_err, " -pubkey output public key\n");
389 BIO_printf(bio_err, " -noout do not output REQ\n");
390 BIO_printf(bio_err, " -verify verify signature on REQ\n");
391 BIO_printf(bio_err, " -modulus RSA modulus\n");
392 BIO_printf(bio_err, " -nodes don't encrypt the output key\n");
394 BIO_printf(bio_err,
397 BIO_printf(bio_err, " -subject output the request's subject\n");
398 BIO_printf(bio_err, " -passin private key password source\n");
399 BIO_printf(bio_err,
401 BIO_printf(bio_err, " -keyform arg key file format\n");
402 BIO_printf(bio_err, " -keyout arg file to send the key to\n");
403 BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR,
405 BIO_printf(bio_err,
407 BIO_printf(bio_err, " the random number generator\n");
408 BIO_printf(bio_err,
410 BIO_printf(bio_err,
413 BIO_printf(bio_err,
416 BIO_printf(bio_err,
418 BIO_printf(bio_err, " -config file request template file.\n");
419 BIO_printf(bio_err,
421 BIO_printf(bio_err,
423 BIO_printf(bio_err, " -new new request.\n");
424 BIO_printf(bio_err,
426 BIO_printf(bio_err,
428 BIO_printf(bio_err,
430 BIO_printf(bio_err,
432 BIO_printf(bio_err,
434 BIO_printf(bio_err,
436 BIO_printf(bio_err,
438 BIO_printf(bio_err,
440 BIO_printf(bio_err,
442 BIO_printf(bio_err,
444 BIO_printf(bio_err,
446 BIO_printf(bio_err,
453 BIO_printf(bio_err, "Error getting passwords\n");
473 BIO_printf(bio_err, "Using configuration from %s\n", template);
477 BIO_printf(bio_err, "error on line %ld of %s\n", errline,
485 BIO_printf(bio_err, "Unable to load config info from %s\n",
490 BIO_printf(bio_err, "Using configuration from %s\n",
506 BIO_printf(bio_err,"problems opening %s for extra oid's\n",p);
539 BIO_printf(bio_err,
562 BIO_printf(bio_err, "Invalid global string mask setting %s\n", p);
585 BIO_printf(bio_err,
638 BIO_printf(bio_err, "private key length is too short,\n");
639 BIO_printf(bio_err, "it needs to be at least %d bits, not %ld\n",
656 BIO_printf(bio_err, "parameter error \"%s\"\n", genopt);
663 BIO_printf(bio_err, "Generating a %ld bit %s private key\n",
686 BIO_printf(bio_err, "writing new private key to stdout\n");
695 BIO_printf(bio_err, "writing new private key to '%s'\n", keyout);
726 BIO_printf(bio_err, "-----\n");
749 BIO_printf(bio_err,
754 BIO_printf(bio_err, "unable to load X509 request\n");
761 BIO_printf(bio_err, "you need to specify a private key\n");
779 BIO_printf(bio_err, "problems making Certificate Request\n");
823 BIO_printf(bio_err, "Error Loading extension section %s\n",
845 BIO_printf(bio_err, "Error Loading extension section %s\n",
858 BIO_printf(bio_err, "Cannot modifiy certificate subject\n");
864 BIO_printf(bio_err, "Modifying Request's Subject\n");
870 BIO_printf(bio_err, "ERROR: cannot modify subject\n");
902 BIO_printf(bio_err, "verify failure\n");
905 BIO_printf(bio_err, "verify OK\n");
936 BIO_printf(bio_err, "Error getting public key\n");
991 BIO_printf(bio_err, "bad output format specified for outfile\n");
995 BIO_printf(bio_err, "unable to write X509 request\n");
1005 BIO_printf(bio_err, "bad output format specified for outfile\n");
1009 BIO_printf(bio_err, "unable to write X509 certificate\n");
1067 BIO_printf(bio_err, "unable to find '%s' in config\n",
1073 BIO_printf(bio_err, "unable to get '%s' section\n", dn_sect);
1084 BIO_printf(bio_err, "unable to get '%s' section\n", attr_sect);
1150 BIO_printf(bio_err,
1152 BIO_printf(bio_err, "into your certificate request.\n");
1153 BIO_printf(bio_err,
1155 BIO_printf(bio_err,
1157 BIO_printf(bio_err,
1159 BIO_printf(bio_err,
1161 BIO_printf(bio_err, "-----\n");
1198 BIO_printf(bio_err, "Name '%s' too long\n", v->name);
1230 BIO_printf(bio_err,
1238 BIO_printf(bio_err,
1240 BIO_printf(bio_err,
1257 BIO_printf(bio_err, "Name '%s' too long\n", v->name);
1293 BIO_printf(bio_err, "No template, please set one up.\n");
1351 BIO_printf(bio_err, "error, no objects specified in config file\n");
1373 BIO_printf(bio_err, "%s [%s]:", text, def);
1378 BIO_printf(bio_err, "%s\n", value);
1402 BIO_printf(bio_err, "weird input :-(\n");
1432 BIO_printf(bio_err, "%s [%s]:", text, def);
1437 BIO_printf(bio_err, "%s\n", value);
1461 BIO_printf(bio_err, "weird input :-(\n");
1476 BIO_printf(bio_err, "Error adding attribute\n");
1489 BIO_printf(bio_err,
1495 BIO_printf(bio_err,
1553 BIO_printf(err, "Unknown algorithm %.*s\n", len, gstr);
1575 BIO_printf(err, "Can't open parameter file %s\n", paramfile);
1593 BIO_printf(err, "Error reading parameter file %s\n", paramfile);
1599 BIO_printf(err, "Key Type does not match parameters\n");
1687 BIO_printf(err, "parameter error \"%s\"\n", sigopt);