Lines Matching refs:BIO_printf
148 BIO_printf(bio_err,"unknown option %s\n",*argv);
159 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
160 BIO_printf(bio_err,"where options are\n");
161 BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
162 BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
163 BIO_printf(bio_err," -in arg input file\n");
164 BIO_printf(bio_err," -out arg output file\n");
165 BIO_printf(bio_err," -certfile arg certificates file of chain to a trusted CA\n");
166 BIO_printf(bio_err," (can be used more than once)\n");
167 BIO_printf(bio_err," -nocrl no crl to load, just certs from '-certfile'\n");
200 BIO_printf(bio_err,"bad input format specified for input crl\n");
205 BIO_printf(bio_err,"unable to load CRL\n");
233 BIO_printf(bio_err, "error loading certificates\n");
265 BIO_printf(bio_err,"bad output format specified for outfile\n");
270 BIO_printf(bio_err,"unable to write pkcs7 object\n");
306 BIO_printf(bio_err,"error opening the file, %s\n",certfile);
313 BIO_printf(bio_err,"error reading the file, %s\n",certfile);