Home
last modified time | relevance | path

Searched refs:bio_err (Results 26 – 50 of 91) sorted by relevance

1234

/openssl/apps/
H A Drsa.c229 BIO_printf(bio_err, "Error getting passwords\n"); in rsa_main()
255 ERR_print_errors(bio_err); in rsa_main()
259 BIO_printf(bio_err, "Not an RSA key\n"); in rsa_main()
272 ERR_print_errors(bio_err); in rsa_main()
294 ERR_print_errors(bio_err); in rsa_main()
303 BIO_printf(bio_err, "RSA key not ok\n"); in rsa_main()
304 ERR_print_errors(bio_err); in rsa_main()
306 ERR_print_errors(bio_err); in rsa_main()
315 BIO_printf(bio_err, "writing RSA key\n"); in rsa_main()
399 BIO_printf(bio_err, "unable to write key\n"); in rsa_main()
[all …]
H A Ddsaparam.c83 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in dsaparam_main()
159 BIO_printf(bio_err, in dsaparam_main()
165 BIO_printf(bio_err, in dsaparam_main()
170 EVP_PKEY_CTX_set_app_data(ctx, bio_err); in dsaparam_main()
175 BIO_printf(bio_err, "This could take some time\n"); in dsaparam_main()
178 BIO_printf(bio_err, in dsaparam_main()
183 BIO_printf(bio_err, in dsaparam_main()
189 BIO_printf(bio_err, in dsaparam_main()
225 BIO_printf(bio_err, in dsaparam_main()
230 BIO_printf(bio_err, in dsaparam_main()
[all …]
H A Dx509.c197 BIO_printf(bio_err, in warn_copying()
671 BIO_printf(bio_err, in x509_main()
676 BIO_printf(bio_err, in x509_main()
712 BIO_printf(bio_err, in x509_main()
727 BIO_printf(bio_err, in x509_main()
735 BIO_printf(bio_err, in x509_main()
762 BIO_printf(bio_err, in x509_main()
766 BIO_printf(bio_err, in x509_main()
788 BIO_printf(bio_err, in x509_main()
1111 ERR_print_errors(bio_err); in x509_main()
[all …]
H A Dmac.c146 BIO_printf(bio_err, "Invalid MAC name %s\n", argv[0]); in mac_main()
163 BIO_printf(bio_err, "MAC parameter error\n"); in mac_main()
164 ERR_print_errors(bio_err); in mac_main()
181 BIO_printf(bio_err, "EVP_MAC_Init failed\n"); in mac_main()
188 BIO_printf(bio_err, "Read Error in '%s'\n", infile); in mac_main()
189 ERR_print_errors(bio_err); in mac_main()
195 BIO_printf(bio_err, "EVP_MAC_update failed\n"); in mac_main()
201 BIO_printf(bio_err, "EVP_MAC_final failed\n"); in mac_main()
205 BIO_printf(bio_err, "output len is too large\n"); in mac_main()
210 BIO_printf(bio_err, "EVP_MAC_final failed\n"); in mac_main()
[all …]
H A Dgenrsa.c102 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in genrsa_main()
159 BIO_printf(bio_err, in genrsa_main()
174 BIO_printf(bio_err, "Error getting password\n"); in genrsa_main()
188 EVP_PKEY_CTX_set_app_data(ctx, bio_err); in genrsa_main()
191 BIO_printf(bio_err, "Error setting RSA length\n"); in genrsa_main()
195 BIO_printf(bio_err, "Error allocating RSA public exponent\n"); in genrsa_main()
199 BIO_printf(bio_err, "Error setting RSA public exponent\n"); in genrsa_main()
203 BIO_printf(bio_err, "Error setting number of primes\n"); in genrsa_main()
216 BIO_printf(bio_err, "Error cannot access RSA e\n"); in genrsa_main()
222 BIO_printf(bio_err, "e is %s (0x%s)\n", dece, hexe); in genrsa_main()
[all …]
H A Dspkac.c82 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in spkac_main()
140 BIO_printf(bio_err, "Error getting password\n"); in spkac_main()
160 BIO_printf(bio_err, "Error setting public key\n"); in spkac_main()
165 BIO_printf(bio_err, "Error signing SPKAC\n"); in spkac_main()
189 BIO_printf(bio_err, "Can't find SPKAC called \"%s\"\n", spkac); in spkac_main()
190 ERR_print_errors(bio_err); in spkac_main()
197 BIO_printf(bio_err, "Error loading SPKAC\n"); in spkac_main()
198 ERR_print_errors(bio_err); in spkac_main()
212 BIO_printf(bio_err, "Signature OK\n"); in spkac_main()
214 BIO_printf(bio_err, "Signature Failure\n"); in spkac_main()
[all …]
H A Dpkey.c179 BIO_printf(bio_err, in pkey_main()
182 BIO_printf(bio_err, in pkey_main()
197 BIO_printf(bio_err, in pkey_main()
201 BIO_printf(bio_err, in pkey_main()
207 BIO_printf(bio_err, "Error getting passwords\n"); in pkey_main()
247 ERR_print_errors(bio_err); in pkey_main()
263 BIO_printf(bio_err, "Key is invalid\n"); in pkey_main()
264 ERR_print_errors(bio_err); in pkey_main()
289 BIO_printf(bio_err, in pkey_main()
302 BIO_printf(bio_err, "Bad format specified for key\n"); in pkey_main()
[all …]
H A Dverify.c101 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in verify_main()
109 BIO_printf(bio_err, " %-15s %s\n", in verify_main()
118 BIO_printf(bio_err, " %s\n", in verify_main()
203 BIO_printf(bio_err, in verify_main()
265 ERR_print_errors(bio_err); in check()
282 BIO_printf(bio_err, in check()
314 BIO_printf(bio_err, in check()
322 ERR_print_errors(bio_err); in check()
335 X509_NAME_print_ex(bio_err, in cb()
338 BIO_printf(bio_err, "\n"); in cb()
[all …]
H A Dsmime.c339 BIO_printf(bio_err, in smime_main()
409 BIO_puts(bio_err, in smime_main()
439 BIO_printf(bio_err, in smime_main()
451 BIO_printf(bio_err, "Error getting password\n"); in smime_main()
475 BIO_printf(bio_err, "No cipher selected\n"); in smime_main()
496 ERR_print_errors(bio_err); in smime_main()
504 ERR_print_errors(bio_err); in smime_main()
644 BIO_printf(bio_err, "Verification successful\n"); in smime_main()
646 BIO_printf(bio_err, "Verification failure\n"); in smime_main()
679 BIO_printf(bio_err, "Error writing output\n"); in smime_main()
[all …]
H A Dsess_id.c64 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in sess_id_main()
113 BIO_printf(bio_err, "Context too long\n"); in sess_id_main()
118 BIO_printf(bio_err, "Error setting id context\n"); in sess_id_main()
148 BIO_printf(bio_err, "bad output format specified for outfile\n"); in sess_id_main()
152 BIO_printf(bio_err, "unable to write SSL_SESSION\n"); in sess_id_main()
161 BIO_printf(bio_err, "bad output format specified for outfile\n"); in sess_id_main()
165 BIO_printf(bio_err, "unable to write X509\n"); in sess_id_main()
189 BIO_printf(bio_err, "unable to load SSL_SESSION\n"); in load_sess_id()
190 ERR_print_errors(bio_err); in load_sess_id()
H A Ddgst.c241 BIO_printf(bio_err, in dgst_main()
256 BIO_set_callback_arg(in, (char *)bio_err); in dgst_main()
260 BIO_printf(bio_err, "Error getting password\n"); in dgst_main()
346 BIO_printf(bio_err, "Error getting context\n"); in dgst_main()
364 BIO_printf(bio_err, "Error setting context\n"); in dgst_main()
383 BIO_printf(bio_err, "Error getting context\n"); in dgst_main()
389 BIO_printf(bio_err, "Error setting digest\n"); in dgst_main()
464 ERR_print_errors(bio_err); in dgst_main()
575 BIO_printf(bio_err, "Error verifying data\n"); in do_fp()
596 BIO_printf(bio_err, "Error signing data\n"); in do_fp()
[all …]
H A Dprime.c73 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in prime_main()
108 BIO_printf(bio_err, "Missing number (s) to check\n"); in prime_main()
116 BIO_printf(bio_err, "Specify the number of bits.\n"); in prime_main()
121 BIO_printf(bio_err, "Out of memory.\n"); in prime_main()
125 BIO_printf(bio_err, "Failed to generate prime.\n"); in prime_main()
130 BIO_printf(bio_err, "Out of memory.\n"); in prime_main()
143 BIO_printf(bio_err, "Failed to process value (%s)\n", argv[0]); in prime_main()
H A Dcrl2pkcs7.c69 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in crl2pkcs7_main()
120 BIO_printf(bio_err, "unable to load CRL\n"); in crl2pkcs7_main()
121 ERR_print_errors(bio_err); in crl2pkcs7_main()
153 BIO_printf(bio_err, "error loading certificates\n"); in crl2pkcs7_main()
154 ERR_print_errors(bio_err); in crl2pkcs7_main()
169 BIO_printf(bio_err, "unable to write pkcs7 object\n"); in crl2pkcs7_main()
170 ERR_print_errors(bio_err); in crl2pkcs7_main()
204 BIO_printf(bio_err, "error opening the file, %s\n", certfile); in add_certs_from_file()
211 BIO_printf(bio_err, "error reading the file, %s\n", certfile); in add_certs_from_file()
H A Dgendsa.c73 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in gendsa_main()
122 BIO_printf(bio_err, "Error getting password\n"); in gendsa_main()
134 BIO_printf(bio_err, in gendsa_main()
141 BIO_printf(bio_err, "unable to create PKEY context\n"); in gendsa_main()
147 BIO_printf(bio_err, "unable to set up for key generation\n"); in gendsa_main()
156 BIO_printf(bio_err, "unable to output generated key\n"); in gendsa_main()
162 ERR_print_errors(bio_err); in gendsa_main()
H A Dkdf.c89 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in kdf_main()
143 BIO_printf(bio_err, "Invalid KDF name %s\n", argv[0]); in kdf_main()
160 BIO_printf(bio_err, "KDF parameter error\n"); in kdf_main()
161 ERR_print_errors(bio_err); in kdf_main()
174 BIO_printf(bio_err, "Invalid derived key length.\n"); in kdf_main()
182 BIO_printf(bio_err, "EVP_KDF_derive failed\n"); in kdf_main()
191 BIO_printf(bio_err, "Memory allocation failure\n"); in kdf_main()
200 ERR_print_errors(bio_err); in kdf_main()
H A Dts.c196 BIO_printf(bio_err, "%s\n", *helpp); in ts_main()
308 BIO_printf(bio_err, "Error getting password.\n"); in ts_main()
382 ERR_print_errors(bio_err); in load_config_file()
389 ERR_print_errors(bio_err); in load_config_file()
436 ERR_print_errors(bio_err); in query_command()
497 BIO_printf(bio_err, "could not create query\n"); in create_query()
498 ERR_print_errors(bio_err); in create_query()
541 BIO_printf(bio_err, "bad digest, %d bytes " in create_digest()
581 BIO_printf(bio_err, "could not create nonce\n"); in create_nonce()
651 ERR_print_errors(bio_err); in reply_command()
[all …]
H A Dpkeyparam.c62 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in pkeyparam_main()
106 BIO_printf(bio_err, "Error reading parameters\n"); in pkeyparam_main()
107 ERR_print_errors(bio_err); in pkeyparam_main()
118 ERR_print_errors(bio_err); in pkeyparam_main()
131 BIO_printf(bio_err, "Parameters are invalid\n"); in pkeyparam_main()
132 ERR_print_errors(bio_err); in pkeyparam_main()
H A Docsp.c515 BIO_printf(bio_err, in ocsp_main()
613 BIO_printf(bio_err, in ocsp_main()
621 BIO_printf(bio_err, in ocsp_main()
738 BIO_printf(bio_err, in ocsp_main()
814 BIO_printf(bio_err, "Error parsing response\n"); in ocsp_main()
839 ERR_print_errors(bio_err); in ocsp_main()
842 BIO_printf(bio_err, "Response verify OK\n"); in ocsp_main()
850 ERR_print_errors(bio_err); in ocsp_main()
1151 ERR_print_errors(bio_err); in make_ocsp_response()
1208 BIO_printf(bio_err, in do_responder()
[all …]
/openssl/apps/lib/
H A Dapps.c217 BIO_printf(bio_err, in get_passwd()
221 BIO_printf(bio_err, in get_passwd()
567 bio_err = bio_bak; in load_csr_autofmt()
654 BIO_printf(bio_err, in load_keyparams_suppress()
1628 BIO_printf(bio_err, in rotate_serial()
1634 BIO_printf(bio_err, in rotate_serial()
1741 BIO_printf(bio_err, in index_index()
1918 BIO_printf(bio_err, in parse_name()
3167 BIO_printf(bio_err, in bio_open_default_()
3178 BIO_printf(bio_err, in bio_open_default_()
[all …]
H A Dapp_rand.c26 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile);
27 ERR_print_errors(bio_err);
33 BIO_printf(bio_err, "Can't duplicate %s\n", randfile);
34 ERR_print_errors(bio_err);
52 BIO_printf(bio_err, "Can't load %s into RNG\n", name); in loadfiles()
53 ERR_print_errors(bio_err); in loadfiles()
86 BIO_printf(bio_err, "Cannot write random bytes:\n"); in app_RAND_write()
87 ERR_print_errors(bio_err); in app_RAND_write()
H A Dengine.c50 BIO_printf(bio_err, "Enabling auto ENGINE support\n"); in setup_engine_methods()
56 BIO_printf(bio_err, "Invalid engine \"%s\"\n", id); in setup_engine_methods()
57 ERR_print_errors(bio_err); in setup_engine_methods()
61 (void)ENGINE_ctrl(e, ENGINE_CTRL_SET_LOGSTREAM, 0, bio_err, 0); in setup_engine_methods()
65 BIO_printf(bio_err, "Cannot use engine \"%s\"\n", ENGINE_get_id(e)); in setup_engine_methods()
66 ERR_print_errors(bio_err); in setup_engine_methods()
71 BIO_printf(bio_err, "Engine \"%s\" set.\n", ENGINE_get_id(e)); in setup_engine_methods()
111 BIO_printf(bio_err, "No engine specified for loading %s\n", desc); in make_engine_uri()
113 BIO_printf(bio_err, "No engine key id specified for loading %s\n", desc); in make_engine_uri()
133 BIO_printf(bio_err, "Engines not supported for loading %s\n", desc); in make_engine_uri()
H A Ds_socket.c96 ERR_print_errors(bio_err); in init_client()
104 ERR_print_errors (bio_err); in init_client()
159 ERR_print_errors(bio_err); in init_client()
199 ERR_print_errors(bio_err); in init_client()
205 BIO_printf(bio_err, "Connecting to %s\n", hostname); in init_client()
311 ERR_print_errors(bio_err); in do_server()
357 ERR_print_errors(bio_err); in do_server()
375 ERR_print_errors(bio_err); in do_server()
389 ERR_print_errors(bio_err); in do_server()
405 ERR_print_errors(bio_err); in do_server()
[all …]
/openssl/test/testutil/
H A Dbasic_output.c19 BIO *bio_err = NULL; variable
41 bio_err = BIO_push(BIO_new(BIO_f_prefix()), tap_err); in test_open_streams()
43 BIO_set_prefix(bio_err, "# "); in test_open_streams()
50 OPENSSL_assert(bio_err != NULL); in test_open_streams()
69 BIO_free(bio_err); in test_close_streams()
109 r = BIO_vprintf(bio_err, fmt, ap); in test_vprintf_stderr()
131 r = BIO_flush(bio_err); in test_flush_stderr()
/openssl/doc/man3/
H A DX509_STORE_CTX_set_verify_cb.pod174 BIO_printf(bio_err, "depth=%d ", depth);
178 BIO_puts(bio_err, "\n");
181 BIO_puts(bio_err, "<no cert>\n");
187 BIO_puts(bio_err, "issuer= ");
190 BIO_puts(bio_err, "\n");
194 BIO_printf(bio_err, "notBefore=");
196 BIO_printf(bio_err, "\n");
200 BIO_printf(bio_err, "notAfter=");
202 BIO_printf(bio_err, "\n");
205 policies_print(bio_err, ctx);
[all …]
/openssl/test/
H A Dssl_old_test.c846 ERR_print_errors(bio_err); in read_session()
852 ERR_print_errors(bio_err); in read_session()
870 ERR_print_errors(bio_err); in write_session()
958 ERR_print_errors(bio_err); in main()
971 ERR_print_errors(bio_err); in main()
975 ERR_print_errors(bio_err); in main()
984 ERR_print_errors(bio_err); in main()
1634 BIO_printf(bio_err, in main()
2214 ERR_print_errors(bio_err); in doit_localhost()
2588 ERR_print_errors(bio_err); in doit_biopair()
[all …]

Completed in 92 milliseconds

1234