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

Lines Matching refs:BIO_printf

327 						BIO_printf(bio_err,"unable to load DSA parameters from file\n");
338 BIO_printf(bio_err,"Certificate does not contain DSA parameters\n");
372 BIO_printf(bio_err,"unable to load EC parameters from file\n");
384 BIO_printf(bio_err,"Certificate does not contain EC parameters\n");
487 BIO_printf(bio_err,"unknown option %s\n",*argv);
498 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
499 BIO_printf(bio_err,"where options are\n");
500 BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
501 BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
502 BIO_printf(bio_err," -in arg input file\n");
503 BIO_printf(bio_err," -out arg output file\n");
504 BIO_printf(bio_err," -text text form of request\n");
505 BIO_printf(bio_err," -pubkey output public key\n");
506 BIO_printf(bio_err," -noout do not output REQ\n");
507 BIO_printf(bio_err," -verify verify signature on REQ\n");
508 BIO_printf(bio_err," -modulus RSA modulus\n");
509 BIO_printf(bio_err," -nodes don't encrypt the output key\n");
511 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device\n");
513 BIO_printf(bio_err," -subject output the request's subject\n");
514 BIO_printf(bio_err," -passin private key password source\n");
515 BIO_printf(bio_err," -key file use the private key contained in file\n");
516 BIO_printf(bio_err," -keyform arg key file format\n");
517 BIO_printf(bio_err," -keyout arg file to send the key to\n");
518 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
519 BIO_printf(bio_err," load the file (or the files in the directory) into\n");
520 BIO_printf(bio_err," the random number generator\n");
521 BIO_printf(bio_err," -newkey rsa:bits generate a new RSA key of 'bits' in size\n");
522 BIO_printf(bio_err," -newkey dsa:file generate a new DSA key, parameters taken from CA in 'file'\n");
524 BIO_printf(bio_err," -newkey ec:file generate a new EC key, parameters taken from CA in 'file'\n");
526 BIO_printf(bio_err," -[digest] Digest to sign with (md5, sha1, md2, mdc2, md4)\n");
527 BIO_printf(bio_err," -config file request template file.\n");
528 BIO_printf(bio_err," -subj arg set or modify request subject\n");
529 BIO_printf(bio_err," -multivalue-rdn enable support for multivalued RDNs\n");
530 BIO_printf(bio_err," -new new request.\n");
531 BIO_printf(bio_err," -batch do not ask anything during request generation\n");
532 BIO_printf(bio_err," -x509 output a x509 structure instead of a cert. req.\n");
533 BIO_printf(bio_err," -days number of days a certificate generated by -x509 is valid for.\n");
534 BIO_printf(bio_err," -set_serial serial number to use for a certificate generated by -x509.\n");
535 BIO_printf(bio_err," -newhdr output \"NEW\" in the header lines\n");
536 BIO_printf(bio_err," -asn1-kludge Output the 'request' in a format that is wrong but some CA's\n");
537 BIO_printf(bio_err," have been reported as requiring\n");
538 BIO_printf(bio_err," -extensions .. specify certificate extension section (override value in config file)\n");
539 BIO_printf(bio_err," -reqexts .. specify request extension section (override value in config file)\n");
540 BIO_printf(bio_err," -utf8 input characters are UTF8 (default ASCII)\n");
541 BIO_printf(bio_err," -nameopt arg - various certificate name options\n");
542 BIO_printf(bio_err," -reqopt arg - various request text options\n\n");
548 BIO_printf(bio_err, "Error getting passwords\n");
569 BIO_printf(bio_err,"Using configuration from %s\n",template);
574 BIO_printf(bio_err,"error on line %ld of %s\n",errline,template);
584 BIO_printf(bio_err,"Unable to load config info from %s\n", default_config_file);
589 BIO_printf(bio_err,"Using configuration from %s\n",
608 BIO_printf(bio_err,"problems opening %s for extra oid's\n",p);
645 BIO_printf(bio_err,
670 BIO_printf(bio_err, "Invalid global string mask setting %s\n", p);
696 BIO_printf(bio_err,
752 BIO_printf(bio_err,"private key length is too short,\n");
753 BIO_printf(bio_err,"it needs to be at least %d bits, not %ld\n",MIN_KEY_LENGTH,newkey);
756 BIO_printf(bio_err,"Generating a %ld bit %s private key\n",
811 BIO_printf(bio_err,"writing new private key to stdout\n");
822 BIO_printf(bio_err,"writing new private key to '%s'\n",keyout);
856 BIO_printf(bio_err,"-----\n");
882 BIO_printf(bio_err,"bad input format specified for X509 request\n");
887 BIO_printf(bio_err,"unable to load X509 request\n");
896 BIO_printf(bio_err,"you need to specify a private key\n");
924 BIO_printf(bio_err,"problems making Certificate Request\n");
964 BIO_printf(bio_err,
986 BIO_printf(bio_err,
998 BIO_printf(bio_err, "Cannot modifiy certificate subject\n");
1006 BIO_printf(bio_err, "Modifying Request's Subject\n");
1012 BIO_printf(bio_err, "ERROR: cannot modify subject\n");
1048 BIO_printf(bio_err,"verify failure\n");
1052 BIO_printf(bio_err,"verify OK\n");
1090 BIO_printf(bio_err,"Error getting public key\n");
1146 BIO_printf(bio_err,"bad output format specified for outfile\n");
1151 BIO_printf(bio_err,"unable to write X509 request\n");
1162 BIO_printf(bio_err,"bad output format specified for outfile\n");
1167 BIO_printf(bio_err,"unable to write X509 certificate\n");
1217 BIO_printf(bio_err,"unable to find '%s' in config\n",
1224 BIO_printf(bio_err,"unable to get '%s' section\n",dn_sect);
1239 BIO_printf(bio_err,"unable to get '%s' section\n",attr_sect);
1304 BIO_printf(bio_err,"You are about to be asked to enter information that will be incorporated\n");
1305 BIO_printf(bio_err,"into your certificate request.\n");
1306 BIO_printf(bio_err,"What you are about to enter is what is called a Distinguished Name or a DN.\n");
1307 BIO_printf(bio_err,"There are quite a few fields but you can leave some blank\n");
1308 BIO_printf(bio_err,"For some fields there will be a default value,\n");
1309 BIO_printf(bio_err,"If you enter '.', the field will be left blank.\n");
1310 BIO_printf(bio_err,"-----\n");
1350 BIO_printf(bio_err,"Name '%s' too long\n",v->name);
1387 BIO_printf(bio_err,"error, no objects specified in config file\n");
1395 BIO_printf(bio_err,"\nPlease enter the following 'extra' attributes\n");
1396 BIO_printf(bio_err,"to be sent with your certificate request\n");
1415 BIO_printf(bio_err,"Name '%s' too long\n",v->name);
1451 BIO_printf(bio_err,"No template, please set one up.\n");
1507 BIO_printf(bio_err,"error, no objects specified in config file\n");
1529 if (!batch) BIO_printf(bio_err,"%s [%s]:",text,def);
1535 BIO_printf(bio_err,"%s\n",value);
1564 BIO_printf(bio_err,"weird input :-(\n");
1587 if (!batch) BIO_printf(bio_err,"%s [%s]:",text,def);
1593 BIO_printf(bio_err,"%s\n",value);
1622 BIO_printf(bio_err,"weird input :-(\n");
1633 BIO_printf(bio_err, "Error adding attribute\n");
1665 BIO_printf(bio_err,"string is too short, it needs to be at least %d bytes long\n",n_min);
1670 BIO_printf(bio_err,"string is too long, it needs to be less than %d bytes long\n",n_max);