Home | History | Annotate | Download | only in apps

Lines Matching full:bio_err

93 	if (bio_err == NULL) bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
95 if (!load_config(bio_err, NULL))
114 BIO_printf(bio_err,
130 BIO_printf(bio_err,
210 BIO_printf(bio_err, "Usage pkcs8 [options]\n");
211 BIO_printf(bio_err, "where options are\n");
212 BIO_printf(bio_err, "-in file input file\n");
213 BIO_printf(bio_err, "-inform X input format (DER or PEM)\n");
214 BIO_printf(bio_err, "-passin arg input file pass phrase source\n");
215 BIO_printf(bio_err, "-outform X output format (DER or PEM)\n");
216 BIO_printf(bio_err, "-out file output file\n");
217 BIO_printf(bio_err, "-passout arg output file pass phrase source\n");
218 BIO_printf(bio_err, "-topk8 output PKCS8 file\n");
219 BIO_printf(bio_err, "-nooct use (nonstandard) no octet format\n");
220 BIO_printf(bio_err, "-embed use (nonstandard) embedded DSA parameters format\n");
221 BIO_printf(bio_err, "-nsdb use (nonstandard) DSA Netscape DB format\n");
222 BIO_printf(bio_err, "-noiter use 1 as iteration count\n");
223 BIO_printf(bio_err, "-nocrypt use or expect unencrypted private key\n");
224 BIO_printf(bio_err, "-v2 alg use PKCS#5 v2.0 and cipher \"alg\"\n");
225 BIO_printf(bio_err, "-v1 obj use PKCS#5 v1.5 and cipher \"alg\"\n");
227 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
233 e = setup_engine(bio_err, engine, 0);
236 if (!app_passwd(bio_err, passargin, passargout, &passin, &passout))
238 BIO_printf(bio_err, "Error getting passwords\n");
249 BIO_printf(bio_err,
261 BIO_printf(bio_err,
278 pkey = load_key(bio_err, infile, informat, 1,
284 BIO_printf(bio_err, "Error converting key\n");
285 ERR_print_errors(bio_err);
296 BIO_printf(bio_err, "Bad format specified for key\n");
310 app_RAND_load_file(NULL, bio_err, 0);
315 BIO_printf(bio_err, "Error encrypting key\n");
316 ERR_print_errors(bio_err);
319 app_RAND_write_file(NULL, bio_err);
326 BIO_printf(bio_err, "Bad format specified for key\n");
343 BIO_printf(bio_err, "Bad format specified for key\n");
355 BIO_printf(bio_err, "Bad format specified for key\n");
361 BIO_printf (bio_err, "Error reading key\n");
362 ERR_print_errors(bio_err);
377 BIO_printf(bio_err, "Error decrypting key\n");
378 ERR_print_errors(bio_err);
384 BIO_printf(bio_err, "Error converting key\n");
385 ERR_print_errors(bio_err);
391 BIO_printf(bio_err, "Warning: broken key encoding: ");
395 BIO_printf(bio_err, "No Octet String in PrivateKey\n");
399 BIO_printf(bio_err, "DSA parameters included in PrivateKey\n");
403 BIO_printf(bio_err, "DSA public key include in PrivateKey\n");
407 BIO_printf(bio_err, "DSA private key value is negative\n");
411 BIO_printf(bio_err, "Unknown broken type\n");
422 BIO_printf(bio_err, "Bad format specified for key\n");