Lines Matching refs:bio_err

317             BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);  in ca_main()
544 BIO_printf(bio_err, "Invalid global string mask setting %s\n", f); in ca_main()
568 … BIO_printf(bio_err, "Problem with index file: %s (could not load/parse file)\n", dbfile); in ca_main()
576 BIO_printf(bio_err, "Error verifying serial %s!\n", ser_status); in ca_main()
590 BIO_printf(bio_err, "Error getting password\n"); in ca_main()
612 BIO_printf(bio_err, in ca_main()
630 BIO_printf(bio_err, "Invalid name options: \"%s\"\n", f); in ca_main()
639 BIO_printf(bio_err, "Invalid certificate options: \"%s\"\n", f); in ca_main()
648 BIO_printf(bio_err, "Invalid extension copy option: \"%s\"\n", f); in ca_main()
659 BIO_printf(bio_err, in ca_main()
672 BIO_printf(bio_err, "%s: %s is not a directory\n", prog, outdir); in ca_main()
687 BIO_printf(bio_err, "Problem with index file: %s (could not load/parse file)\n", dbfile); in ca_main()
695 BIO_printf(bio_err, in ca_main()
702 BIO_printf(bio_err, " in entry %d\n", i + 1); in ca_main()
706 BIO_printf(bio_err, "entry %d: invalid expiry date\n", i + 1); in ca_main()
716 BIO_printf(bio_err, "entry %d: bad serial number length (%d)\n", in ca_main()
722 BIO_printf(bio_err, in ca_main()
731 BIO_printf(bio_err, "%d entries loaded from the database\n", in ca_main()
733 BIO_printf(bio_err, "generating index\n"); in ca_main()
743 BIO_printf(bio_err, "Updating %s ...\n", dbfile); in ca_main()
747 BIO_printf(bio_err, "Malloc failure\n"); in ca_main()
751 BIO_printf(bio_err, "No entries found to mark expired\n"); in ca_main()
760 BIO_printf(bio_err, "Done. %d entries marked as expired\n", i); in ca_main()
773 BIO_printf(bio_err, "Successfully loaded extensions file %s\n", in ca_main()
812 BIO_puts(bio_err, "no default digest\n"); in ca_main()
829 BIO_printf(bio_err, "message digest is %s\n", dgst); in ca_main()
835 BIO_printf(bio_err, "policy is %s\n", policy); in ca_main()
852 BIO_printf(bio_err, in ca_main()
872 BIO_printf(bio_err, in ca_main()
891 BIO_printf(bio_err, "cannot lookup how many days to certify for\n"); in ca_main()
895 BIO_printf(bio_err, in ca_main()
900 BIO_printf(bio_err, "error generating serial number\n"); in ca_main()
906 BIO_printf(bio_err, "error while loading serial number\n"); in ca_main()
911 BIO_printf(bio_err, "next serial number is 00\n"); in ca_main()
915 BIO_printf(bio_err, "next serial number is %s\n", f); in ca_main()
922 BIO_printf(bio_err, "unable to find 'section' for %s\n", policy); in ca_main()
927 BIO_printf(bio_err, "Memory allocation failure\n"); in ca_main()
941 BIO_printf(bio_err, "\n"); in ca_main()
945 BIO_printf(bio_err, "Memory allocation failure\n"); in ca_main()
962 BIO_printf(bio_err, "\n"); in ca_main()
966 BIO_printf(bio_err, "Memory allocation failure\n"); in ca_main()
982 BIO_printf(bio_err, "\n"); in ca_main()
986 BIO_printf(bio_err, "Memory allocation failure\n"); in ca_main()
1003 BIO_printf(bio_err, "\n"); in ca_main()
1009 BIO_printf(bio_err, "Memory allocation failure\n"); in ca_main()
1022 BIO_printf(bio_err, in ca_main()
1025 (void)BIO_flush(bio_err); in ca_main()
1028 BIO_printf(bio_err, "CERTIFICATION CANCELED: I/O error\n"); in ca_main()
1033 BIO_printf(bio_err, "CERTIFICATION CANCELED\n"); in ca_main()
1039 BIO_printf(bio_err, "Write out database with %d new entries\n", in ca_main()
1056 BIO_printf(bio_err, "writing new certificates\n"); in ca_main()
1068 BIO_printf(bio_err, "certificate file name too long\n"); in ca_main()
1089 BIO_printf(bio_err, "writing %s\n", new_cert); in ca_main()
1117 BIO_printf(bio_err, "Database updated\n"); in ca_main()
1134 BIO_printf(bio_err, in ca_main()
1145 BIO_printf(bio_err, "error while loading CRL number\n"); in ca_main()
1160 BIO_printf(bio_err, in ca_main()
1166 BIO_printf(bio_err, "making CRL\n"); in ca_main()
1173 BIO_puts(bio_err, "error setting CRL lastUpdate\n"); in ca_main()
1180 BIO_puts(bio_err, "error setting CRL nextUpdate\n"); in ca_main()
1215 BIO_printf(bio_err, "signing CRL\n"); in ca_main()
1227 BIO_printf(bio_err, in ca_main()
1274 BIO_printf(bio_err, "no input files\n"); in ca_main()
1296 BIO_printf(bio_err, "Database updated\n"); in ca_main()
1303 ERR_print_errors(bio_err); in ca_main()
1330 BIO_printf(bio_err, "variable lookup failed for %s::%s\n", section, tag); in lookup_conf()
1355 BIO_printf(bio_err, "Error unpacking public key\n"); in certify()
1359 X509_REQ_print_ex(bio_err, req, nameopt, X509_FLAG_COMPAT); in certify()
1361 BIO_printf(bio_err, "Check that the request matches the signature\n"); in certify()
1365 BIO_printf(bio_err, in certify()
1371 BIO_printf(bio_err, "Signature verification problems...\n"); in certify()
1375 BIO_printf(bio_err, in certify()
1379 BIO_printf(bio_err, "Signature ok\n"); in certify()
1387 ERR_print_errors(bio_err); in certify()
1413 X509_print(bio_err, template_cert); in certify_cert()
1415 BIO_printf(bio_err, "Check that the request matches the signature\n"); in certify_cert()
1418 BIO_printf(bio_err, "error unpacking public key\n"); in certify_cert()
1424 BIO_printf(bio_err, "Signature verification problems....\n"); in certify_cert()
1429 BIO_printf(bio_err, "Signature did not match the certificate\n"); in certify_cert()
1432 BIO_printf(bio_err, "Signature ok\n"); in certify_cert()
1488 BIO_printf(bio_err, "The Subject's Distinguished Name is as follows\n"); in do_body()
1517 BIO_printf(bio_err, in do_body()
1526 BIO_printf(bio_err, in do_body()
1538 BIO_printf(bio_err, "Memory allocation failure\n"); in do_body()
1554 BIO_printf(bio_err, in do_body()
1582 BIO_printf(bio_err, in do_body()
1593 BIO_printf(bio_err, in do_body()
1604 BIO_printf(bio_err, in do_body()
1618 BIO_printf(bio_err, in do_body()
1627 BIO_printf(bio_err, in do_body()
1635 BIO_printf(bio_err, "Memory allocation failure\n"); in do_body()
1654 BIO_printf(bio_err, in do_body()
1698 BIO_printf(bio_err, in do_body()
1706 BIO_printf(bio_err, "Extra configuration file found\n"); in do_body()
1713 BIO_printf(bio_err, in do_body()
1719 BIO_printf(bio_err, in do_body()
1726 BIO_printf(bio_err, in do_body()
1733 BIO_printf(bio_err, in do_body()
1741 BIO_printf(bio_err, "ERROR: adding extensions from request\n"); in do_body()
1746 BIO_printf(bio_err, in do_body()
1759 BIO_printf(bio_err, "Memory allocation failure\n"); in do_body()
1779 BIO_printf(bio_err, "Memory allocation failure\n"); in do_body()
1788 BIO_printf(bio_err, "Memory allocation failure\n"); in do_body()
1801 BIO_printf(bio_err, "Memory allocation failure\n"); in do_body()
1811 BIO_printf(bio_err, in do_body()
1819 BIO_printf(bio_err, in do_body()
1822 BIO_printf(bio_err, in do_body()
1828 BIO_printf(bio_err, "The matching entry has the following details\n"); in do_body()
1837 BIO_printf(bio_err, "Type :%s\n", p); in do_body()
1842 BIO_printf(bio_err, "Was revoked on:%s\n", p); in do_body()
1847 BIO_printf(bio_err, "Expires on :%s\n", p); in do_body()
1851 BIO_printf(bio_err, "Serial Number :%s\n", p); in do_body()
1855 BIO_printf(bio_err, "File name :%s\n", p); in do_body()
1859 BIO_printf(bio_err, "Subject Name :%s\n", p); in do_body()
1865 BIO_printf(bio_err, "Certificate Details:\n"); in do_body()
1870 X509_print_ex(bio_err, ret, nameopt, certopt); in do_body()
1873 BIO_printf(bio_err, "Certificate is to be certified until "); in do_body()
1874 ASN1_TIME_print_ex(bio_err, X509_get0_notAfter(ret), dateopt); in do_body()
1876 BIO_printf(bio_err, " (%ld days)", days); in do_body()
1877 BIO_printf(bio_err, "\n"); in do_body()
1881 BIO_printf(bio_err, "Sign the certificate? [y/n]:"); in do_body()
1882 (void)BIO_flush(bio_err); in do_body()
1885 BIO_printf(bio_err, in do_body()
1891 BIO_printf(bio_err, "CERTIFICATE WILL NOT BE CERTIFIED\n"); in do_body()
1915 BIO_printf(bio_err, "Memory allocation failure\n"); in do_body()
1925 BIO_printf(bio_err, "failed to update database\n"); in do_body()
1926 BIO_printf(bio_err, "TXT_DB error number %ld\n", db->db->error); in do_body()
1989 BIO_printf(bio_err, "error on line %ld of %s\n", errline, infile); in certify_spkac()
1995 BIO_printf(bio_err, "no name/value pairs found in %s\n", infile); in certify_spkac()
2037 BIO_printf(bio_err, in certify_spkac()
2050 BIO_printf(bio_err, "Netscape SPKAC structure not found in %s\n", in certify_spkac()
2059 BIO_printf(bio_err, "Check that the SPKAC request matches the signature\n"); in certify_spkac()
2062 BIO_printf(bio_err, "error unpacking SPKAC public key\n"); in certify_spkac()
2069 BIO_printf(bio_err, in certify_spkac()
2073 BIO_printf(bio_err, "Signature ok\n"); in certify_spkac()
2121 BIO_printf(bio_err, "Memory allocation failure\n"); in do_revoke()
2130 BIO_printf(bio_err, in do_revoke()
2144 BIO_printf(bio_err, "Memory allocation failure\n"); in do_revoke()
2154 BIO_printf(bio_err, "failed to update database\n"); in do_revoke()
2155 BIO_printf(bio_err, "TXT_DB error number %ld\n", db->db->error); in do_revoke()
2173 BIO_printf(bio_err, "ERROR:name does not match %s\n", row[DB_name]); in do_revoke()
2176 BIO_printf(bio_err, "ERROR:Already present, serial number %s\n", in do_revoke()
2180 BIO_printf(bio_err, "ERROR:Already revoked, serial number %s\n", in do_revoke()
2184 BIO_printf(bio_err, "Revoking Certificate %s.\n", rrow[DB_serial]); in do_revoke()
2187 BIO_printf(bio_err, "Error in revocation arguments\n"); in do_revoke()
2237 BIO_printf(bio_err, "Serial %s not present in db.\n", row[DB_serial]); in get_certificate_status()
2241 BIO_printf(bio_err, "%s=Valid (%c)\n", in get_certificate_status()
2245 BIO_printf(bio_err, "%s=Revoked (%c)\n", in get_certificate_status()
2249 BIO_printf(bio_err, "%s=Expired (%c)\n", in get_certificate_status()
2253 BIO_printf(bio_err, "%s=Suspended (%c)\n", in get_certificate_status()
2257 BIO_printf(bio_err, "%s=Unknown (%c).\n", in get_certificate_status()
2308 BIO_printf(bio_err, "%s=Expired\n", rrow[DB_serial]); in do_updatedb()
2364 BIO_printf(bio_err, "Unknown CRL reason %s\n", rev_arg); in make_revocation_str()
2375 BIO_printf(bio_err, "Invalid object identifier %s\n", rev_arg); in make_revocation_str()
2387 BIO_printf(bio_err, in make_revocation_str()
2495 j = i2a_ASN1_OBJECT(bio_err, obj); in old_entry_print()
2501 BIO_puts(bio_err, buf); in old_entry_print()
2504 BIO_printf(bio_err, "PRINTABLE:'"); in old_entry_print()
2506 BIO_printf(bio_err, "T61STRING:'"); in old_entry_print()
2508 BIO_printf(bio_err, "IA5STRING:'"); in old_entry_print()
2510 BIO_printf(bio_err, "UNIVERSALSTRING:'"); in old_entry_print()
2512 BIO_printf(bio_err, "ASN.1 %2d:'", str->type); in old_entry_print()
2517 BIO_printf(bio_err, "%c", *p); in old_entry_print()
2519 BIO_printf(bio_err, "\\0x%02X", *p); in old_entry_print()
2521 BIO_printf(bio_err, "^?"); in old_entry_print()
2523 BIO_printf(bio_err, "^%c", *p + '@'); in old_entry_print()
2526 BIO_printf(bio_err, "'\n"); in old_entry_print()
2543 BIO_printf(bio_err, "memory allocation failure\n"); in unpack_revinfo()
2565 BIO_printf(bio_err, "memory allocation failure\n"); in unpack_revinfo()
2569 BIO_printf(bio_err, "invalid revocation date %s\n", rtime_str); in unpack_revinfo()
2581 BIO_printf(bio_err, "invalid reason code %s\n", reason_str); in unpack_revinfo()
2589 BIO_printf(bio_err, "missing hold instruction\n"); in unpack_revinfo()
2596 BIO_printf(bio_err, "invalid object identifier %s\n", arg_str); in unpack_revinfo()
2605 BIO_printf(bio_err, "missing compromised time\n"); in unpack_revinfo()
2610 BIO_printf(bio_err, "memory allocation failure\n"); in unpack_revinfo()
2614 BIO_printf(bio_err, "invalid compromised time %s\n", arg_str); in unpack_revinfo()