Home | History | Annotate | Download | only in apps

Lines Matching full:bio_err

106 	if (bio_err == NULL)
107 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
108 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
110 if (!load_config(bio_err, NULL))
118 BIO_printf(bio_err,"Memory allocation failure\n");
186 BIO_printf(bio_err,"unknown option %s\n",*argv);
197 BIO_printf(bio_err,"%s [options] <infile\n",prog);
198 BIO_printf(bio_err,"where options are\n");
199 BIO_printf(bio_err," -inform arg input format - one of DER PEM\n");
200 BIO_printf(bio_err," -in arg input file\n");
201 BIO_printf(bio_err," -out arg output file (output format is always DER\n");
202 BIO_printf(bio_err," -noout arg don't produce any output\n");
203 BIO_printf(bio_err," -offset arg offset into file\n");
204 BIO_printf(bio_err," -length arg length of section in file\n");
205 BIO_printf(bio_err," -i indent entries\n");
206 BIO_printf(bio_err," -dump dump unknown data in hex form\n");
207 BIO_printf(bio_err," -dlimit arg dump the first arg bytes of unknown data in hex form\n");
208 BIO_printf(bio_err," -oid file file of extra oid definitions\n");
209 BIO_printf(bio_err," -strparse offset\n");
210 BIO_printf(bio_err," a series of these can be used to 'dig' into multiple\n");
211 BIO_printf(bio_err," ASN1 blob wrappings\n");
212 BIO_printf(bio_err," -genstr str string to generate ASN1 structure from\n");
213 BIO_printf(bio_err," -genconf file file to generate ASN1 structure from\n");
223 ERR_print_errors(bio_err);
238 BIO_printf(bio_err,"problems opening %s\n",oidfile);
239 ERR_print_errors(bio_err);
258 BIO_printf(bio_err,"problems opening %s\n",derfile);
259 ERR_print_errors(bio_err);
269 num = do_generate(bio_err, genstr, genconf, buf);
272 ERR_print_errors(bio_err);
316 BIO_printf(bio_err,"'%s' is an invalid number\n",sk_OPENSSL_STRING_value(osk,i));
327 BIO_printf(bio_err,"Error parsing structure\n");
328 ERR_print_errors(bio_err);
335 BIO_printf(bio_err, "Can't parse %s type\n",
337 ERR_print_errors(bio_err);
350 BIO_printf(bio_err, "Error: offset too large\n");
359 BIO_printf(bio_err, "Error writing output\n");
360 ERR_print_errors(bio_err);
368 ERR_print_errors(bio_err);
378 ERR_print_errors(bio_err);