Lines Matching refs:bio_err

249         BIO_printf(bio_err, "Error allocating CMS_contentinfo\n");  in load_content_info()
263 BIO_printf(bio_err, "Bad input format for %s\n", name); in load_content_info()
267 BIO_printf(bio_err, "Error reading %s Content Info\n", name); in load_content_info()
328 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in cms_main()
522 BIO_printf(bio_err, "Invalid key (supplied twice) %s\n", in cms_main()
528 BIO_printf(bio_err, "Invalid key %s\n", opt_arg()); in cms_main()
535 BIO_printf(bio_err, "Invalid id (supplied twice) %s\n", in cms_main()
541 BIO_printf(bio_err, "Invalid id %s\n", opt_arg()); in cms_main()
551 BIO_printf(bio_err, "Invalid OID (supplied twice) %s\n", in cms_main()
557 BIO_printf(bio_err, "Invalid OID %s\n", opt_arg()); in cms_main()
606 BIO_puts(bio_err, "Illegal -inkey without -signer\n"); in cms_main()
653 BIO_printf(bio_err, "No key specified\n"); in cms_main()
721 BIO_puts(bio_err, "No Signed Receipts Recipients\n"); in cms_main()
726 BIO_puts(bio_err, "Signed receipts only allowed with -sign\n"); in cms_main()
730 BIO_puts(bio_err, "Multiple signers or keys not allowed\n"); in cms_main()
736 BIO_puts(bio_err, "Incompatible options: " in cms_main()
742 BIO_puts(bio_err, "Incompatible options: CAdES validation requires" in cms_main()
750 BIO_puts(bio_err, "Illegal -inkey without -signer\n"); in cms_main()
766 BIO_printf(bio_err, "No signer certificate specified\n"); in cms_main()
774 BIO_printf(bio_err, in cms_main()
781 BIO_printf(bio_err, "No recipient(s) certificate(s) specified\n"); in cms_main()
785 … BIO_printf(bio_err, "No operation option (-encrypt|-decrypt|-sign|-verify|...) specified.\n"); in cms_main()
790 BIO_printf(bio_err, "Error getting password\n"); in cms_main()
798 BIO_printf(bio_err, in cms_main()
804 BIO_printf(bio_err, in cms_main()
807 BIO_printf(bio_err, in cms_main()
826 BIO_printf(bio_err, "No cipher selected\n"); in cms_main()
832 BIO_printf(bio_err, "No secret key id\n"); in cms_main()
849 ERR_print_errors(bio_err); in cms_main()
857 ERR_print_errors(bio_err); in cms_main()
865 ERR_print_errors(bio_err); in cms_main()
873 ERR_print_errors(bio_err); in cms_main()
896 BIO_printf(bio_err, in cms_main()
903 BIO_printf(bio_err, in cms_main()
909 BIO_printf(bio_err, in cms_main()
927 BIO_printf(bio_err, "Can't read content file %s\n", contfile); in cms_main()
935 BIO_printf(bio_err, in cms_main()
948 BIO_printf(bio_err, "Can't open receipt file %s\n", rctfile); in cms_main()
1087 BIO_puts(bio_err, "Signed Receipt Request Creation Error\n"); in cms_main()
1146 BIO_printf(bio_err, "Error creating CMS structure\n"); in cms_main()
1159 BIO_puts(bio_err, "Error decrypting CMS using secret key\n"); in cms_main()
1166 BIO_puts(bio_err, "Error decrypting CMS using private key\n"); in cms_main()
1173 BIO_puts(bio_err, "Error decrypting CMS using password\n"); in cms_main()
1179 BIO_printf(bio_err, "Error decrypting CMS structure\n"); in cms_main()
1190 BIO_printf(bio_err, "Verification successful\n"); in cms_main()
1192 BIO_printf(bio_err, "Verification failure\n"); in cms_main()
1201 BIO_printf(bio_err, "%s Verification successful\n", in cms_main()
1204 BIO_printf(bio_err, "%s Verification failure\n", in cms_main()
1214 BIO_printf(bio_err, in cms_main()
1226 BIO_printf(bio_err, "Verification successful\n"); in cms_main()
1228 BIO_printf(bio_err, "Verification failure\n"); in cms_main()
1262 BIO_printf(bio_err, "Bad output format for CMS file\n"); in cms_main()
1273 ERR_print_errors(bio_err); in cms_main()
1359 BIO_puts(bio_err, " "); in gnames_stack_print()
1360 GENERAL_NAME_print(bio_err, gen); in gnames_stack_print()
1361 BIO_puts(bio_err, "\n"); in gnames_stack_print()
1380 BIO_printf(bio_err, "Signer %d:\n", i + 1); in receipt_request_print()
1382 BIO_puts(bio_err, " No Receipt Request\n"); in receipt_request_print()
1384 BIO_puts(bio_err, " Receipt Request Parse Error\n"); in receipt_request_print()
1385 ERR_print_errors(bio_err); in receipt_request_print()
1391 BIO_puts(bio_err, " Signed Content ID:\n"); in receipt_request_print()
1394 BIO_dump_indent(bio_err, id, idlen, 4); in receipt_request_print()
1395 BIO_puts(bio_err, " Receipts From"); in receipt_request_print()
1397 BIO_puts(bio_err, " List:\n"); in receipt_request_print()
1400 BIO_puts(bio_err, ": First Tier\n"); in receipt_request_print()
1402 BIO_puts(bio_err, ": All\n"); in receipt_request_print()
1404 BIO_printf(bio_err, " Unknown (%d)\n", allorfirst); in receipt_request_print()
1406 BIO_puts(bio_err, " Receipts To:\n"); in receipt_request_print()
1485 BIO_printf(bio_err, "parameter error \"%s\"\n", keyopt); in cms_set_pkey_param()
1486 ERR_print_errors(bio_err); in cms_set_pkey_param()