| /freebsd-14-stable/crypto/openssl/ssl/ |
| HD | ssl_txt.c | 41 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(bp, "\n") <= 0) in SSL_SESSION_print() [all …]
|
| HD | t1_trce.c | 623 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(bio, "\n------details-----\n"); in ssl_print_certificate() [all …]
|
| /freebsd-14-stable/crypto/openssl/apps/lib/ |
| HD | s_cb.c | 60 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(out, "Requested "); in do_print_sigalgs() [all …]
|
| /freebsd-14-stable/crypto/openssl/apps/ |
| HD | list.c | 1285 BIO_puts(bio_out, "Engines:\n"); in list_engines() 1292 BIO_puts(bio_out, "Engine support is disabled.\n"); in list_engines() 1299 BIO_puts(bio_out, "Disabled algorithms:\n"); in list_disabled() 1301 BIO_puts(bio_out, "ARIA\n"); in list_disabled() 1304 BIO_puts(bio_out, "BF\n"); in list_disabled() 1307 BIO_puts(bio_out, "BLAKE2\n"); in list_disabled() 1310 BIO_puts(bio_out, "CAMELLIA\n"); in list_disabled() 1313 BIO_puts(bio_out, "CAST\n"); in list_disabled() 1316 BIO_puts(bio_out, "CMAC\n"); in list_disabled() 1319 BIO_puts(bio_out, "CMS\n"); in list_disabled() [all …]
|
| HD | genpkey.c | 173 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()
|
| HD | cms.c | 602 BIO_puts(bio_err, "Illegal -inkey without -signer\n"); in cms_main() 722 BIO_puts(bio_err, "No Signed Receipts Recipients\n"); in cms_main() 727 BIO_puts(bio_err, "Signed receipts only allowed with -sign\n"); in cms_main() 731 BIO_puts(bio_err, "Multiple signers or keys not allowed\n"); in cms_main() 737 BIO_puts(bio_err, "Incompatible options: " in cms_main() 743 BIO_puts(bio_err, "Incompatible options: CAdES validation requires" in cms_main() 751 BIO_puts(bio_err, "Illegal -inkey without -signer\n"); in cms_main() 1075 BIO_puts(bio_err, "Signed Receipt Request Creation Error\n"); in cms_main() 1142 BIO_puts(bio_err, "Error decrypting CMS using secret key\n"); in cms_main() 1149 BIO_puts(bio_err, "Error decrypting CMS using private key\n"); in cms_main() [all …]
|
| HD | crl.c | 262 BIO_puts(bio_err, "Missing CRL signing key\n"); in crl_main() 280 BIO_puts(bio_err, "Error creating delta CRL\n"); in crl_main() 303 BIO_puts(bio_out, "0x"); in crl_main() 307 BIO_puts(bio_out, "<NONE>"); in crl_main() 322 BIO_puts(bio_out, "<ERROR>"); in crl_main()
|
| HD | pkeyutl.c | 235 BIO_puts(bio_err, "out of memory\n"); in pkeyutl_main() 243 BIO_puts(bio_err, "out of memory\n"); in pkeyutl_main() 350 BIO_puts(bio_err, "user abort\n"); in pkeyutl_main() 352 BIO_puts(bio_err, "entry failed\n"); in pkeyutl_main() 357 BIO_puts(bio_err, "out of memory\n"); in pkeyutl_main() 461 BIO_puts(out, "Signature Verified Successfully\n"); in pkeyutl_main() 464 BIO_puts(out, "Signature Verification Failure\n"); in pkeyutl_main() 489 BIO_puts(bio_err, "Public Key operation error\n"); in pkeyutl_main() 491 BIO_puts(bio_err, "Key derivation failed\n"); in pkeyutl_main()
|
| HD | s_server.c | 491 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_err, "Error setting temp DH parameters\n"); in s_server_main() [all …]
|
| /freebsd-14-stable/crypto/openssl/crypto/asn1/ |
| HD | tasn_prn.c | 159 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(out, "\n") <= 0) in asn1_print_obstring() [all …]
|
| HD | asn1_parse.c | 109 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()
|
| HD | t_bitst.c | 24 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()
|
| HD | asn_mime.c | 177 BIO_puts(out, micstr); in asn1_write_micalg() 186 BIO_puts(out, "sha1"); in asn1_write_micalg() 190 BIO_puts(out, "md5"); in asn1_write_micalg() 194 BIO_puts(out, "sha-256"); in asn1_write_micalg() 198 BIO_puts(out, "sha-384"); in asn1_write_micalg() 202 BIO_puts(out, "sha-512"); in asn1_write_micalg() 206 BIO_puts(out, "gostr3411-94"); in asn1_write_micalg() 210 BIO_puts(out, "gostr3411-2012-256"); in asn1_write_micalg() 214 BIO_puts(out, "gostr3411-2012-512"); in asn1_write_micalg() 221 BIO_puts(out, "unknown"); in asn1_write_micalg() [all …]
|
| /freebsd-14-stable/crypto/openssl/crypto/rsa/ |
| HD | rsa_ameth.c | 215 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(bp, "INVALID") <= 0) { in rsa_pss_param_print() [all …]
|
| /freebsd-14-stable/crypto/openssl/crypto/x509/ |
| HD | v3_cpols.c | 406 BIO_puts(out, "\n"); in i2r_certpol() 411 BIO_puts(out, "\n"); in i2r_certpol() 425 BIO_puts(out, "\n"); in print_qualifiers() 464 BIO_puts(out, ", "); in print_notice() 466 BIO_puts(out, "(null)"); in print_notice() 471 BIO_puts(out, tmp); in print_notice() 476 BIO_puts(out, "\n"); in print_notice() 491 BIO_puts(out, "\n"); in X509_POLICY_NODE_print() 496 BIO_puts(out, "\n"); in X509_POLICY_NODE_print()
|
| HD | t_x509.c | 123 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()
|
| HD | t_req.c | 91 if (BIO_puts(bp, "\n") <= 0) in X509_REQ_print_ex() 142 if (BIO_puts(bp, ":") <= 0) in X509_REQ_print_ex() 153 if (BIO_puts(bp, "\n") <= 0) in X509_REQ_print_ex() 157 if (BIO_puts(bp, "unable to print attribute\n") <= 0) in X509_REQ_print_ex()
|
| HD | v3_addr.c | 154 BIO_puts(out, ":"); in i2r_address() 156 BIO_puts(out, ":"); in i2r_address() 188 BIO_puts(out, "-"); in i2r_IPAddressOrRanges() 191 BIO_puts(out, "\n"); in i2r_IPAddressOrRanges() 223 BIO_puts(out, " (Unicast)"); in i2r_IPAddrBlocks() 226 BIO_puts(out, " (Multicast)"); in i2r_IPAddrBlocks() 229 BIO_puts(out, " (Unicast/Multicast)"); in i2r_IPAddrBlocks() 232 BIO_puts(out, " (MPLS)"); in i2r_IPAddrBlocks() 235 BIO_puts(out, " (Tunnel)"); in i2r_IPAddrBlocks() 238 BIO_puts(out, " (VPLS)"); in i2r_IPAddrBlocks() [all …]
|
| HD | v3_crld.c | 196 BIO_puts(out, ", "); in print_reasons() 197 BIO_puts(out, pbn->lname); in print_reasons() 201 BIO_puts(out, "<EMPTY>\n"); in print_reasons() 203 BIO_puts(out, "\n"); in print_reasons() 418 BIO_puts(out, "\n"); in print_gens() 435 BIO_puts(out, "\n"); in print_distpoint() 472 BIO_puts(out, "\n"); in i2r_crldp()
|
| HD | t_crl.c | 56 BIO_puts(out, " "); in X509_CRL_print_ex() 60 BIO_puts(out, "\n"); in X509_CRL_print_ex()
|
| HD | v3_prn.c | 34 BIO_puts(out, "<EMPTY>\n"); in X509V3_EXT_val_prn() 46 BIO_puts(out, nval->value); in X509V3_EXT_val_prn() 48 BIO_puts(out, nval->name); in X509V3_EXT_val_prn()
|
| /freebsd-14-stable/crypto/openssl/test/ |
| HD | bio_memleak_test.c | 52 if (!TEST_int_eq(BIO_puts(bio, "Hello World\n"), 12)) in test_bio_get_mem() 157 if (!TEST_int_eq(BIO_puts(bio, "Hello World\n"), 12)) in test_bio_rdwr_rdonly() 169 if (!TEST_int_eq(BIO_puts(bio, "Hi!\n"), 4)) in test_bio_rdwr_rdonly() 193 if (!TEST_int_eq(BIO_puts(bio, "Hello World\n"), 12)) in test_bio_nonclear_rst()
|
| HD | bio_core_test.c | 38 return BIO_puts(bio->bio, str); in tst_bio_core_puts() 87 if (!TEST_int_gt(BIO_puts(corebio.bio, msg), 0) in test_bio_core()
|
| /freebsd-14-stable/crypto/openssl/crypto/ocsp/ |
| HD | ocsp_prn.c | 145 if (BIO_puts(bp, "OCSP Response Data:\n") <= 0) in OCSP_RESPONSE_print() 153 if (BIO_puts(bp, " Response Type: ") <= 0) in OCSP_RESPONSE_print() 158 BIO_puts(bp, " (unknown response type)\n"); in OCSP_RESPONSE_print() 168 if (BIO_puts(bp, " Responder Id: ") <= 0) in OCSP_RESPONSE_print()
|
| /freebsd-14-stable/crypto/openssl/doc/man3/ |
| HD | BIO_f_md.pod | 30 digest calculation and returns the digest value. BIO_puts() is 59 If an application needs to call BIO_gets() or BIO_puts() through 142 The lack of support for BIO_puts() and the non standard behaviour of 144 and BIO_puts() should be passed to the next BIO in the chain and digest
|