Lines Matching refs:bio_err
252 BIO_printf(bio_err, "Error allocating CMS_contentinfo\n"); in load_content_info()
266 BIO_printf(bio_err, "Bad input format for %s\n", name); in load_content_info()
270 BIO_printf(bio_err, "Error reading %s Content Info\n", name); in load_content_info()
331 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in cms_main()
525 BIO_printf(bio_err, "Invalid key (supplied twice) %s\n", in cms_main()
531 BIO_printf(bio_err, "Invalid key %s\n", opt_arg()); in cms_main()
538 BIO_printf(bio_err, "Invalid id (supplied twice) %s\n", in cms_main()
544 BIO_printf(bio_err, "Invalid id %s\n", opt_arg()); in cms_main()
554 BIO_printf(bio_err, "Invalid OID (supplied twice) %s\n", in cms_main()
560 BIO_printf(bio_err, "Invalid OID %s\n", opt_arg()); in cms_main()
609 BIO_puts(bio_err, "Illegal -inkey without -signer\n"); in cms_main()
656 BIO_printf(bio_err, "No key specified\n"); in cms_main()
724 BIO_puts(bio_err, "No Signed Receipts Recipients\n"); in cms_main()
729 BIO_puts(bio_err, "Signed receipts only allowed with -sign\n"); in cms_main()
733 BIO_puts(bio_err, "Multiple signers or keys not allowed\n"); in cms_main()
739 BIO_puts(bio_err, "Incompatible options: " in cms_main()
745 BIO_puts(bio_err, "Incompatible options: CAdES validation requires" in cms_main()
753 BIO_puts(bio_err, "Illegal -inkey without -signer\n"); in cms_main()
769 BIO_printf(bio_err, "No signer certificate specified\n"); in cms_main()
777 BIO_printf(bio_err, in cms_main()
784 BIO_printf(bio_err, "No recipient(s) certificate(s) specified\n"); in cms_main()
788 … BIO_printf(bio_err, "No operation option (-encrypt|-decrypt|-sign|-verify|...) specified.\n"); in cms_main()
793 BIO_printf(bio_err, "Error getting password\n"); in cms_main()
801 BIO_printf(bio_err, in cms_main()
807 BIO_printf(bio_err, in cms_main()
810 BIO_printf(bio_err, in cms_main()
828 BIO_printf(bio_err, "No secret key id\n"); in cms_main()
845 ERR_print_errors(bio_err); in cms_main()
853 ERR_print_errors(bio_err); in cms_main()
861 ERR_print_errors(bio_err); in cms_main()
869 ERR_print_errors(bio_err); in cms_main()
892 BIO_printf(bio_err, in cms_main()
899 BIO_printf(bio_err, in cms_main()
905 BIO_printf(bio_err, in cms_main()
923 BIO_printf(bio_err, "Can't read content file %s\n", contfile); in cms_main()
931 BIO_printf(bio_err, in cms_main()
944 BIO_printf(bio_err, "Can't open receipt file %s\n", rctfile); in cms_main()
1083 BIO_puts(bio_err, "Signed Receipt Request Creation Error\n"); in cms_main()
1142 BIO_printf(bio_err, "Error creating CMS structure\n"); in cms_main()
1155 BIO_puts(bio_err, "Error decrypting CMS using secret key\n"); in cms_main()
1162 BIO_puts(bio_err, "Error decrypting CMS using private key\n"); in cms_main()
1169 BIO_puts(bio_err, "Error decrypting CMS using password\n"); in cms_main()
1175 BIO_printf(bio_err, "Error decrypting CMS structure\n"); in cms_main()
1186 BIO_printf(bio_err, "Verification successful\n"); in cms_main()
1188 BIO_printf(bio_err, "Verification failure\n"); in cms_main()
1197 BIO_printf(bio_err, "%s Verification successful\n", in cms_main()
1200 BIO_printf(bio_err, "%s Verification failure\n", in cms_main()
1210 BIO_printf(bio_err, in cms_main()
1222 BIO_printf(bio_err, "Verification successful\n"); in cms_main()
1224 BIO_printf(bio_err, "Verification failure\n"); in cms_main()
1258 BIO_printf(bio_err, "Bad output format for CMS file\n"); in cms_main()
1269 ERR_print_errors(bio_err); in cms_main()
1355 BIO_puts(bio_err, " "); in gnames_stack_print()
1356 GENERAL_NAME_print(bio_err, gen); in gnames_stack_print()
1357 BIO_puts(bio_err, "\n"); in gnames_stack_print()
1376 BIO_printf(bio_err, "Signer %d:\n", i + 1); in receipt_request_print()
1378 BIO_puts(bio_err, " No Receipt Request\n"); in receipt_request_print()
1380 BIO_puts(bio_err, " Receipt Request Parse Error\n"); in receipt_request_print()
1381 ERR_print_errors(bio_err); in receipt_request_print()
1387 BIO_puts(bio_err, " Signed Content ID:\n"); in receipt_request_print()
1390 BIO_dump_indent(bio_err, id, idlen, 4); in receipt_request_print()
1391 BIO_puts(bio_err, " Receipts From"); in receipt_request_print()
1393 BIO_puts(bio_err, " List:\n"); in receipt_request_print()
1396 BIO_puts(bio_err, ": First Tier\n"); in receipt_request_print()
1398 BIO_puts(bio_err, ": All\n"); in receipt_request_print()
1400 BIO_printf(bio_err, " Unknown (%d)\n", allorfirst); in receipt_request_print()
1402 BIO_puts(bio_err, " Receipts To:\n"); in receipt_request_print()
1481 BIO_printf(bio_err, "parameter error \"%s\"\n", keyopt); in cms_set_pkey_param()
1482 ERR_print_errors(bio_err); in cms_set_pkey_param()