Lines Matching refs:BIO_printf

190 	if (i < 0 || BIO_printf(req_config.addext_bio, "%s\n", arg) < 0)  in req_opt_addext()
203 BIO_printf(bio_err, "bad -days %s, using 0: %s\n", in req_opt_days()
592 BIO_printf(bio_err, "Error getting passwords\n"); in req_main()
599 BIO_printf(bio_err, "Using configuration from %s\n", req_config.template); in req_main()
603 BIO_printf(bio_err, "error on line %ld of %s\n", errline, req_config.template); in req_main()
610 BIO_printf(bio_err, "Unable to load config info from %s\n", default_config_file); in req_main()
614 BIO_printf(bio_err, "Using configuration from %s\n", in req_main()
621 BIO_printf(bio_err, in req_main()
626 BIO_printf(bio_err, in req_main()
677 BIO_printf(bio_err, in req_main()
688 BIO_printf(bio_err, in req_main()
708 BIO_printf(bio_err, "Invalid global string mask setting %s\n", p); in req_main()
729 BIO_printf(bio_err, in req_main()
762 BIO_printf(bio_err, "private key length is too short,\n"); in req_main()
763BIO_printf(bio_err, "it needs to be at least %d bits, not %ld\n", MIN_KEY_LENGTH, req_config.newke… in req_main()
777 BIO_printf(bio_err, in req_main()
785 BIO_printf(bio_err, "Generating a %ld bit %s private key\n", in req_main()
804 BIO_printf(bio_err, "writing new private key to stdout\n"); in req_main()
807 BIO_printf(bio_err, "writing new private key to '%s'\n", req_config.keyout); in req_main()
838 BIO_printf(bio_err, "-----\n"); in req_main()
855 BIO_printf(bio_err, "bad input format specified for X509 request\n"); in req_main()
859 BIO_printf(bio_err, "unable to load X509 request\n"); in req_main()
865 BIO_printf(bio_err, "you need to specify a private key\n"); in req_main()
876 BIO_printf(bio_err, "problems making Certificate Request\n"); in req_main()
921 BIO_printf(bio_err, in req_main()
929 BIO_printf(bio_err, in req_main()
949 BIO_printf(bio_err, in req_main()
957 BIO_printf(bio_err, in req_main()
969 BIO_printf(bio_err, "Cannot modify certificate subject\n"); in req_main()
974 BIO_printf(bio_err, "Modifying Request's Subject\n"); in req_main()
978 BIO_printf(bio_err, "ERROR: cannot modify subject\n"); in req_main()
998 BIO_printf(bio_err, "verify failure\n"); in req_main()
1001 BIO_printf(bio_err, "verify OK\n"); in req_main()
1024 BIO_printf(bio_err, "Error getting public key\n"); in req_main()
1073 BIO_printf(bio_err, "bad output format specified for outfile\n"); in req_main()
1077 BIO_printf(bio_err, "unable to write X509 request\n"); in req_main()
1087 BIO_printf(bio_err, "bad output format specified for outfile\n"); in req_main()
1091 BIO_printf(bio_err, "unable to write X509 certificate\n"); in req_main()
1145 BIO_printf(bio_err, "unable to find '%s' in config\n", in make_REQ()
1151 BIO_printf(bio_err, "unable to get '%s' section\n", dn_sect); in make_REQ()
1161 BIO_printf(bio_err, "unable to get '%s' section\n", attr_sect); in make_REQ()
1228 BIO_printf(bio_err, "You are about to be asked to enter information that will be incorporated\n"); in prompt_info()
1229 BIO_printf(bio_err, "into your certificate request.\n"); in prompt_info()
1230BIO_printf(bio_err, "What you are about to enter is what is called a Distinguished Name or a DN.\n… in prompt_info()
1231 BIO_printf(bio_err, "There are quite a few fields but you can leave some blank\n"); in prompt_info()
1232 BIO_printf(bio_err, "For some fields there will be a default value,\n"); in prompt_info()
1233 BIO_printf(bio_err, "If you enter '.', the field will be left blank.\n"); in prompt_info()
1234 BIO_printf(bio_err, "-----\n"); in prompt_info()
1273 BIO_printf(bio_err, "Name '%s' too long for default\n", in prompt_info()
1283 BIO_printf(bio_err, "Name '%s' too long for value\n", in prompt_info()
1293 BIO_printf(bio_err, "Name '%s' too long for min\n", in prompt_info()
1303 BIO_printf(bio_err, "Name '%s' too long for max\n", in prompt_info()
1316 BIO_printf(bio_err, "error, no objects specified in config file\n"); in prompt_info()
1322 BIO_printf(bio_err, in prompt_info()
1324 BIO_printf(bio_err, in prompt_info()
1341 BIO_printf(bio_err, "Name '%s' too long for default\n", in prompt_info()
1352 BIO_printf(bio_err, "Name '%s' too long for value\n", in prompt_info()
1363 BIO_printf(bio_err, "Name '%s' too long for min\n", in prompt_info()
1373 BIO_printf(bio_err, "Name '%s' too long for max\n", in prompt_info()
1387 BIO_printf(bio_err, "No template, please set one up.\n"); in prompt_info()
1435 BIO_printf(bio_err, "error, no objects specified in config file\n"); in auto_info()
1458 BIO_printf(bio_err, "%s [%s]:", text, def); in add_DN_object()
1463 BIO_printf(bio_err, "%s\n", value); in add_DN_object()
1487 BIO_printf(bio_err, "weird input :-(\n"); in add_DN_object()
1511 BIO_printf(bio_err, "%s [%s]:", text, def); in add_attribute_object()
1516 BIO_printf(bio_err, "%s\n", value); in add_attribute_object()
1540 BIO_printf(bio_err, "weird input :-(\n"); in add_attribute_object()
1549 BIO_printf(bio_err, "Error adding attribute\n"); in add_attribute_object()
1562 BIO_printf(bio_err, "string is too short, it needs to be at least %d bytes long\n", n_min); in req_check_len()
1566 BIO_printf(bio_err, "string is too long, it needs to be less than %d bytes long\n", n_max); in req_check_len()
1604 BIO_printf(err, "bad algorithm %s: %s\n", gstr, errstr); in set_keygen_ctx()
1623 BIO_printf(err, "Unknown algorithm %.*s\n", len, gstr); in set_keygen_ctx()
1632 BIO_printf(err, "bad algorithm %s: %s\n", in set_keygen_ctx()
1646 BIO_printf(err, "Can't open parameter file %s\n", in set_keygen_ctx()
1664 BIO_printf(err, "Error reading parameter file %s\n", in set_keygen_ctx()
1671 BIO_printf(err, "Key Type does not match parameters\n"); in set_keygen_ctx()
1748 BIO_printf(err, "parameter error \"%s\"\n", sigopt); in do_sign_init()