Home | History | Annotate | Download | only in apps

Lines Matching full:bio_printf

239 				BIO_printf(bio_err, "Can't find keygen engine %s\n", *argv);
385 BIO_printf(bio_err,"unknown option %s\n",*argv);
396 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
397 BIO_printf(bio_err,"where options are\n");
398 BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
399 BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
400 BIO_printf(bio_err," -in arg input file\n");
401 BIO_printf(bio_err," -out arg output file\n");
402 BIO_printf(bio_err," -text text form of request\n");
403 BIO_printf(bio_err," -pubkey output public key\n");
404 BIO_printf(bio_err," -noout do not output REQ\n");
405 BIO_printf(bio_err," -verify verify signature on REQ\n");
406 BIO_printf(bio_err," -modulus RSA modulus\n");
407 BIO_printf(bio_err," -nodes don't encrypt the output key\n");
409 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device\n");
411 BIO_printf(bio_err," -subject output the request's subject\n");
412 BIO_printf(bio_err," -passin private key password source\n");
413 BIO_printf(bio_err," -key file use the private key contained in file\n");
414 BIO_printf(bio_err," -keyform arg key file format\n");
415 BIO_printf(bio_err," -keyout arg file to send the key to\n");
416 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
417 BIO_printf(bio_err," load the file (or the files in the directory) into\n");
418 BIO_printf(bio_err," the random number generator\n");
419 BIO_printf(bio_err," -newkey rsa:bits generate a new RSA key of 'bits' in size\n");
420 BIO_printf(bio_err," -newkey dsa:file generate a new DSA key, parameters taken from CA in 'file'\n");
422 BIO_printf(bio_err," -newkey ec:file generate a new EC key, parameters taken from CA in 'file'\n");
424 BIO_printf(bio_err," -[digest] Digest to sign with (md5, sha1, md2, mdc2, md4)\n");
425 BIO_printf(bio_err," -config file request template file.\n");
426 BIO_printf(bio_err," -subj arg set or modify request subject\n");
427 BIO_printf(bio_err," -multivalue-rdn enable support for multivalued RDNs\n");
428 BIO_printf(bio_err," -new new request.\n");
429 BIO_printf(bio_err," -batch do not ask anything during request generation\n");
430 BIO_printf(bio_err," -x509 output a x509 structure instead of a cert. req.\n");
431 BIO_printf(bio_err," -days number of days a certificate generated by -x509 is valid for.\n");
432 BIO_printf(bio_err," -set_serial serial number to use for a certificate generated by -x509.\n");
433 BIO_printf(bio_err," -newhdr output \"NEW\" in the header lines\n");
434 BIO_printf(bio_err," -asn1-kludge Output the 'request' in a format that is wrong but some CA's\n");
435 BIO_printf(bio_err," have been reported as requiring\n");
436 BIO_printf(bio_err," -extensions .. specify certificate extension section (override value in config file)\n");
437 BIO_printf(bio_err," -reqexts .. specify request extension section (override value in config file)\n");
438 BIO_printf(bio_err," -utf8 input characters are UTF8 (default ASCII)\n");
439 BIO_printf(bio_err," -nameopt arg - various certificate name options\n");
440 BIO_printf(bio_err," -reqopt arg - various request text options\n\n");
446 BIO_printf(bio_err, "Error getting passwords\n");
467 BIO_printf(bio_err,"Using configuration from %s\n",template);
472 BIO_printf(bio_err,"error on line %ld of %s\n",errline,template);
482 BIO_printf(bio_err,"Unable to load config info from %s\n", default_config_file);
487 BIO_printf(bio_err,"Using configuration from %s\n",
506 BIO_printf
543 BIO_printf(bio_err,
568 BIO_printf(bio_err, "Invalid global string mask setting %s\n", p);
594 BIO_printf(bio_err,
654 BIO_printf(bio_err,"private key length is too short,\n");
655 BIO_printf(bio_err,"it needs to be at least %d bits, not %ld\n",MIN_KEY_LENGTH,newkey);
675 BIO_printf(bio_err,
684 BIO_printf(bio_err,"Generating a %ld bit %s private key\n",
710 BIO_printf(bio_err,"writing new private key to stdout\n");
721 BIO_printf(bio_err,"writing new private key to '%s'\n",keyout);
755 BIO_printf(bio_err,"-----\n");
781 BIO_printf(bio_err,"bad input format specified for X509 request\n");
786 BIO_printf(bio_err,"unable to load X509 request\n");
795 BIO_printf(bio_err,"you need to specify a private key\n");
816 BIO_printf(bio_err,"problems making Certificate Request\n");
856 BIO_printf(bio_err,
881 BIO_printf(bio_err,
896 BIO_printf(bio_err, "Cannot modifiy certificate subject\n");
904 BIO_printf(bio_err, "Modifying Request's Subject\n");
910 BIO_printf(bio_err, "ERROR: cannot modify subject\n");
946 BIO_printf(bio_err,"verify failure\n");
950 BIO_printf(bio_err,"verify OK\n");
988 BIO_printf(bio_err,"Error getting public key\n");
1044 BIO_printf(bio_err,"bad output format specified for outfile\n");
1049 BIO_printf(bio_err,"unable to write X509 request\n");
1060 BIO_printf(bio_err,"bad output format specified for outfile\n");
1065 BIO_printf(bio_err,"unable to write X509 certificate\n");
1119 BIO_printf(bio_err,"unable to find '%s' in config\n",
1126 BIO_printf(bio_err,"unable to get '%s' section\n",dn_sect);
1141 BIO_printf(bio_err,"unable to get '%s' section\n",attr_sect);
1206 BIO_printf(bio_err,"You are about to be asked to enter information that will be incorporated\n");
1207 BIO_printf(bio_err,"into your certificate request.\n");
1208 BIO_printf(bio_err,"What you are about to enter is what is called a Distinguished Name or a DN.\n");
1209 BIO_printf(bio_err,"There are quite a few fields but you can leave some blank\n");
1210 BIO_printf(bio_err,"For some fields there will be a default value,\n");
1211 BIO_printf(bio_err,"If you enter '.', the field will be left blank.\n");
1212 BIO_printf(bio_err,"-----\n");
1252 BIO_printf(bio_err,"Name '%s' too long\n",v->name);
1289 BIO_printf(bio_err,"error, no objects specified in config file\n");
1297 BIO_printf(bio_err,"\nPlease enter the following 'extra' attributes\n");
1298 BIO_printf(bio_err,"to be sent with your certificate request\n");
1317 BIO_printf(bio_err,"Name '%s' too long\n",v->name);
1359 BIO_printf(bio_err,"No template, please set one up.\n");
1415 BIO_printf(bio_err,"error, no objects specified in config file\n");
1437 if (!batch) BIO_printf(bio_err,"%s [%s]:",text,def);
1443 BIO_printf(bio_err,"%s\n",value);
1473 BIO_printf(bio_err,"weird input :-(\n");
1496 if (!batch) BIO_printf(bio_err,"%s [%s]:",text,def);
1502 BIO_printf(bio_err,"%s\n",value);
1532 BIO_printf(bio_err,"weird input :-(\n");
1543 BIO_printf(bio_err, "Error adding attribute\n");
1557 BIO_printf(bio_err,"string is too short, it needs to be at least %d bytes long\n",n_min);
1562 BIO_printf(bio_err,"string is too long, it needs to be less than %d bytes long\n",n_max);
1622 BIO_printf(err, "Unknown algorithm %.*s\n", len, gstr);
1649 BIO_printf(err, "Can't open parameter file %s\n",
1671 BIO_printf(err, "Error reading parameter file %s\n",
1679 BIO_printf(err, "Key Type does not match parameters\n");