Lines Matching refs:bio_err

168 		BIO_printf(bio_err, "Invalid reject object value %s\n", arg);
187 BIO_printf(bio_err, "Invalid trust object value %s\n", arg);
226 BIO_printf(bio_err, "checkend unusable: %s\n", errstr);
248 BIO_printf(bio_err, "bad number of days: %s\n", errstr);
265 BIO_printf(bio_err, "unknown option %s\n", *argv);
835 if (!app_passwd(bio_err, cfg.passargin, NULL, &passin, NULL)) {
836 BIO_printf(bio_err, "Error getting password\n");
840 ERR_print_errors(bio_err);
846 BIO_printf(bio_err,
856 BIO_printf(bio_err,
860 BIO_printf(bio_err,
876 BIO_printf(bio_err,
878 ERR_print_errors(bio_err);
883 if ((Fpkey = load_pubkey(bio_err, cfg.force_pubkey,
889 BIO_printf(bio_err, "Can't combine -new and -in\n");
893 BIO_printf(bio_err, "Can't combine -new and -req\n");
897 BIO_printf(bio_err, "Must use -set_subject with -new\n");
901 BIO_printf(bio_err, "Must use -signkey with -new\n");
904 if ((Upkey = load_key(bio_err, cfg.keyfile, cfg.keyformat, 0,
912 BIO_printf(bio_err,
918 ERR_print_errors(bio_err);
934 ERR_print_errors(bio_err);
938 BIO_printf(bio_err, "error unpacking public key\n");
943 BIO_printf(bio_err, "Signature verification error\n");
944 ERR_print_errors(bio_err);
948 BIO_printf(bio_err,
952 BIO_printf(bio_err, "Signature ok\n");
954 print_name(bio_err, "subject=", X509_REQ_get_subject_name(req),
1005 x = load_cert(bio_err, cfg.infile, cfg.informat, NULL,
1012 xca = load_cert(bio_err, cfg.CAfile, cfg.CAformat, NULL,
1022 ERR_print_errors(bio_err);
1148 BIO_printf(bio_err,
1150 ERR_print_errors(bio_err);
1175 BIO_printf(bio_err,
1177 ERR_print_errors(bio_err);
1203 BIO_printf(bio_err, "out of mem\n");
1294 BIO_printf(bio_err, "out of memory\n");
1305 Upkey = load_key(bio_err, cfg.keyfile,
1318 CApkey = load_key(bio_err, cfg.CAkeyfile,
1332 BIO_printf(bio_err,
1335 BIO_printf(bio_err,
1339 pk = load_key(bio_err, cfg.keyfile,
1346 BIO_printf(bio_err,
1352 ERR_print_errors(bio_err);
1395 BIO_printf(bio_err,
1400 BIO_printf(bio_err, "unable to write certificate\n");
1401 ERR_print_errors(bio_err);
1442 BIO_printf(bio_err, "out of mem\n");
1461 BIO_printf(bio_err, "add_word failure\n");
1493 BIO_printf(bio_err, "Error initialising X509 store\n");
1513 BIO_printf(bio_err,
1550 if (!do_X509_sign(bio_err, x, pkey, digest, sigopts))
1557 ERR_print_errors(bio_err);
1584 BIO_printf(bio_err,
1589 print_name(bio_err, NULL, X509_get_subject_name(err_cert), 0);
1590 BIO_printf(bio_err,
1653 ERR_print_errors(bio_err);