Lines Matching refs:bio_err
248 BIO_printf(bio_err, "Error allocating CMS_contentinfo\n"); in load_content_info()
262 BIO_printf(bio_err, "Bad input format for %s\n", name); in load_content_info()
266 BIO_printf(bio_err, "Error reading %s Content Info\n", name); in load_content_info()
323 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in cms_main()
516 BIO_printf(bio_err, "Invalid key (supplied twice) %s\n", in cms_main()
522 BIO_printf(bio_err, "Invalid key %s\n", opt_arg()); in cms_main()
529 BIO_printf(bio_err, "Invalid id (supplied twice) %s\n", in cms_main()
535 BIO_printf(bio_err, "Invalid id %s\n", opt_arg()); in cms_main()
545 BIO_printf(bio_err, "Invalid OID (supplied twice) %s\n", in cms_main()
551 BIO_printf(bio_err, "Invalid OID %s\n", opt_arg()); in cms_main()
602 BIO_puts(bio_err, "Illegal -inkey without -signer\n"); in cms_main()
651 BIO_printf(bio_err, "No key specified\n"); in cms_main()
722 BIO_puts(bio_err, "No Signed Receipts Recipients\n"); in cms_main()
727 BIO_puts(bio_err, "Signed receipts only allowed with -sign\n"); in cms_main()
731 BIO_puts(bio_err, "Multiple signers or keys not allowed\n"); in cms_main()
737 BIO_puts(bio_err, "Incompatible options: " in cms_main()
743 BIO_puts(bio_err, "Incompatible options: CAdES validation requires" in cms_main()
751 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()
829 BIO_printf(bio_err, "No cipher selected\n"); in cms_main()
835 BIO_printf(bio_err, "No secret key id\n"); in cms_main()
852 ERR_print_errors(bio_err); in cms_main()
860 ERR_print_errors(bio_err); in cms_main()
868 ERR_print_errors(bio_err); in cms_main()
876 ERR_print_errors(bio_err); in cms_main()
909 BIO_printf(bio_err, "Can't read content file %s\n", contfile); in cms_main()
917 BIO_printf(bio_err, in cms_main()
930 BIO_printf(bio_err, "Can't open receipt file %s\n", rctfile); in cms_main()
1030 BIO_printf(bio_err, "Cannot use originator for encryption\n"); in cms_main()
1075 BIO_puts(bio_err, "Signed Receipt Request Creation Error\n"); in cms_main()
1129 BIO_printf(bio_err, "Error creating CMS structure\n"); in cms_main()
1142 BIO_puts(bio_err, "Error decrypting CMS using secret key\n"); in cms_main()
1149 BIO_puts(bio_err, "Error decrypting CMS using private key\n"); in cms_main()
1156 BIO_puts(bio_err, "Error decrypting CMS using password\n"); in cms_main()
1162 BIO_printf(bio_err, "Error decrypting CMS structure\n"); in cms_main()
1173 BIO_printf(bio_err, "Verification successful\n"); in cms_main()
1175 BIO_printf(bio_err, "Verification failure\n"); in cms_main()
1184 BIO_printf(bio_err, "%s Verification successful\n", in cms_main()
1187 BIO_printf(bio_err, "%s Verification failure\n", in cms_main()
1197 BIO_printf(bio_err, in cms_main()
1209 BIO_printf(bio_err, "Verification successful\n"); in cms_main()
1211 BIO_printf(bio_err, "Verification failure\n"); in cms_main()
1245 BIO_printf(bio_err, "Bad output format for CMS file\n"); in cms_main()
1256 ERR_print_errors(bio_err); in cms_main()
1342 BIO_puts(bio_err, " "); in gnames_stack_print()
1343 GENERAL_NAME_print(bio_err, gen); in gnames_stack_print()
1344 BIO_puts(bio_err, "\n"); in gnames_stack_print()
1363 BIO_printf(bio_err, "Signer %d:\n", i + 1); in receipt_request_print()
1365 BIO_puts(bio_err, " No Receipt Request\n"); in receipt_request_print()
1367 BIO_puts(bio_err, " Receipt Request Parse Error\n"); in receipt_request_print()
1368 ERR_print_errors(bio_err); in receipt_request_print()
1374 BIO_puts(bio_err, " Signed Content ID:\n"); in receipt_request_print()
1377 BIO_dump_indent(bio_err, id, idlen, 4); in receipt_request_print()
1378 BIO_puts(bio_err, " Receipts From"); in receipt_request_print()
1380 BIO_puts(bio_err, " List:\n"); in receipt_request_print()
1383 BIO_puts(bio_err, ": First Tier\n"); in receipt_request_print()
1385 BIO_puts(bio_err, ": All\n"); in receipt_request_print()
1387 BIO_printf(bio_err, " Unknown (%d)\n", allorfirst); in receipt_request_print()
1389 BIO_puts(bio_err, " Receipts To:\n"); in receipt_request_print()
1468 BIO_printf(bio_err, "parameter error \"%s\"\n", keyopt); in cms_set_pkey_param()
1469 ERR_print_errors(bio_err); in cms_set_pkey_param()