Searched refs:BIO_printf (Results 26 - 50 of 105) sorted by relevance

12345

/freebsd-11-stable/crypto/openssl/apps/
H A Dpkcs12.c330 BIO_printf(bio_err, "Usage: pkcs12 [options]\n");
331 BIO_printf(bio_err, "where options are\n");
332 BIO_printf(bio_err, "-export output PKCS12 file\n");
333 BIO_printf(bio_err, "-chain add certificate chain\n");
334 BIO_printf(bio_err, "-inkey file private key if not infile\n");
335 BIO_printf(bio_err, "-certfile f add all certs in f\n");
336 BIO_printf(bio_err, "-CApath arg - PEM format directory of CA's\n");
337 BIO_printf(bio_err, "-CAfile arg - PEM format file of CA's\n");
338 BIO_printf(bio_err, "-name \"name\" use name as friendly name\n");
339 BIO_printf(bio_er
[all...]
H A Ddhparam.c236 BIO_printf(bio_err, "%s [options] [numbits]\n", prog);
237 BIO_printf(bio_err, "where options are\n");
238 BIO_printf(bio_err, " -inform arg input format - one of DER PEM\n");
239 BIO_printf(bio_err,
241 BIO_printf(bio_err, " -in arg input file\n");
242 BIO_printf(bio_err, " -out arg output file\n");
244 BIO_printf(bio_err,
247 BIO_printf(bio_err, " -check check the DH parameters\n");
248 BIO_printf(bio_err,
250 BIO_printf(bio_er
[all...]
H A Dasn1pars.c119 BIO_printf(bio_err, "Memory allocation failure\n");
174 BIO_printf(bio_err, "unknown option %s\n", *argv);
184 BIO_printf(bio_err, "%s [options] <infile\n", prog);
185 BIO_printf(bio_err, "where options are\n");
186 BIO_printf(bio_err, " -inform arg input format - one of DER PEM\n");
187 BIO_printf(bio_err, " -in arg input file\n");
188 BIO_printf(bio_err,
190 BIO_printf(bio_err, " -noout arg don't produce any output\n");
191 BIO_printf(bio_err, " -offset arg offset into file\n");
192 BIO_printf(bio_er
[all...]
H A Dspkac.c161 BIO_printf(bio_err, "%s [options]\n", prog);
162 BIO_printf(bio_err, "where options are\n");
163 BIO_printf(bio_err, " -in arg input file\n");
164 BIO_printf(bio_err, " -out arg output file\n");
165 BIO_printf(bio_err,
167 BIO_printf(bio_err,
169 BIO_printf(bio_err, " -challenge arg challenge string\n");
170 BIO_printf(bio_err, " -spkac arg alternative SPKAC name\n");
171 BIO_printf(bio_err, " -noout don't print SPKAC\n");
172 BIO_printf(bio_er
[all...]
H A Dgendsa.c167 BIO_printf(bio_err, "usage: gendsa [args] dsaparam-file\n");
168 BIO_printf(bio_err, " -out file - output the key to 'file'\n");
170 BIO_printf(bio_err,
172 BIO_printf(bio_err,
176 BIO_printf(bio_err,
180 BIO_printf(bio_err, " -seed\n");
181 BIO_printf(bio_err,
185 BIO_printf(bio_err, " -aes128, -aes192, -aes256\n");
186 BIO_printf(bio_err,
190 BIO_printf(bio_er
[all...]
H A Ddsaparam.c198 BIO_printf(bio_err, "unknown option %s\n", *argv);
208 BIO_printf(bio_err, "%s [options] [bits] <infile >outfile\n", prog);
209 BIO_printf(bio_err, "where options are\n");
210 BIO_printf(bio_err, " -inform arg input format - DER or PEM\n");
211 BIO_printf(bio_err, " -outform arg output format - DER or PEM\n");
212 BIO_printf(bio_err, " -in arg input file\n");
213 BIO_printf(bio_err, " -out arg output file\n");
214 BIO_printf(bio_err, " -text print as text\n");
215 BIO_printf(bio_err, " -C Output C code\n");
216 BIO_printf(bio_er
[all...]
H A Dsrp.c151 BIO_printf(bio, "%s \"%s\"\n", s, pp[DB_srpid]);
153 BIO_printf(bio_err, " %d = \"%s\"\n", j, pp[j]);
184 BIO_printf(bio_err, "Memory allocation failure\n");
193 BIO_printf(bio, "failed to update srpvfile\n");
194 BIO_printf(bio, "TXT_DB error number %ld\n", db->db->error);
203 BIO_printf(bio_err, "variable lookup failed for %s::%s\n", name, tag);
222 VERBOSE BIO_printf(bio,
225 VVERBOSE BIO_printf(bio, "Pass %s\n", password);
229 BIO_printf(bio, "Internal error validating SRP verifier\n");
255 VERBOSE BIO_printf(bi
[all...]
H A Dpkey.c154 BIO_printf(bio_err, "Unknown cipher %s\n", *args + 1);
163 BIO_printf(bio_err, "Usage pkey [options]\n");
164 BIO_printf(bio_err, "where options are\n");
165 BIO_printf(bio_err, "-in file input file\n");
166 BIO_printf(bio_err, "-inform X input format (DER or PEM)\n");
167 BIO_printf(bio_err,
169 BIO_printf(bio_err, "-outform X output format (DER or PEM)\n");
170 BIO_printf(bio_err, "-out file output file\n");
171 BIO_printf(bio_err,
174 BIO_printf(bio_er
[all...]
H A Dreq.c239 BIO_printf(bio_err, "Can't find keygen engine %s\n", *argv);
369 BIO_printf(bio_err, "unknown option %s\n", *argv);
379 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
380 BIO_printf(bio_err, "where options are\n");
381 BIO_printf(bio_err, " -inform arg input format - DER or PEM\n");
382 BIO_printf(bio_err, " -outform arg output format - DER or PEM\n");
383 BIO_printf(bio_err, " -in arg input file\n");
384 BIO_printf(bio_err, " -out arg output file\n");
385 BIO_printf(bio_err, " -text text form of request\n");
386 BIO_printf(bio_er
[all...]
H A Dgenpkey.c163 BIO_printf(bio_err, "Unknown cipher %s\n", *args + 1);
177 BIO_printf(bio_err, "Usage: genpkey [options]\n");
178 BIO_printf(bio_err, "where options may be\n");
179 BIO_printf(bio_err, "-out file output file\n");
180 BIO_printf(bio_err,
182 BIO_printf(bio_err,
184 BIO_printf(bio_err,
187 BIO_printf(bio_err,
190 BIO_printf(bio_err, "-paramfile file parameters file\n");
191 BIO_printf(bio_er
[all...]
H A Denc.c104 BIO_printf(dec->bio, "-%-25s", name->name);
106 BIO_printf(dec->bio, "\n");
109 BIO_printf(dec->bio, " ");
173 BIO_printf(bio_err, "%s is an unknown cipher\n", pname);
246 BIO_printf(bio_err, "unable to read key from '%s'\n", file);
251 BIO_printf(bio_err, "unable to read key from '%s'\n", file);
261 BIO_printf(bio_err, "zero length password\n");
289 BIO_printf(bio_err, "unknown option '%s'\n", *argv);
291 BIO_printf(bio_err, "options are\n");
292 BIO_printf(bio_er
[all...]
H A Dgendh.c145 BIO_printf(bio_err, "usage: gendh [args] [numbits]\n");
146 BIO_printf(bio_err, " -out file - output the key to 'file\n");
147 BIO_printf(bio_err, " -2 - use 2 as the generator value\n");
149 * BIO_printf(bio_err," -3 - use 3 as the generator value\n");
151 BIO_printf(bio_err, " -5 - use 5 as the generator value\n");
153 BIO_printf(bio_err,
156 BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR,
158 BIO_printf(bio_err,
160 BIO_printf(bio_err, " the random number generator\n");
187 BIO_printf(bio_er
[all...]
H A Dx509.c298 BIO_printf(bio_err, "bad number of days\n");
354 BIO_printf(bio_err, "Invalid trust object value %s\n", *argv);
365 BIO_printf(bio_err,
476 BIO_printf(bio_err, "use -clrext instead of -crlext\n");
488 BIO_printf(bio_err, "unknown option %s\n", *argv);
499 BIO_printf(bio_err, "%s", *pp);
510 BIO_printf(bio_err, "Error getting password\n");
529 BIO_printf(bio_err,
540 BIO_printf(bio_err,
543 BIO_printf(bio_er
[all...]
H A Docsp.c200 BIO_printf(bio_err, "Illegal timeout value %s\n", *args);
216 BIO_printf(bio_err, "Error parsing URL\n");
338 BIO_printf(bio_err,
349 BIO_printf(bio_err, "Illegal validity age %s\n", *args);
432 BIO_printf(bio_err, "Illegal update period %s\n", *args);
445 BIO_printf(bio_err, "Illegal accept count %s\n", *args);
455 BIO_printf(bio_err, "Illegal update period %s\n", *args);
497 BIO_printf(bio_err, "OCSP utility\n");
498 BIO_printf(bio_err, "Usage ocsp [options]\n");
499 BIO_printf(bio_er
[all...]
H A Dca.c527 BIO_printf(bio_err, "unknown option %s\n", *argv);
539 BIO_printf(bio_err, "%s", *pp2);
559 BIO_printf(bio_err, "Out of memory\n");
567 BIO_printf(bio_err, "Out of memory\n");
577 BIO_printf(bio_err, "Using configuration from %s\n", configfile);
581 BIO_printf(bio_err, "error loading the config file '%s'\n",
584 BIO_printf(bio_err, "error on line %ld of config file '%s'\n",
617 BIO_printf(bio_err,"problems opening %s for extra oid's\n",p);
642 BIO_printf(bio_err, "Invalid global string mask setting %s\n", f);
658 BIO_printf(bio_er
[all...]
H A Dcms.c320 BIO_printf(bio_err, "Invalid key %s\n", *args);
331 BIO_printf(bio_err, "Invalid id %s\n", *args);
346 BIO_printf(bio_err, "Invalid OID %s\n", *args);
419 BIO_printf(bio_err, "Unknown digest %s\n", *args);
458 BIO_printf(bio_err, "No key specified\n");
465 BIO_printf(bio_err, "Out of memory\n");
552 BIO_printf(bio_err, "No signer certificate specified\n");
562 BIO_printf(bio_err,
568 BIO_printf(bio_err, "No recipient(s) certificate(s) specified\n");
577 BIO_printf(bio_er
[all...]
H A Dcrl2p7.c148 BIO_printf(bio_err, "unknown option %s\n", *argv);
158 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
159 BIO_printf(bio_err, "where options are\n");
160 BIO_printf(bio_err, " -inform arg input format - DER or PEM\n");
161 BIO_printf(bio_err, " -outform arg output format - DER or PEM\n");
162 BIO_printf(bio_err, " -in arg input file\n");
163 BIO_printf(bio_err, " -out arg output file\n");
164 BIO_printf(bio_err,
166 BIO_printf(bio_err, " (can be used more than once)\n");
167 BIO_printf(bio_er
[all...]
H A Dengine.c132 BIO_printf(bio_out, "%s%s(input flags): ", indent, indent);
134 BIO_printf(bio_out, "<no flags>\n");
142 BIO_printf(bio_out, "[Internal] ");
146 BIO_printf(bio_out, "NUMERIC");
157 BIO_printf(bio_out, "|");
160 BIO_printf(bio_out, "STRING");
165 BIO_printf(bio_out, "|");
168 BIO_printf(bio_out, "NO_INPUT");
177 BIO_printf(bio_out, "|");
178 BIO_printf(bio_ou
[all...]
H A Dcrl.c235 BIO_printf(bio_err, "unknown option %s\n", *argv);
246 BIO_printf(bio_err, "%s", *pp);
272 BIO_printf(bio_err, "Error initialising X509 store\n");
279 BIO_printf(bio_err, "Error getting CRL issuer certificate\n");
285 BIO_printf(bio_err, "Error getting CRL issuer public key\n");
293 BIO_printf(bio_err, "verify failure\n");
295 BIO_printf(bio_err, "verify OK\n");
334 BIO_printf(bio_out, "crlNumber=");
340 BIO_printf(bio_out, "\n");
343 BIO_printf(bio_ou
[all...]
H A Dpkcs7.c146 BIO_printf(bio_err, "unknown option %s\n", *argv);
156 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
157 BIO_printf(bio_err, "where options are\n");
158 BIO_printf(bio_err, " -inform arg input format - DER or PEM\n");
159 BIO_printf(bio_err, " -outform arg output format - DER or PEM\n");
160 BIO_printf(bio_err, " -in arg input file\n");
161 BIO_printf(bio_err, " -out arg output file\n");
162 BIO_printf(bio_err,
164 BIO_printf(bio_err,
166 BIO_printf(bio_er
[all...]
H A Ddh.c151 BIO_printf(bio_err, "unknown option %s\n", *argv);
161 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
162 BIO_printf(bio_err, "where options are\n");
163 BIO_printf(bio_err, " -inform arg input format - one of DER PEM\n");
164 BIO_printf(bio_err,
166 BIO_printf(bio_err, " -in arg input file\n");
167 BIO_printf(bio_err, " -out arg output file\n");
168 BIO_printf(bio_err, " -check check the DH parameters\n");
169 BIO_printf(bio_err,
171 BIO_printf(bio_er
[all...]
H A Dpkeyutl.c273 BIO_printf(bio_err, "Error Creating Output File\n");
290 BIO_printf(bio_err, "Can't open signature file %s\n", sigfile);
296 BIO_printf(bio_err, "Error reading signature data\n");
305 BIO_printf(bio_err, "Error reading input Data\n");
346 BIO_printf(bio_err, "Public Key operation error\n");
378 BIO_printf(bio_err, "Usage: pkeyutl [options]\n");
379 BIO_printf(bio_err, "-in file input file\n");
380 BIO_printf(bio_err, "-out file output file\n");
381 BIO_printf(bio_err,
383 BIO_printf(bio_er
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ecdsa/
H A Decdsatest.c203 BIO_printf(out, "testing %s: ", OBJ_nid2sn(nid));
210 BIO_printf(out, ".");
217 BIO_printf(out, ".");
226 BIO_printf(out, ".");
231 BIO_printf(out, ".");
234 BIO_printf(out, " ok\n");
238 BIO_printf(out, " failed\n");
255 BIO_printf(out, "some tests from X9.62:\n");
308 BIO_printf(out, "ERROR: unable to get random data\n");
315 BIO_printf(ou
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ts/
H A Dts_lib.c94 BIO_printf(bio, "%s\n", obj_txt);
105 BIO_printf(bio, "Extensions:\n");
112 BIO_printf(bio, ": %s\n", critical ? "critical" : "");
114 BIO_printf(bio, "%4s", "");
126 return BIO_printf(bio, "Hash Algorithm: %s\n",
136 BIO_printf(bio, "Message data:\n");
/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_prn.c74 BIO_printf(bp, "%*sCertificate ID:\n", indent, "");
76 BIO_printf(bp, "%*sHash Algorithm: ", indent, "");
78 BIO_printf(bp, "\n%*sIssuer Name Hash: ", indent, "");
80 BIO_printf(bp, "\n%*sIssuer Key Hash: ", indent, "");
82 BIO_printf(bp, "\n%*sSerial Number: ", indent, "");
84 BIO_printf(bp, "\n");
152 if (BIO_printf(bp, " Version: %lu (0x%lx)", l + 1, l) <= 0)
201 if (BIO_printf(bp, " OCSP Response Status: %s (0x%lx)\n",
219 if (BIO_printf(bp, "\n Version: %lu (0x%lx)\n", l + 1, l) <= 0)
234 if (BIO_printf(b
[all...]

Completed in 184 milliseconds

12345