Home
last modified time | relevance | path

Searched refs:bio_err (Results 1 – 25 of 88) sorted by relevance

1234

/openssl/test/
H A Dbio_tfo_test.c107 BIO_printf(bio_err, "Error: failed without EAGAIN\n"); in test_bio_tfo()
112 BIO_printf(bio_err, "Error: accepted unknown connection\n"); in test_bio_tfo()
131 BIO_printf(bio_err, "Error: socket wait failed\n"); in test_bio_tfo()
139 BIO_printf(bio_err, "Error: failed without EAGAIN\n"); in test_bio_tfo()
164 BIO_printf(bio_err, "Error: socket wait failed\n"); in test_bio_tfo()
171 BIO_printf(bio_err, "Error: socket not accepted\n"); in test_bio_tfo()
249 BIO_printf(bio_err, "Using IPv4\n"); in test_fd_tfo()
255 BIO_printf(bio_err, "Using IPv6\n"); in test_fd_tfo()
331 BIO_printf(bio_err, "Error: socket wait failed\n"); in test_fd_tfo()
373 BIO_printf(bio_err, "Error: socket wait failed\n"); in test_fd_tfo()
[all …]
H A Dbio_prefix_text.c18 static BIO *bio_err = NULL; variable
67 ret = BIO_vprintf(bio_err, fmt, ap); in opt_printf_stderr()
135 BIO_free_all(bio_err); in cleanup()
149 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT); in setup()
152 bio_err = BIO_push(BIO_new(BIO_f_linebuffer()), bio_err); in setup()
157 OPENSSL_assert(bio_err != NULL); in setup()
166 BIO_printf(bio_err, in setup()
193 BIO_printf(bio_err, in setup()
204 BIO_printf(bio_err, in setup()
231 BIO_printf(bio_err, in setup()
[all …]
/openssl/apps/
H A Dsrp.c139 BIO_printf(bio_err, in srp_verify_user()
275 BIO_printf(bio_err, in srp_main()
316 BIO_printf(bio_err, in srp_main()
321 BIO_printf(bio_err, in srp_main()
333 BIO_printf(bio_err, in srp_main()
356 BIO_printf(bio_err, in srp_main()
368 BIO_printf(bio_err, in srp_main()
433 BIO_printf(bio_err, in srp_main()
489 BIO_printf(bio_err, in srp_main()
567 BIO_printf(bio_err, in srp_main()
[all …]
H A Dca.c613 BIO_printf(bio_err, in ca_main()
671 BIO_printf(bio_err, in ca_main()
707 BIO_printf(bio_err, in ca_main()
1391 BIO_printf(bio_err, in certify()
1401 BIO_printf(bio_err, in certify()
1413 ERR_print_errors(bio_err); in certify()
1680 BIO_printf(bio_err, in do_body()
1772 BIO_printf(bio_err, in do_body()
2095 BIO_printf(bio_err, in certify_spkac()
2156 BIO_printf(bio_err, in do_revoke()
[all …]
H A Dstoreutl.c223 BIO_printf(bio_err, in storeutl_main()
274 ERR_print_errors(bio_err); in storeutl_main()
280 BIO_printf(bio_err, in storeutl_main()
287 ERR_print_errors(bio_err); in storeutl_main()
363 ERR_print_errors(bio_err); in process()
369 ERR_print_errors(bio_err); in process()
376 BIO_printf(bio_err, in process()
383 ERR_print_errors(bio_err); in process()
412 BIO_printf(bio_err, in process()
416 ERR_print_errors(bio_err); in process()
[all …]
H A Denc.c244 BIO_printf(bio_err, in enc_main()
321 BIO_printf(bio_err, "bufsize=%d\n", bsize); in enc_main()
394 BIO_set_callback_arg(in, (char *)bio_err); in enc_main()
395 BIO_set_callback_arg(out, (char *)bio_err); in enc_main()
508 BIO_printf(bio_err, "*** WARNING : " in enc_main()
543 BIO_printf(bio_err, "iv undefined\n"); in enc_main()
571 ERR_print_errors(bio_err); in enc_main()
582 ERR_print_errors(bio_err); in enc_main()
637 BIO_printf(bio_err, "bad decrypt\n"); in enc_main()
647 ERR_print_errors(bio_err); in enc_main()
[all …]
H A Ds_client.c134 BIO_printf(bio_err, in psk_client_cb()
941 BIO_printf(bio_err, in s_client_main()
947 BIO_printf(bio_err, in s_client_main()
960 BIO_printf(bio_err, in s_client_main()
1498 BIO_printf(bio_err, in s_client_main()
1517 BIO_printf(bio_err, in s_client_main()
1523 BIO_printf(bio_err, in s_client_main()
1547 BIO_printf(bio_err, in s_client_main()
1585 BIO_printf(bio_err, in s_client_main()
1605 BIO_printf(bio_err, in s_client_main()
[all …]
H A Dpkcs8.c144 BIO_printf(bio_err, in pkcs8_main()
152 BIO_printf(bio_err, in pkcs8_main()
230 ERR_print_errors(bio_err); in pkcs8_main()
259 ERR_print_errors(bio_err); in pkcs8_main()
282 ERR_print_errors(bio_err); in pkcs8_main()
320 BIO_printf(bio_err, "Error reading key\n"); in pkcs8_main()
321 ERR_print_errors(bio_err); in pkcs8_main()
342 BIO_printf(bio_err, "Error decrypting key\n"); in pkcs8_main()
343 ERR_print_errors(bio_err); in pkcs8_main()
348 BIO_printf(bio_err, "Error converting key\n"); in pkcs8_main()
[all …]
H A Dreq.c491 BIO_printf(bio_err, in req_main()
614 BIO_printf(bio_err, in req_main()
737 BIO_printf(bio_err, in req_main()
1132 BIO_printf(bio_err, in prompt_info()
1135 BIO_printf(bio_err, in prompt_info()
1137 BIO_printf(bio_err, in prompt_info()
1139 BIO_printf(bio_err, in prompt_info()
1141 BIO_printf(bio_err, in prompt_info()
1400 (void)BIO_flush(bio_err); in build_data()
1447 BIO_printf(bio_err, in req_check_len()
[all …]
H A Ddhparam.c100 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in dhparam_main()
177 BIO_printf(bio_err, in dhparam_main()
199 BIO_printf(bio_err, in dhparam_main()
204 EVP_PKEY_CTX_set_app_data(ctx, bio_err); in dhparam_main()
207 BIO_printf(bio_err, in dhparam_main()
213 BIO_printf(bio_err, in dhparam_main()
336 BIO_printf(bio_err, "DH parameters appear to be ok.\n"); in dhparam_main()
357 ERR_print_errors(bio_err); in dhparam_main()
383 BIO_printf(bio_err, "Error, failed to set DH parameters\n"); in dsa_to_dh()
395 BIO_printf(bio_err, "Error, failed to set DH parameters\n"); in dsa_to_dh()
[all …]
H A Dpkcs12.c383 BIO_printf(bio_err, in pkcs12_main()
574 BIO_printf(bio_err, in pkcs12_main()
601 BIO_printf(bio_err, in pkcs12_main()
712 ERR_print_errors(bio_err); in pkcs12_main()
726 ERR_print_errors(bio_err); in pkcs12_main()
730 ERR_print_errors(bio_err); in pkcs12_main()
763 BIO_puts(bio_err, "MAC: "); in pkcs12_main()
764 i2a_ASN1_OBJECT(bio_err, macobj); in pkcs12_main()
824 ERR_print_errors(bio_err); in pkcs12_main()
993 BIO_printf(bio_err, "\n"); in dump_certs_pkeys_bag()
[all …]
H A Dasn1parse.c148 BIO_puts(bio_err, "Supported types:\n"); in asn1parse_main()
183 BIO_printf(bio_err, "Error reading PEM file\n"); in asn1parse_main()
184 ERR_print_errors(bio_err); in asn1parse_main()
196 ERR_print_errors(bio_err); in asn1parse_main()
248 ERR_print_errors(bio_err); in asn1parse_main()
256 ERR_print_errors(bio_err); in asn1parse_main()
278 BIO_printf(bio_err, "Error writing output\n"); in asn1parse_main()
279 ERR_print_errors(bio_err); in asn1parse_main()
290 ERR_print_errors(bio_err); in asn1parse_main()
297 ERR_print_errors(bio_err); in asn1parse_main()
[all …]
H A Dpkeyutl.c234 BIO_puts(bio_err, "out of memory\n"); in pkeyutl_main()
263 BIO_printf(bio_err, in pkeyutl_main()
270 BIO_printf(bio_err, in pkeyutl_main()
284 BIO_printf(bio_err, in pkeyutl_main()
289 BIO_printf(bio_err, in pkeyutl_main()
293 BIO_printf(bio_err, in pkeyutl_main()
379 BIO_printf(bio_err, in pkeyutl_main()
385 BIO_printf(bio_err, in pkeyutl_main()
445 BIO_printf(bio_err, in pkeyutl_main()
506 ERR_print_errors(bio_err); in pkeyutl_main()
[all …]
H A Dgenpkey.c164 ERR_print_errors(bio_err); in genpkey_main()
178 BIO_puts(bio_err, "Error getting password\n"); in genpkey_main()
188 EVP_PKEY_CTX_set_app_data(ctx, bio_err); in genpkey_main()
209 BIO_puts(bio_err, "Error writing key\n"); in genpkey_main()
220 BIO_puts(bio_err, "Error printing key\n"); in genpkey_main()
228 ERR_print_errors(bio_err); in genpkey_main()
247 BIO_puts(bio_err, "Parameters already set!\n"); in init_keygen_file()
278 BIO_puts(bio_err, "Error initializing context\n"); in init_keygen_file()
279 ERR_print_errors(bio_err); in init_keygen_file()
294 BIO_puts(bio_err, "Algorithm already set!\n"); in init_gen_str()
[all …]
H A Dec.c171 BIO_printf(bio_err, "Error getting passwords\n"); in ec_main()
175 BIO_printf(bio_err, "read EC key\n"); in ec_main()
183 BIO_printf(bio_err, "unable to load Key\n"); in ec_main()
222 BIO_printf(bio_err, "unable to print EC key\n"); in ec_main()
230 BIO_printf(bio_err, "unable to check EC key\n"); in ec_main()
234 BIO_printf(bio_err, "EC Key Invalid!\n"); in ec_main()
236 BIO_printf(bio_err, "EC Key valid.\n"); in ec_main()
237 ERR_print_errors(bio_err); in ec_main()
245 BIO_printf(bio_err, "writing EC key\n"); in ec_main()
271 BIO_printf(bio_err, "unable to write EC key\n"); in ec_main()
[all …]
H A Dcms.c773 BIO_printf(bio_err, in cms_main()
797 BIO_printf(bio_err, in cms_main()
803 BIO_printf(bio_err, in cms_main()
850 ERR_print_errors(bio_err); in cms_main()
897 BIO_printf(bio_err, in cms_main()
904 BIO_printf(bio_err, in cms_main()
910 BIO_printf(bio_err, in cms_main()
936 BIO_printf(bio_err, in cms_main()
1214 BIO_printf(bio_err, in cms_main()
1273 ERR_print_errors(bio_err); in cms_main()
[all …]
H A Dopenssl.c44 BIO *bio_err = NULL; variable
55 BIO_printf(bio_err, "\n"); in warn_deprecated()
252 bio_err = dup_bio_err(FORMAT_TEXT); in main()
267 BIO_printf(bio_err, in main()
270 ERR_print_errors(bio_err); in main()
310 BIO_free(bio_err); in main()
372 BIO_printf(bio_err, "\n"); in help_main()
378 BIO_printf(bio_err, "\n"); in help_main()
381 BIO_printf(bio_err, in help_main()
385 BIO_printf(bio_err, in help_main()
[all …]
H A Decparam.c212 BIO_printf(bio_err, in ecparam_main()
216 BIO_printf(bio_err, in ecparam_main()
241 BIO_printf(bio_err, "unable to generate key\n"); in ecparam_main()
275 BIO_printf(bio_err, "unable to clear seed\n"); in ecparam_main()
281 BIO_printf(bio_err, "unable to print params\n"); in ecparam_main()
292 BIO_printf(bio_err, "unable to set check_type\n"); in ecparam_main()
298 BIO_printf(bio_err, "failed\n"); in ecparam_main()
301 BIO_printf(bio_err, "ok\n"); in ecparam_main()
330 BIO_printf(bio_err, "unable to generate key\n"); in ecparam_main()
338 BIO_printf(bio_err, "unable to write elliptic " in ecparam_main()
[all …]
H A Ddsa.c175 BIO_printf(bio_err, "Error getting passwords\n"); in dsa_main()
179 BIO_printf(bio_err, "read DSA key\n"); in dsa_main()
186 BIO_printf(bio_err, "unable to load Key\n"); in dsa_main()
187 ERR_print_errors(bio_err); in dsa_main()
191 BIO_printf(bio_err, "Not a DSA key\n"); in dsa_main()
204 ERR_print_errors(bio_err); in dsa_main()
213 ERR_print_errors(bio_err); in dsa_main()
226 BIO_printf(bio_err, "writing DSA key\n"); in dsa_main()
288 BIO_printf(bio_err, "invalid PVK encryption level\n"); in dsa_main()
294 BIO_printf(bio_err, "unable to write key\n"); in dsa_main()
[all …]
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 Ds_server.c168 BIO_printf(bio_err, in psk_server_cb()
184 (void)BIO_flush(bio_err); in psk_server_cb()
497 BIO_puts(bio_err, in get_ocsp_resp_from_responder()
616 ERR_print_errors(bio_err); in cert_status_cb()
1097 BIO_printf(bio_err, in s_server_main()
1701 BIO_printf(bio_err, in s_server_main()
1707 BIO_printf(bio_err, in s_server_main()
1861 ERR_print_errors(bio_err); in s_server_main()
1895 BIO_printf(bio_err, in s_server_main()
1967 ERR_print_errors(bio_err); in s_server_main()
[all …]
H A Ddsaparam.c82 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in dsaparam_main()
153 BIO_printf(bio_err, in dsaparam_main()
159 BIO_printf(bio_err, in dsaparam_main()
164 EVP_PKEY_CTX_set_app_data(ctx, bio_err); in dsaparam_main()
169 BIO_printf(bio_err, "This could take some time\n"); in dsaparam_main()
172 BIO_printf(bio_err, in dsaparam_main()
177 BIO_printf(bio_err, in dsaparam_main()
203 BIO_printf(bio_err, "Error, unable to write DSA parameters\n"); in dsaparam_main()
212 BIO_printf(bio_err, in dsaparam_main()
217 BIO_printf(bio_err, in dsaparam_main()
[all …]
/openssl/apps/lib/
H A Ds_cb.c63 BIO_puts(bio_err, "\n"); in verify_callback()
146 BIO_printf(bio_err, in set_cert_stuff()
163 ERR_print_errors(bio_err); in set_cert_key_stuff()
169 ERR_print_errors(bio_err); in set_cert_key_stuff()
177 BIO_printf(bio_err, in set_cert_key_stuff()
183 ERR_print_errors(bio_err); in set_cert_key_stuff()
805 BIO_printf(bio_err, in generate_stateless_cookie_callback()
915 BIO_printf(bio_err, in set_cert_cb()
1106 ERR_print_errors(bio_err); in args_excert()
1139 BIO_puts(bio_err, "\n"); in print_raw_cipherlist()
[all …]
H A Dtlssrp_depr.c73 BIO_printf(bio_err, "SRP parameters:\n"); in ssl_srp_verify_param_cb()
74 BIO_printf(bio_err, "\tN="); in ssl_srp_verify_param_cb()
75 BN_print(bio_err, N); in ssl_srp_verify_param_cb()
76 BIO_printf(bio_err, "\n\tg="); in ssl_srp_verify_param_cb()
77 BN_print(bio_err, g); in ssl_srp_verify_param_cb()
78 BIO_printf(bio_err, "\n"); in ssl_srp_verify_param_cb()
86 BIO_printf(bio_err, in ssl_srp_verify_param_cb()
97 BIO_printf(bio_err, "SRP param N and g rejected.\n"); in ssl_srp_verify_param_cb()
113 BIO_printf(bio_err, "Can't read Password\n"); in ssl_give_srp_client_pwd_cb()
180 BIO_printf(bio_err, in ssl_srp_server_param_cb()
[all …]
H A Dapp_rand.c28 BIO_printf(bio_err, "Can't load %s into RNG\n", randfile);
29 ERR_print_errors(bio_err);
35 BIO_printf(bio_err, "Can't duplicate %s\n", randfile);
36 ERR_print_errors(bio_err);
54 BIO_printf(bio_err, "Can't load %s into RNG\n", name); in loadfiles()
55 ERR_print_errors(bio_err); in loadfiles()
88 BIO_printf(bio_err, "Cannot write random bytes:\n"); in app_RAND_write()
89 ERR_print_errors(bio_err); in app_RAND_write()

Completed in 301 milliseconds

1234