Home
last modified time | relevance | path

Searched refs:BIO_puts (Results 1 - 25 of 185) sorted by relevance

12345678

/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_txt.c41 if (BIO_puts(bp, "SSL-Session:\n") <= 0) in SSL_SESSION_print()
63 if (BIO_puts(bp, " Session-ID: ") <= 0) in SSL_SESSION_print()
69 if (BIO_puts(bp, "\n Session-ID-ctx: ") <= 0) in SSL_SESSION_print()
76 if (BIO_puts(bp, "\n Resumption PSK: ") <= 0) in SSL_SESSION_print()
78 } else if (BIO_puts(bp, "\n Master-Key: ") <= 0) in SSL_SESSION_print()
85 if (BIO_puts(bp, "\n PSK identity: ") <= 0) in SSL_SESSION_print()
89 if (BIO_puts(bp, "\n PSK identity hint: ") <= 0) in SSL_SESSION_print()
96 if (BIO_puts(bp, "\n SRP username: ") <= 0) in SSL_SESSION_print()
108 if (BIO_puts(bp, "\n TLS session ticket:\n") <= 0) in SSL_SESSION_print()
139 if (BIO_puts(b in SSL_SESSION_print()
[all...]
H A Dt1_trce.c623 BIO_puts(bio, "\n"); in ssl_print_hex()
679 BIO_puts(bio, "Random:\n"); in ssl_print_random()
753 BIO_puts(bio, "\n"); in ssl_print_extension()
799 BIO_puts(bio, "<EMPTY>\n"); in ssl_print_extension()
904 BIO_puts(bio, "No extensions\n"); in ssl_print_extensions()
913 BIO_puts(bio, "No extensions\n"); in ssl_print_extensions()
1190 BIO_puts(bio, "explicit_prime\n"); in ssl_print_server_keyex()
1192 BIO_puts(bio, "explicit_char2\n"); in ssl_print_server_keyex()
1237 BIO_puts(bio, "<UNPARSEABLE CERTIFICATE>\n"); in ssl_print_certificate()
1239 BIO_puts(bi in ssl_print_certificate()
[all...]
/third_party/openssl/ssl/
H A Dssl_txt.c41 if (BIO_puts(bp, "SSL-Session:\n") <= 0) in SSL_SESSION_print()
63 if (BIO_puts(bp, " Session-ID: ") <= 0) in SSL_SESSION_print()
69 if (BIO_puts(bp, "\n Session-ID-ctx: ") <= 0) in SSL_SESSION_print()
76 if (BIO_puts(bp, "\n Resumption PSK: ") <= 0) in SSL_SESSION_print()
78 } else if (BIO_puts(bp, "\n Master-Key: ") <= 0) in SSL_SESSION_print()
85 if (BIO_puts(bp, "\n PSK identity: ") <= 0) in SSL_SESSION_print()
89 if (BIO_puts(bp, "\n PSK identity hint: ") <= 0) in SSL_SESSION_print()
96 if (BIO_puts(bp, "\n SRP username: ") <= 0) in SSL_SESSION_print()
108 if (BIO_puts(bp, "\n TLS session ticket:\n") <= 0) in SSL_SESSION_print()
139 if (BIO_puts(b in SSL_SESSION_print()
[all...]
H A Dt1_trce.c623 BIO_puts(bio, "\n"); in ssl_print_hex()
679 BIO_puts(bio, "Random:\n"); in ssl_print_random()
753 BIO_puts(bio, "\n"); in ssl_print_extension()
799 BIO_puts(bio, "<EMPTY>\n"); in ssl_print_extension()
904 BIO_puts(bio, "No extensions\n"); in ssl_print_extensions()
913 BIO_puts(bio, "No extensions\n"); in ssl_print_extensions()
1190 BIO_puts(bio, "explicit_prime\n"); in ssl_print_server_keyex()
1192 BIO_puts(bio, "explicit_char2\n"); in ssl_print_server_keyex()
1237 BIO_puts(bio, "<UNPARSEABLE CERTIFICATE>\n"); in ssl_print_certificate()
1239 BIO_puts(bi in ssl_print_certificate()
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dlist.c1284 BIO_puts(bio_out, "Engines:\n"); in list_engines()
1291 BIO_puts(bio_out, "Engine support is disabled.\n"); in list_engines()
1298 BIO_puts(bio_out, "Disabled algorithms:\n"); in list_disabled()
1300 BIO_puts(bio_out, "ARIA\n"); in list_disabled()
1303 BIO_puts(bio_out, "BF\n"); in list_disabled()
1306 BIO_puts(bio_out, "BLAKE2\n"); in list_disabled()
1309 BIO_puts(bio_out, "CAMELLIA\n"); in list_disabled()
1312 BIO_puts(bio_out, "CAST\n"); in list_disabled()
1315 BIO_puts(bio_out, "CMAC\n"); in list_disabled()
1318 BIO_puts(bio_ou in list_disabled()
[all...]
H A Dcms.c598 BIO_puts(bio_err, "Illegal -inkey without -signer\n"); in cms_main()
715 BIO_puts(bio_err, "No Signed Receipts Recipients\n"); in cms_main()
720 BIO_puts(bio_err, "Signed receipts only allowed with -sign\n"); in cms_main()
724 BIO_puts(bio_err, "Multiple signers or keys not allowed\n"); in cms_main()
730 BIO_puts(bio_err, "Incompatible options: " in cms_main()
736 BIO_puts(bio_err, "Incompatible options: CAdES validation requires" in cms_main()
744 BIO_puts(bio_err, "Illegal -inkey without -signer\n"); in cms_main()
1059 BIO_puts(bio_err, "Signed Receipt Request Creation Error\n"); in cms_main()
1126 BIO_puts(bio_err, "Error decrypting CMS using secret key\n"); in cms_main()
1133 BIO_puts(bio_er in cms_main()
[all...]
H A Dgenpkey.c173 BIO_puts(bio_err, "Error getting password\n"); in genpkey_main()
205 BIO_puts(bio_err, "Error writing key\n"); in genpkey_main()
216 BIO_puts(bio_err, "Error printing key\n"); in genpkey_main()
243 BIO_puts(bio_err, "Parameters already set!\n"); in init_keygen_file()
274 BIO_puts(bio_err, "Error initializing context\n"); in init_keygen_file()
290 BIO_puts(bio_err, "Algorithm already set!\n"); in init_gen_str()
H A Ds_server.c491 BIO_puts(bio_err, "cert_status: can't parse AIA URL\n"); in get_ocsp_resp_from_responder()
499 BIO_puts(bio_err, in get_ocsp_resp_from_responder()
521 BIO_puts(bio_err, "cert_status: Can't retrieve issuer certificate.\n"); in get_ocsp_resp_from_responder()
544 BIO_puts(bio_err, "cert_status: error querying responder\n"); in get_ocsp_resp_from_responder()
584 BIO_puts(bio_err, "cert_status: callback called\n"); in cert_status_cb()
589 BIO_puts(bio_err, "cert_status: Cannot open OCSP response file\n"); in cert_status_cb()
595 BIO_puts(bio_err, "cert_status: Error reading OCSP response\n"); in cert_status_cb()
610 BIO_puts(bio_err, "cert_status: ocsp response sent:\n"); in cert_status_cb()
1781 BIO_puts(bio_err, "Error adding CRL\n"); in s_server_main()
2056 BIO_puts(bio_er in s_server_main()
[all...]
/third_party/openssl/apps/
H A Dlist.c1274 BIO_puts(bio_out, "Engines:\n"); in list_engines()
1281 BIO_puts(bio_out, "Engine support is disabled.\n"); in list_engines()
1288 BIO_puts(bio_out, "Disabled algorithms:\n"); in list_disabled()
1290 BIO_puts(bio_out, "ARIA\n"); in list_disabled()
1293 BIO_puts(bio_out, "BF\n"); in list_disabled()
1296 BIO_puts(bio_out, "BLAKE2\n"); in list_disabled()
1299 BIO_puts(bio_out, "CAMELLIA\n"); in list_disabled()
1302 BIO_puts(bio_out, "CAST\n"); in list_disabled()
1305 BIO_puts(bio_out, "CMAC\n"); in list_disabled()
1308 BIO_puts(bio_ou in list_disabled()
[all...]
H A Dcms.c598 BIO_puts(bio_err, "Illegal -inkey without -signer\n"); in cms_main()
714 BIO_puts(bio_err, "No Signed Receipts Recipients\n"); in cms_main()
719 BIO_puts(bio_err, "Signed receipts only allowed with -sign\n"); in cms_main()
723 BIO_puts(bio_err, "Multiple signers or keys not allowed\n"); in cms_main()
729 BIO_puts(bio_err, "Incompatible options: " in cms_main()
735 BIO_puts(bio_err, "Incompatible options: CAdES validation requires" in cms_main()
743 BIO_puts(bio_err, "Illegal -inkey without -signer\n"); in cms_main()
1060 BIO_puts(bio_err, "Signed Receipt Request Creation Error\n"); in cms_main()
1127 BIO_puts(bio_err, "Error decrypting CMS using secret key\n"); in cms_main()
1134 BIO_puts(bio_er in cms_main()
[all...]
H A Dgenpkey.c173 BIO_puts(bio_err, "Error getting password\n"); in genpkey_main()
205 BIO_puts(bio_err, "Error writing key\n"); in genpkey_main()
216 BIO_puts(bio_err, "Error printing key\n"); in genpkey_main()
243 BIO_puts(bio_err, "Parameters already set!\n"); in init_keygen_file()
274 BIO_puts(bio_err, "Error initializing context\n"); in init_keygen_file()
290 BIO_puts(bio_err, "Algorithm already set!\n"); in init_gen_str()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c60 BIO_puts(bio_err, "\n"); in verify_callback()
62 BIO_puts(bio_err, "<no cert>\n"); in verify_callback()
80 BIO_puts(bio_err, "issuer= "); in verify_callback()
83 BIO_puts(bio_err, "\n"); in verify_callback()
212 BIO_puts(bio, "Client Certificate Types: "); in ssl_print_client_cert_types()
218 BIO_puts(bio, ", "); in ssl_print_client_cert_types()
220 BIO_puts(bio, cname); in ssl_print_client_cert_types()
224 BIO_puts(bio, "\n"); in ssl_print_client_cert_types()
275 BIO_puts(out, "Shared "); in do_print_sigalgs()
278 BIO_puts(ou in do_print_sigalgs()
[all...]
/third_party/openssl/apps/lib/
H A Ds_cb.c60 BIO_puts(bio_err, "\n"); in verify_callback()
62 BIO_puts(bio_err, "<no cert>\n"); in verify_callback()
80 BIO_puts(bio_err, "issuer= "); in verify_callback()
83 BIO_puts(bio_err, "\n"); in verify_callback()
212 BIO_puts(bio, "Client Certificate Types: "); in ssl_print_client_cert_types()
218 BIO_puts(bio, ", "); in ssl_print_client_cert_types()
220 BIO_puts(bio, cname); in ssl_print_client_cert_types()
224 BIO_puts(bio, "\n"); in ssl_print_client_cert_types()
275 BIO_puts(out, "Shared "); in do_print_sigalgs()
278 BIO_puts(ou in do_print_sigalgs()
[all...]
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dtasn_prn.c159 if (BIO_puts(out, "<ABSENT>\n") <= 0) in asn1_item_print_ctx()
188 if ((i == 2) && (BIO_puts(out, "\n") <= 0)) in asn1_item_print_ctx()
217 if (BIO_puts(out, " {\n") <= 0) in asn1_item_print_ctx()
220 if (BIO_puts(out, "\n") <= 0) in asn1_item_print_ctx()
309 if ((i > 0) && (BIO_puts(out, "\n") <= 0)) in asn1_template_print_ctx()
352 if (BIO_puts(out, fname) <= 0) in asn1_print_fsname()
360 if (BIO_puts(out, sname) <= 0) in asn1_print_fsname()
387 if (BIO_puts(out, str) <= 0) in asn1_print_boolean()
400 if (BIO_puts(out, s) <= 0) in asn1_print_integer()
424 } else if (BIO_puts(ou in asn1_print_obstring()
[all...]
H A Dasn1_parse.c109 BIO_puts(bp, "BAD RECURSION DEPTH\n"); in asn1_parse2()
120 BIO_puts(bp, "Error in encoding\n"); in asn1_parse2()
191 if (BIO_puts(bp, ":BAD OBJECT") <= 0) in asn1_parse2()
197 if (BIO_puts(bp, ":BAD BOOLEAN") <= 0) in asn1_parse2()
281 if (BIO_puts(bp, ":BAD INTEGER") <= 0) in asn1_parse2()
307 if (BIO_puts(bp, ":BAD ENUMERATED") <= 0) in asn1_parse2()
327 if (BIO_puts(bp, ":[") <= 0) in asn1_parse2()
333 if (BIO_puts(bp, "]") <= 0) in asn1_parse2()
H A Dt_bitst.c24 BIO_puts(out, ", "); in ASN1_BIT_STRING_name_print()
25 BIO_puts(out, bnam->lname); in ASN1_BIT_STRING_name_print()
29 BIO_puts(out, "\n"); in ASN1_BIT_STRING_name_print()
/third_party/openssl/crypto/asn1/
H A Dtasn_prn.c159 if (BIO_puts(out, "<ABSENT>\n") <= 0) in asn1_item_print_ctx()
188 if ((i == 2) && (BIO_puts(out, "\n") <= 0)) in asn1_item_print_ctx()
217 if (BIO_puts(out, " {\n") <= 0) in asn1_item_print_ctx()
220 if (BIO_puts(out, "\n") <= 0) in asn1_item_print_ctx()
309 if ((i > 0) && (BIO_puts(out, "\n") <= 0)) in asn1_template_print_ctx()
352 if (BIO_puts(out, fname) <= 0) in asn1_print_fsname()
360 if (BIO_puts(out, sname) <= 0) in asn1_print_fsname()
387 if (BIO_puts(out, str) <= 0) in asn1_print_boolean()
400 if (BIO_puts(out, s) <= 0) in asn1_print_integer()
424 } else if (BIO_puts(ou in asn1_print_obstring()
[all...]
H A Dasn1_parse.c109 BIO_puts(bp, "BAD RECURSION DEPTH\n"); in asn1_parse2()
120 BIO_puts(bp, "Error in encoding\n"); in asn1_parse2()
191 if (BIO_puts(bp, ":BAD OBJECT") <= 0) in asn1_parse2()
197 if (BIO_puts(bp, ":BAD BOOLEAN") <= 0) in asn1_parse2()
281 if (BIO_puts(bp, ":BAD INTEGER") <= 0) in asn1_parse2()
307 if (BIO_puts(bp, ":BAD ENUMERATED") <= 0) in asn1_parse2()
327 if (BIO_puts(bp, ":[") <= 0) in asn1_parse2()
333 if (BIO_puts(bp, "]") <= 0) in asn1_parse2()
H A Dt_bitst.c24 BIO_puts(out, ", "); in ASN1_BIT_STRING_name_print()
25 BIO_puts(out, bnam->lname); in ASN1_BIT_STRING_name_print()
29 BIO_puts(out, "\n"); in ASN1_BIT_STRING_name_print()
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_ameth.c215 if (BIO_puts(bp, "No PSS parameter restrictions\n") <= 0) in rsa_pss_param_print()
219 if (BIO_puts(bp, "PSS parameter restrictions:") <= 0) in rsa_pss_param_print()
223 if (BIO_puts(bp,"(INVALID PSS PARAMETERS)\n") <= 0) in rsa_pss_param_print()
227 if (BIO_puts(bp, "\n") <= 0) in rsa_pss_param_print()
233 if (BIO_puts(bp, "Hash Algorithm: ") <= 0) in rsa_pss_param_print()
239 } else if (BIO_puts(bp, "sha1 (default)") <= 0) { in rsa_pss_param_print()
243 if (BIO_puts(bp, "\n") <= 0) in rsa_pss_param_print()
249 if (BIO_puts(bp, "Mask Algorithm: ") <= 0) in rsa_pss_param_print()
254 if (BIO_puts(bp, " with ") <= 0) in rsa_pss_param_print()
260 } else if (BIO_puts(b in rsa_pss_param_print()
[all...]
/third_party/openssl/crypto/rsa/
H A Drsa_ameth.c212 if (BIO_puts(bp, "No PSS parameter restrictions\n") <= 0) in rsa_pss_param_print()
216 if (BIO_puts(bp, "PSS parameter restrictions:") <= 0) in rsa_pss_param_print()
220 if (BIO_puts(bp,"(INVALID PSS PARAMETERS)\n") <= 0) in rsa_pss_param_print()
224 if (BIO_puts(bp, "\n") <= 0) in rsa_pss_param_print()
230 if (BIO_puts(bp, "Hash Algorithm: ") <= 0) in rsa_pss_param_print()
236 } else if (BIO_puts(bp, "sha1 (default)") <= 0) { in rsa_pss_param_print()
240 if (BIO_puts(bp, "\n") <= 0) in rsa_pss_param_print()
246 if (BIO_puts(bp, "Mask Algorithm: ") <= 0) in rsa_pss_param_print()
251 if (BIO_puts(bp, " with ") <= 0) in rsa_pss_param_print()
257 } else if (BIO_puts(b in rsa_pss_param_print()
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_cpols.c406 BIO_puts(out, "\n");
411 BIO_puts(out, "\n");
425 BIO_puts(out, "\n");
464 BIO_puts(out, ", ");
466 BIO_puts(out, "(null)");
471 BIO_puts(out, tmp);
476 BIO_puts(out, "\n");
491 BIO_puts(out, "\n");
496 BIO_puts(out, "\n");
H A Dt_x509.c123 if (BIO_puts(bp, " ") <= 0) in X509_print_ex()
171 if (BIO_puts(bp, "\n") <= 0) in X509_print_ex()
356 BIO_puts(out, ", "); in X509_aux_print()
361 BIO_puts(out, oidstr); in X509_aux_print()
363 BIO_puts(out, "\n"); in X509_aux_print()
371 BIO_puts(out, ", "); in X509_aux_print()
376 BIO_puts(out, oidstr); in X509_aux_print()
378 BIO_puts(out, "\n"); in X509_aux_print()
/third_party/openssl/crypto/x509/
H A Dv3_cpols.c406 BIO_puts(out, "\n");
411 BIO_puts(out, "\n");
425 BIO_puts(out, "\n");
464 BIO_puts(out, ", ");
466 BIO_puts(out, "(null)");
471 BIO_puts(out, tmp);
476 BIO_puts(out, "\n");
491 BIO_puts(out, "\n");
496 BIO_puts(out, "\n");
H A Dt_x509.c125 if (BIO_puts(bp, " ") <= 0) in X509_print_ex()
173 if (BIO_puts(bp, "\n") <= 0) in X509_print_ex()
358 BIO_puts(out, ", "); in X509_aux_print()
363 BIO_puts(out, oidstr); in X509_aux_print()
365 BIO_puts(out, "\n"); in X509_aux_print()
373 BIO_puts(out, ", "); in X509_aux_print()
378 BIO_puts(out, oidstr); in X509_aux_print()
380 BIO_puts(out, "\n"); in X509_aux_print()

Completed in 28 milliseconds

12345678