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

Lines Matching refs:bio_err

229     if (bio_err == NULL)
230 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
232 if (!load_config(bio_err, NULL))
300 BIO_printf(bio_err, "bad number of days\n");
356 BIO_printf(bio_err, "Invalid trust object value %s\n", *argv);
367 BIO_printf(bio_err,
478 BIO_printf(bio_err, "use -clrext instead of -crlext\n");
490 BIO_printf(bio_err, "unknown option %s\n", *argv);
501 BIO_printf(bio_err, "%s", *pp);
505 e = setup_engine(bio_err, engine, 0);
509 app_RAND_load_file(NULL, bio_err, 0);
513 if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
514 BIO_printf(bio_err, "Error getting password\n");
519 ERR_print_errors(bio_err);
524 fkey = load_pubkey(bio_err, fkeyfile, keyformat, 0,
533 BIO_printf(bio_err,
544 BIO_printf(bio_err,
547 BIO_printf(bio_err,
562 BIO_printf(bio_err,
564 ERR_print_errors(bio_err);
574 BIO_printf(bio_err, "We need a private key to sign with\n");
579 ERR_print_errors(bio_err);
596 ERR_print_errors(bio_err);
604 BIO_printf(bio_err,
606 BIO_printf(bio_err, "It does not contain a public key\n");
610 BIO_printf(bio_err, "error unpacking public key\n");
616 BIO_printf(bio_err, "Signature verification error\n");
617 ERR_print_errors(bio_err);
621 BIO_printf(bio_err,
625 BIO_printf(bio_err, "Signature ok\n");
627 print_name(bio_err, "subject=", X509_REQ_get_subject_name(req),
659 x = load_cert(bio_err, infile, informat, NULL, e, "Certificate");
664 xca = load_cert(bio_err, CAfile, CAformat, NULL, e, "CA Certificate");
674 ERR_print_errors(bio_err);
790 BIO_printf(bio_err, "Modulus=unavailable\n");
791 ERR_print_errors(bio_err);
813 BIO_printf(bio_err, "Error getting public key\n");
814 ERR_print_errors(bio_err);
833 BIO_printf(bio_err, "Out of memory\n");
834 ERR_print_errors(bio_err);
898 BIO_printf(bio_err, "out of memory\n");
911 BIO_printf(bio_err, "Getting Private key\n");
913 Upkey = load_key(bio_err,
924 BIO_printf(bio_err, "Getting CA Private Key\n");
926 CApkey = load_key(bio_err,
942 BIO_printf(bio_err, "Getting request Private Key\n");
944 BIO_printf(bio_err, "no request key file specified\n");
947 pk = load_key(bio_err,
954 BIO_printf(bio_err, "Generating certificate request\n");
959 ERR_print_errors(bio_err);
1014 BIO_printf(bio_err, "bad output format specified for outfile\n");
1018 BIO_printf(bio_err, "unable to write certificate\n");
1019 ERR_print_errors(bio_err);
1025 app_RAND_write_file(NULL, bio_err);
1062 BIO_printf(bio_err, "out of mem\n");
1081 BIO_printf(bio_err, "add_word failure\n");
1112 BIO_printf(bio_err, "Error initialising X509 store\n");
1132 BIO_printf(bio_err,
1167 if (!do_X509_sign(bio_err, x, pkey, digest, sigopts))
1173 ERR_print_errors(bio_err);
1198 BIO_printf(bio_err,
1203 print_name(bio_err, NULL, X509_get_subject_name(err_cert), 0);
1204 BIO_printf(bio_err,
1254 ERR_print_errors(bio_err);