Home | History | Annotate | Download | only in apps

Lines Matching full:bio_printf

548 			BIO_printf(bio_err,"unknown option %s\n",*argv);
561 BIO_printf(bio_err,"%s",*pp2);
590 BIO_printf(bio_err,"Using configuration from %s\n",configfile);
595 BIO_printf(bio_err,"error loading the config file '%s'\n",
598 BIO_printf(bio_err,"error on line %ld of config file '%s'\n"
639 BIO_printf(bio_err,"problems opening %s for extra oid's\n",p);
667 BIO_printf(bio_err, "Invalid global string mask setting %s\n", f);
684 BIO_printf(bio_err, "DEBUG: unique_subject = \"%s\"\n", p);
692 BIO_printf(bio_err, "DEBUG: unique_subject undefined\n", p);
695 BIO_printf(bio_err, "DEBUG: configured unique_subject is %d\n",
724 BIO_printf(bio_err,"Error verifying serial %s!\n",
743 BIO_printf(bio_err,"Error getting password\n");
774 BIO_printf(bio_err,"CA certificate and CA private key do not match\n");
797 BIO_printf(bio_err, "Invalid name options: \"%s\"\n", f);
811 BIO_printf(bio_err, "Invalid certificate options: \"%s\"\n", f);
825 BIO_printf(bio_err, "Invalid extension copy option: \"%s\"\n", f);
840 BIO_printf(bio_err,"there needs to be defined a directory for new certificate to be placed in\n");
860 BIO_printf(bio_err,"I am unable to access the %s directory\n",outdir);
867 BIO_printf(bio_err,"%s need to be a directory\n",outdir);
891 BIO_printf(bio_err,"entry %d: not revoked yet, but has a revocation date\n",i+1);
897 BIO_printf(bio_err," in entry %d\n", i+1);
902 BIO_printf(bio_err,"entry %d: invalid expiry date\n",i+1);
914 BIO_printf(bio_err,"entry %d: bad serial number length (%d)\n",i+1,j);
923 BIO_printf(bio_err,"entry %d: bad serial number characters, char pos %ld, char is '%c'\n",i+1,(long)(p-pp[DB_serial]),*p);
939 BIO_printf(bio_err,"%d entries loaded from the database\n",
941 BIO_printf(bio_err,"generating index\n");
951 BIO_printf(bio_err, "Updating %s ...\n",
957 BIO_printf(bio_err,"Malloc failure\n");
962 if (verbose) BIO_printf(bio_err,
971 if (verbose) BIO_printf(bio_err,
984 BIO_printf(bio_err, "ERROR: loading the config file '%s'\n",
987 BIO_printf(bio_err, "ERROR: on line %ld of config file '%s'\n",
994 BIO_printf(bio_err, "Successfully loaded extensions file %s\n", extfile);
1044 BIO_printf(bio_err,"%s is an unsupported message digest type\n",md);
1057 BIO_printf(bio_err,"message digest is %s\n",
1066 BIO_printf(bio_err,"policy is %s\n",policy);
1095 BIO_printf(bio_err,
1113 BIO_printf(bio_err,"start date is invalid, it should be YYMMDDHHMMSSZ or YYYYMMDDHHMMSSZ\n");
1127 BIO_printf(bio_err,"end date is invalid, it should be YYMMDDHHMMSSZ or YYYYMMDDHHMMSSZ\n");
1138 BIO_printf(bio_err,"cannot lookup how many days to certify for\n");
1144 BIO_printf(bio_err,"error while loading serial number\n");
1150 BIO_printf(bio_err,"next serial number is 00\n");
1154 BIO_printf(bio_err,"next serial number is %s\n",f);
1161 BIO_printf(bio_err,"unable to find 'section' for %s\n",policy);
1167 BIO_printf(bio_err,"Memory allocation failure\n");
1180 BIO_printf(bio_err,"\n");
1184 BIO_printf(bio_err,"Memory allocation failure\n");
1205 BIO_printf(bio_err,"\n");
1209 BIO_printf(bio_err,"Memory allocation failure\n");
1225 BIO_printf(bio_err,"\n");
1229 BIO_printf
1245 BIO_printf(bio_err,"\n");
1249 BIO_printf(bio_err,"Memory allocation failure\n");
1262 BIO_printf(bio_err,"\n%d out of %d certificate requests certified, commit? [y/n]",total_done,total);
1267 BIO_printf(bio_err,"CERTIFICATION CANCELED: I/O error\n");
1273 BIO_printf(bio_err,"CERTIFICATION CANCELED\n");
1279 BIO_printf(bio_err,"Write out database with %d new entries\n",sk_X509_num(cert_sk));
1287 BIO_printf(bio_err,"writing new certificates\n");
1300 BIO_printf(bio_err,"certificate file name too long\n");
1331 BIO_printf(bio_err,"writing %s\n",buf[2]);
1349 BIO_printf(bio_err,"Data Base Updated\n");
1371 BIO_printf(bio_err,
1383 BIO_printf(bio_err,"error while loading CRL number\n");
1398 BIO_printf(bio_err,"cannot lookup how long until the next CRL is issued\n");
1402 if (verbose) BIO_printf(bio_err,"making CRL\n");
1447 if (verbose) BIO_printf(bio_err,"signing CRL\n");
1499 BIO_printf(bio_err,"no input files\n");
1517 BIO_printf(bio_err,"Data Base Updated\n");
1552 BIO_printf(bio_err,"variable lookup failed for %s::%s\n",name,tag);
1576 BIO_printf(bio_err,"Error reading certificate request in %s\n",
1583 BIO_printf(bio_err,"Check that the request matches the signature\n");
1587 BIO_printf(bio_err,"Certificate request and CA private key do not match\n");
1593 BIO_printf(bio_err,"error unpacking public key\n");
1601 BIO_printf(bio_err,"Signature verification problems....\n");
1607 BIO_printf(bio_err,"Signature did not match the certificate request\n");
1611 BIO_printf(bio_err,"Signature ok\n");
1640 BIO_printf(bio_err,"Check that the request matches the signature\n");
1644 BIO_printf(bio_err,"error unpacking public key\n");
1652 BIO_printf(bio_err,"Signature verification problems....\n");
1658 BIO_printf(bio_err,"Signature did not match the certificate\n");
1662 BIO_printf(bio_err,"Signature ok\n");
1705 BIO_printf(bio_err,"malloc error\n");
1727 BIO_printf(bio_err,"The Subject's Distinguished Name is as follows\n");
1761 BIO_printf(bio_err,"\nemailAddress type needs to be of type IA5STRING\n");
1772 BIO_printf(bio_err,"\nThe string contains characters that are illegal for the ASN.1 type\n");
1784 BIO_printf(bio_err,"Memory allocation failure\n");
1801 BIO_printf(bio_err,"%s:unknown object type in 'policy' configuration\n",cv->name);
1833 BIO_printf(bio_err,"The %s field needed to be supplied and was missing\n",cv->name);
1845 BIO_printf(bio_err,"The mandatory %s field was missing\n",cv->name);
1855 BIO_printf(bio_err,"The %s field does not exist in the CA certificate,\nthe 'policy' is misconfigured\n",cv->name);
1869 BIO_printf(bio_err,"The %s field needed to be the same in the\nCA certificate (%s) and the request (%s)\n",cv->name,((str2 == NULL)?"NULL":(char *)str2->data),((str == NULL)?"NULL":(char *)str->data));
1875 BIO_printf(bio_err,"%s:invalid type in 'policy' configuration\n",cv->value);
1885 BIO_printf(bio_err,"Memory allocation failure\n");
1902 BIO_printf(bio_err,"The subject name appears to be ok, checking data base for clashes\n");
1917 BIO_printf(bio_err,"Memory allocation failure\n");
1935 BIO_printf(bio_err,"Memory allocation failure\n");
1946 BIO_printf(bio_err,
1956 BIO_printf(bio_err,"ERROR:Serial number %s has already been issued,\n",
1958 BIO_printf(bio_err," check the database/serial_file for corruption\n");
1964 BIO_printf(bio_err,
1974 BIO_printf(bio_err,"Type :%s\n",p);;
1978 BIO_printf(bio_err,"Was revoked on:%s\n",p);
1981 BIO_printf(bio_err,"Expires on :%s\n",p);
1983 BIO_printf(bio_err,"Serial Number :%s\n",p);
1985 BIO_printf(bio_err,"File name :%s\n",p);
1987 BIO_printf(bio_err,"Subject Name :%s\n",p);
1994 BIO_printf(bio_err,"Everything appears to be ok, creating and signing the certificate\n");
2058 BIO_printf(bio_err, "Extra configuration file found\n");
2069 BIO_printf(bio_err,
2076 BIO_printf(bio_err, "Successfully added extensions from file.\n");
2085 BIO_printf(bio_err, "ERROR: adding extensions in section %s\n", ext_sect);
2091 BIO_printf(bio_err, "Successfully added extensions from config\n");
2099 BIO_printf(bio_err, "ERROR: adding extensions from request\n");
2112 BIO_printf(bio_err, "Certificate Details:\n");
2118 BIO_printf(bio_err,"Certificate is to be certified until ");
2120 if (days) BIO_printf(bio_err," (%ld days)",days);
2121 BIO_printf(bio_err, "\n");
2126 BIO_printf(bio_err,"Sign the certificate? [y/n]:");
2131 BIO_printf(bio_err,"CERTIFICATE WILL NOT BE CERTIFIED: I/O error\n");
2137 BIO_printf(bio_err,"CERTIFICATE WILL NOT BE CERTIFIED\n");
2169 BIO_printf(bio_err,"Memory allocation failure\n");
2178 BIO_printf(bio_err,"Memory allocation failure\n");
2191 BIO_printf(bio_err,"failed to update database\n");
2192 BIO_printf(bio_err,"TXT_DB error number %ld\n",db->db->error);
2229 BIO_printf(bp,"issuer :%s\n",f);
2232 BIO_printf(bp,"subject:%s\n",f);
2270 BIO_printf(bio_err,"error on line %ld of %s\n",errline,infile);
2278 BIO_printf(bio_err, "no name/value pairs found in %s\n", infile);
2328 BIO_printf(bio_err,"unable to load Netscape SPKAC structure\n");
2342 BIO_printf(bio_err,"Netscape SPKAC structure not found in %s\n",
2351 BIO_printf(bio_err,"Check that the SPKAC request matches the signature\n");
2355 BIO_printf(bio_err,"error unpacking SPKAC public key\n");
2362 BIO_printf(bio_err,"signature verification failed on SPKAC public key\n");
2365 BIO_printf(bio_err,"Signature ok\n");
2407 BIO_printf(bio_err,"Memory allocation failure\n");
2416 BIO_printf(bio_err,"Adding Entry with serial number %s to DB for %s\n", row[DB_serial], row[DB_name]);
2436 BIO_printf(bio_err,"Memory allocation failure\n");
2445 BIO_printf(bio_err,"Memory allocation failure\n");
2458 BIO_printf(bio_err,"failed to update database\n");
2459 BIO_printf(bio_err,"TXT_DB error number %ld\n",db->db->error);
2471 BIO_printf(bio_err,"ERROR:name does not match %s\n",
2477 BIO_printf(bio_err,"ERROR:Already revoked, serial number %s\n",
2483 BIO_printf(bio_err,"Revoking Certificate %s.\n", rrow[DB_serial]);
2487 BIO_printf(bio_err, "Error in revocation arguments\n");
2517 BIO_printf(bio_err,"Malloc failure\n");
2548 BIO_printf(bio_err,"Serial %s not present in db.\n",
2555 BIO_printf(bio_err,"%s=Valid (%c)\n",
2561 BIO_printf(bio_err,"%s=Revoked (%c)\n",
2567 BIO_printf(bio_err,"%s=Expired (%c)\n",
2573 BIO_printf(bio_err,"%s=Suspended (%c)\n",
2579 BIO_printf(bio_err,"%s=Unknown (%c).\n",
2639 BIO_printf(bio_err, "%s=Expired\n",
2649 BIO_printf(bio_err, "%s=Expired\n",
2713 BIO_printf(bio_err, "Unknown CRL reason %s\n", rev_arg);
2726 BIO_printf(bio_err, "Invalid object identifier %s\n", rev_arg);
2740 BIO_printf(bio_err, "Invalid time format %s. Need YYYYMMDDHHMMSSZ\n", rev_arg);
2854 BIO_printf(bp,"PRINTABLE:'");
2856 BIO_printf(bp,"T61STRING:'");
2858 BIO_printf(bp,"IA5STRING:'");
2860 BIO_printf(bp,"UNIVERSALSTRING:'");
2862 BIO_printf(bp,"ASN.1 %2d:'",str->type);
2868 BIO_printf(bp,"%c",*p);
2870 BIO_printf(bp,"\\0x%02X",*p);
2872 BIO_printf(bp,"^?");
2873 else BIO_printf(bp,"^%c",*p+'@');
2876 BIO_printf(bp,"'\n");
2913 BIO_printf(bio_err, "invalid revocation date %s\n", rtime_str);
2929 BIO_printf(bio_err, "invalid reason code %s\n", reason_str);
2939 BIO_printf(bio_err, "missing hold instruction\n");
2947 BIO_printf(bio_err, "invalid object identifier %s\n", arg_str);
2956 BIO_printf(bio_err, "missing compromised time\n");
2962 BIO_printf(bio_err, "invalid compromised time %s\n", arg_str);