• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/

Lines Matching refs:bio_err

342     if (bio_err == NULL)
343 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
344 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
529 BIO_printf(bio_err, "unknown option %s\n", *argv);
541 BIO_printf(bio_err, "%s", *pp2);
561 BIO_printf(bio_err, "Out of memory\n");
569 BIO_printf(bio_err, "Out of memory\n");
579 BIO_printf(bio_err, "Using configuration from %s\n", configfile);
583 BIO_printf(bio_err, "error loading the config file '%s'\n",
586 BIO_printf(bio_err, "error on line %ld of config file '%s'\n",
595 if (!load_config(bio_err, conf))
599 e = setup_engine(bio_err, engine, 0);
621 BIO_printf(bio_err,"problems opening %s for extra oid's\n",p);
622 ERR_print_errors(bio_err);
630 if (!add_oid_section(bio_err, conf)) {
631 ERR_print_errors(bio_err);
639 app_RAND_load_file(randfile, bio_err, 0);
646 BIO_printf(bio_err, "Invalid global string mask setting %s\n", f);
662 BIO_printf(bio_err, "DEBUG: unique_subject = \"%s\"\n", p);
669 BIO_printf(bio_err, "DEBUG: unique_subject undefined\n");
672 BIO_printf(bio_err, "DEBUG: configured unique_subject is %d\n",
681 ERR_print_errors(bio_err);
700 BIO_printf(bio_err, "Error verifying serial %s!\n", ser_status);
716 if (!app_passwd(bio_err, passargin, NULL, &key, NULL)) {
717 BIO_printf(bio_err, "Error getting password\n");
721 pkey = load_key(bio_err, keyfile, keyform, 0, key, e, "CA private key");
739 x509 = load_cert(bio_err, certfile, FORMAT_PEM, NULL, e,
745 BIO_printf(bio_err,
768 BIO_printf(bio_err, "Invalid name options: \"%s\"\n", f);
779 BIO_printf(bio_err, "Invalid certificate options: \"%s\"\n", f);
790 BIO_printf(bio_err, "Invalid extension copy option: \"%s\"\n", f);
802 BIO_printf(bio_err,
823 BIO_printf(bio_err, "I am unable to access the %s directory\n",
830 BIO_printf(bio_err, "%s need to be a directory\n", outdir);
851 BIO_printf(bio_err,
858 BIO_printf(bio_err, " in entry %d\n", i + 1);
862 BIO_printf(bio_err, "entry %d: invalid expiry date\n", i + 1);
872 BIO_printf(bio_err, "entry %d: bad serial number length (%d)\n",
880 BIO_printf(bio_err,
897 BIO_printf(bio_err, "%d entries loaded from the database\n",
899 BIO_printf(bio_err, "generating index\n");
909 BIO_printf(bio_err, "Updating %s ...\n", dbfile);
913 BIO_printf(bio_err, "Malloc failure\n");
917 BIO_printf(bio_err, "No entries found to mark expired\n");
926 BIO_printf(bio_err,
937 BIO_printf(bio_err, "ERROR: loading the config file '%s'\n",
940 BIO_printf(bio_err,
948 BIO_printf(bio_err, "Successfully loaded extensions file %s\n",
986 BIO_puts(bio_err, "no default digest\n");
993 BIO_printf(bio_err, "%s is an unsupported message digest type\n", md);
1006 BIO_printf(bio_err, "message digest is %s\n",
1016 BIO_printf(bio_err, "policy is %s\n", policy);
1040 BIO_printf(bio_err,
1056 BIO_printf(bio_err,
1069 BIO_printf(bio_err,
1079 BIO_printf(bio_err,
1085 BIO_printf(bio_err, "error while loading serial number\n");
1090 BIO_printf(bio_err, "next serial number is 00\n");
1094 BIO_printf(bio_err, "next serial number is %s\n", f);
1100 BIO_printf(bio_err, "unable to find 'section' for %s\n", policy);
1105 BIO_printf(bio_err, "Memory allocation failure\n");
1119 BIO_printf(bio_err, "\n");
1123 BIO_printf(bio_err, "Memory allocation failure\n");
1144 BIO_printf(bio_err, "\n");
1148 BIO_printf(bio_err, "Memory allocation failure\n");
1163 BIO_printf(bio_err, "\n");
1167 BIO_printf(bio_err, "Memory allocation failure\n");
1182 BIO_printf(bio_err, "\n");
1186 BIO_printf(bio_err, "Memory allocation failure\n");
1198 BIO_printf(bio_err,
1201 (void)BIO_flush(bio_err);
1204 BIO_printf(bio_err,
1210 BIO_printf(bio_err, "CERTIFICATION CANCELED\n");
1216 BIO_printf(bio_err, "Write out database with %d new entries\n",
1227 BIO_printf(bio_err, "writing new certificates\n");
1238 BIO_printf(bio_err, "certificate file name too long\n");
1268 BIO_printf(bio_err, "writing %s\n", buf[2]);
1286 BIO_printf(bio_err, "Data Base Updated\n");
1304 BIO_printf(bio_err,
1315 BIO_printf(bio_err, "error while loading CRL number\n");
1329 BIO_printf(bio_err,
1335 BIO_printf(bio_err, "making CRL\n");
1348 BIO_puts(bio_err, "error setting CRL nextUpdate\n");
1385 BIO_printf(bio_err, "signing CRL\n");
1423 if (!do_X509_CRL_sign(bio_err, crl, pkey, dgst, sigopts))
1436 BIO_printf(bio_err, "no input files\n");
1440 revcert = load_cert(bio_err, infile, FORMAT_PEM, NULL, e, infile);
1456 BIO_printf(bio_err, "Data Base Updated\n");
1473 ERR_print_errors(bio_err);
1474 app_RAND_write_file(randfile, bio_err);
1495 BIO_printf(bio_err, "variable lookup failed for %s::%s\n", name, tag);
1519 BIO_printf(bio_err, "Error reading certificate request in %s\n",
1524 X509_REQ_print(bio_err, req);
1526 BIO_printf(bio_err, "Check that the request matches the signature\n");
1529 BIO_printf(bio_err,
1535 BIO_printf(bio_err, "error unpacking public key\n");
1542 BIO_printf(bio_err, "Signature verification problems....\n");
1543 ERR_print_errors(bio_err);
1548 BIO_printf(bio_err,
1550 ERR_print_errors(bio_err);
1553 BIO_printf(bio_err, "Signature ok\n");
1584 load_cert(bio_err, infile, FORMAT_PEM, NULL, e, infile)) == NULL)
1587 X509_print(bio_err, req);
1589 BIO_printf(bio_err, "Check that the request matches the signature\n");
1592 BIO_printf(bio_err, "error unpacking public key\n");
1599 BIO_printf(bio_err, "Signature verification problems....\n");
1604 BIO_printf(bio_err, "Signature did not match the certificate\n");
1607 BIO_printf(bio_err, "Signature ok\n");
1654 BIO_printf(bio_err, "malloc error\n");
1665 ERR_print_errors(bio_err);
1674 BIO_printf(bio_err,
1706 BIO_printf(bio_err,
1717 BIO_printf(bio_err,
1724 old_entry_print(bio_err, obj, str);
1729 BIO_printf(bio_err, "Memory allocation failure\n");
1745 BIO_printf(bio_err,
1772 BIO_printf(bio_err,
1782 BIO_printf(bio_err,
1793 BIO_printf(bio_err,
1807 BIO_printf(bio_err,
1815 BIO_printf(bio_err,
1825 BIO_printf(bio_err, "Memory allocation failure\n");
1843 BIO_printf(bio_err,
1861 BIO_printf(bio_err, "Memory allocation failure\n");
1878 BIO_printf(bio_err, "Memory allocation failure\n");
1887 BIO_printf(bio_err,
1895 BIO_printf(bio_err,
1898 BIO_printf(bio_err,
1904 BIO_printf(bio_err, "The matching entry has the following details\n");
1913 BIO_printf(bio_err, "Type :%s\n", p);;
1918 BIO_printf(bio_err, "Was revoked on:%s\n", p);
1923 BIO_printf(bio_err, "Expires on :%s\n", p);
1927 BIO_printf(bio_err, "Serial Number :%s\n", p);
1931 BIO_printf(bio_err, "File name :%s\n", p);
1935 BIO_printf(bio_err, "Subject Name :%s\n", p);
1942 BIO_printf(bio_err,
2012 BIO_printf(bio_err, "Extra configuration file found\n");
2022 BIO_printf(bio_err,
2025 ERR_print_errors(bio_err);
2029 BIO_printf(bio_err,
2036 BIO_printf(bio_err,
2039 ERR_print_errors(bio_err);
2044 BIO_printf(bio_err,
2052 BIO_printf(bio_err, "ERROR: adding extensions from request\n");
2053 ERR_print_errors(bio_err);
2064 BIO_printf(bio_err, "Certificate Details:\n");
2069 X509_print_ex(bio_err, ret, nameopt, certopt);
2072 BIO_printf(bio_err, "Certificate is to be certified until ");
2073 ASN1_TIME_print(bio_err, X509_get_notAfter(ret));
2075 BIO_printf(bio_err, " (%ld days)", days);
2076 BIO_printf(bio_err, "\n");
2080 BIO_printf(bio_err, "Sign the certificate? [y/n]:");
2081 (void)BIO_flush(bio_err);
2084 BIO_printf(bio_err,
2090 BIO_printf(bio_err, "CERTIFICATE WILL NOT BE CERTIFIED\n");
2102 if (!do_X509_sign(bio_err, ret, pkey, dgst, sigopts))
2121 BIO_printf(bio_err, "Memory allocation failure\n");
2130 BIO_printf(bio_err, "Memory allocation failure\n");
2141 BIO_printf(bio_err, "failed to update database\n");
2142 BIO_printf(bio_err, "TXT_DB error number %ld\n", db->db->error);
2224 BIO_printf(bio_err, "error on line %ld of %s\n", errline, infile);
2225 ERR_print_errors(bio_err);
2231 BIO_printf(bio_err, "no name/value pairs found in %s\n", infile);
2245 ERR_print_errors(bio_err);
2277 BIO_printf(bio_err,
2279 ERR_print_errors(bio_err);
2291 BIO_printf(bio_err, "Netscape SPKAC structure not found in %s\n",
2300 BIO_printf(bio_err,
2304 BIO_printf(bio_err, "error unpacking SPKAC public key\n");
2310 BIO_printf(bio_err,
2314 BIO_printf(bio_err, "Signature ok\n");
2360 BIO_printf(bio_err, "Memory allocation failure\n");
2369 BIO_printf(bio_err,
2390 BIO_printf(bio_err, "Memory allocation failure\n");
2400 BIO_printf(bio_err, "Memory allocation failure\n");
2411 BIO_printf(bio_err, "failed to update database\n");
2412 BIO_printf(bio_err, "TXT_DB error number %ld\n", db->db->error);
2425 BIO_printf(bio_err, "ERROR:name does not match %s\n", row[DB_name]);
2428 BIO_printf(bio_err, "ERROR:Already present, serial number %s\n",
2432 BIO_printf(bio_err, "ERROR:Already revoked, serial number %s\n",
2436 BIO_printf(bio_err, "Revoking Certificate %s.\n", rrow[DB_serial]);
2439 BIO_printf(bio_err, "Error in revocation arguments\n");
2467 BIO_printf(bio_err, "Malloc failure\n");
2495 BIO_printf(bio_err, "Serial %s not present in db.\n", row[DB_serial]);
2499 BIO_printf(bio_err, "%s=Valid (%c)\n",
2503 BIO_printf(bio_err, "%s=Revoked (%c)\n",
2507 BIO_printf(bio_err, "%s=Expired (%c)\n",
2511 BIO_printf(bio_err, "%s=Suspended (%c)\n",
2515 BIO_printf(bio_err, "%s=Unknown (%c).\n",
2571 BIO_printf(bio_err, "%s=Expired\n", rrow[DB_serial]);
2578 BIO_printf(bio_err, "%s=Expired\n", rrow[DB_serial]);
2636 BIO_printf(bio_err, "Unknown CRL reason %s\n", rev_arg);
2648 BIO_printf(bio_err, "Invalid object identifier %s\n", rev_arg);
2661 BIO_printf(bio_err,
2821 BIO_printf(bio_err, "memory allocation failure\n");
2843 BIO_printf(bio_err, "memory allocation failure\n");
2847 BIO_printf(bio_err, "invalid revocation date %s\n", rtime_str);
2859 BIO_printf(bio_err, "invalid reason code %s\n", reason_str);
2867 BIO_printf(bio_err, "missing hold instruction\n");
2874 BIO_printf(bio_err, "invalid object identifier %s\n",
2882 BIO_printf(bio_err, "missing compromised time\n");
2887 BIO_printf(bio_err, "memory allocation failure\n");
2891 BIO_printf(bio_err, "invalid compromised time %s\n", arg_str);