• 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_err

205 	if (bio_err == NULL)
206 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
208 if (!load_config(bio_err, NULL))
333 BIO_printf(bio_err,
346 BIO_printf(bio_err,
438 BIO_printf(bio_err,"use -clrext instead of -crlext\n");
451 BIO_printf(bio_err,"unknown option %s\n",*argv);
463 BIO_printf(bio_err,"%s",*pp);
468 e = setup_engine(bio_err, engine, 0);
472 app_RAND_load_file(NULL, bio_err, 0);
476 if (!app_passwd(bio_err, passargin, NULL, &passin, NULL))
478 BIO_printf(bio_err, "Error getting password\n");
484 ERR_print_errors(bio_err);
492 BIO_printf(bio_err,"need to specify a CAkey if using the CA command\n");
504 BIO_printf(bio_err,
508 BIO_printf(bio_err,
526 BIO_printf(bio_err,
529 ERR_print_errors(bio_err);
543 BIO_printf(bio_err,"We need a private key to sign with\n");
549 ERR_print_errors(bio_err);
569 ERR_print_errors(bio_err);
578 BIO_printf(bio_err,"The certificate request appears to corrupted\n");
579 BIO_printf(bio_err,"It does not contain a public key\n");
584 BIO_printf(bio_err,"error unpacking public key\n");
591 BIO_printf(bio_err,"Signature verification error\n");
592 ERR_print_errors(bio_err);
597 BIO_printf(bio_err,"Signature did not match the certificate request\n");
601 BIO_printf(bio_err,"Signature ok\n");
603 print_name(bio_err, "subject=", X509_REQ_get_subject_name(req), nmflag);
632 x=load_cert(bio_err,infile,informat,NULL,e,"Certificate");
637 xca=load_cert(bio_err,CAfile,CAformat,NULL,e,"CA Certificate");
649 ERR_print_errors(bio_err);
777 BIO_printf(bio_err,"Modulus=unavailable\n");
778 ERR_print_errors(bio_err);
804 BIO_printf(bio_err,"Error getting public key\n");
805 ERR_print_errors(bio_err);
891 BIO_printf(bio_err,"out of memory\n");
907 BIO_printf(bio_err,"Getting Private key\n");
910 Upkey=load_key(bio_err,
930 BIO_printf(bio_err,"Getting CA Private Key\n");
933 CApkey=load_key(bio_err,
958 BIO_printf(bio_err,"Getting request Private Key\n");
961 BIO_printf(bio_err,"no request key file specified\n");
966 pk=load_key(bio_err,
972 BIO_printf(bio_err,"Generating certificate request\n");
987 ERR_print_errors(bio_err);
1048 BIO_printf(bio_err,"bad output format specified for outfile\n");
1053 BIO_printf(bio_err,"unable to write certificate\n");
1054 ERR_print_errors(bio_err);
1060 app_RAND_write_file(NULL, bio_err);
1091 if (buf == NULL) { BIO_printf(bio_err,"out of mem\n"); goto end; }
1110 { BIO_printf(bio_err,"add_word failure\n"); goto end; }
1135 BIO_printf(bio_err,"Error initialising X509 store\n");
1152 BIO_printf(bio_err,"CA certificate and CA private key do not match\n");
1185 ERR_print_errors(bio_err);
1207 BIO_printf(bio_err,"error with certificate to be certified - should be self signed\n");
1213 print_name(bio_err, NULL, X509_get_subject_name(err_cert),0);
1214 BIO_printf(bio_err,"error with certificate - error %d at depth %d\n%s\n",
1259 ERR_print_errors(bio_err);