Symbol: log_crypto_err
sbin/unwind/libunbound/services/listen_dnsport.c
4650
log_crypto_err("Could not SSL_CTX_new");
sbin/unwind/libunbound/services/listen_dnsport.c
4677
log_crypto_err("doq: error in "
sbin/unwind/libunbound/services/listen_dnsport.c
4684
log_crypto_err("doq: error in SSL_CTX_use_PrivateKey_file");
sbin/unwind/libunbound/services/listen_dnsport.c
4690
log_crypto_err("doq: error in SSL_CTX_check_private_key");
sbin/unwind/libunbound/services/listen_dnsport.c
4699
log_crypto_err("doq: error in "
sbin/unwind/libunbound/services/listen_dnsport.c
4758
log_crypto_err("doq: SSL_new failed");
sbin/unwind/libunbound/util/net_help.c
1102
else log_crypto_err(buf);
sbin/unwind/libunbound/util/net_help.c
1106
else log_crypto_err(str);
sbin/unwind/libunbound/util/net_help.c
1237
log_crypto_err("could not set SSL_OP_NO_SSLv2");
sbin/unwind/libunbound/util/net_help.c
1243
log_crypto_err("could not set SSL_OP_NO_SSLv3");
sbin/unwind/libunbound/util/net_help.c
1250
log_crypto_err("could not set SSL_OP_NO_TLSv1");
sbin/unwind/libunbound/util/net_help.c
1258
log_crypto_err("could not set SSL_OP_NO_TLSv1_1");
sbin/unwind/libunbound/util/net_help.c
1266
log_crypto_err("could not set SSL_OP_NO_TLSv1_2");
sbin/unwind/libunbound/util/net_help.c
1274
log_crypto_err("could not set SSL_OP_NO_RENEGOTIATION");
sbin/unwind/libunbound/util/net_help.c
1283
log_crypto_err("could not set cipher list with SSL_CTX_set_cipher_list");
sbin/unwind/libunbound/util/net_help.c
1292
log_crypto_err("could not set SSL_OP_IGNORE_UNEXPECTED_EOF");
sbin/unwind/libunbound/util/net_help.c
1300
log_crypto_err("could not set SSL_OP_CIPHER_SERVER_PREFERENCE");
sbin/unwind/libunbound/util/net_help.c
1321
log_crypto_err("Error in SSL_CTX_ecdh_auto, not enabling ECDHE");
sbin/unwind/libunbound/util/net_help.c
1327
log_crypto_err("could not find p256, not enabling ECDHE");
sbin/unwind/libunbound/util/net_help.c
1330
log_crypto_err("Error in SSL_CTX_set_tmp_ecdh, not enabling ECDHE");
sbin/unwind/libunbound/util/net_help.c
1349
log_crypto_err("could not SSL_CTX_new");
sbin/unwind/libunbound/util/net_help.c
1368
log_crypto_err("error in SSL_CTX use_certificate_chain_file");
sbin/unwind/libunbound/util/net_help.c
1374
log_crypto_err("Error in SSL_CTX use_PrivateKey_file");
sbin/unwind/libunbound/util/net_help.c
1380
log_crypto_err("Error in SSL_CTX check_private_key");
sbin/unwind/libunbound/util/net_help.c
1387
log_crypto_err("Error in SSL_CTX verify locations");
sbin/unwind/libunbound/util/net_help.c
1399
log_crypto_err("Error in SSL_CTX_set_cipher_list");
sbin/unwind/libunbound/util/net_help.c
1409
log_crypto_err("Error in SSL_CTX_set_ciphersuites");
sbin/unwind/libunbound/util/net_help.c
1419
log_crypto_err("no support for TLS session ticket");
sbin/unwind/libunbound/util/net_help.c
1540
log_crypto_err("could not allocate SSL_CTX pointer");
sbin/unwind/libunbound/util/net_help.c
1546
log_crypto_err("could not set SSL_OP_NO_SSLv2");
sbin/unwind/libunbound/util/net_help.c
1553
log_crypto_err("could not set SSL_OP_NO_SSLv3");
sbin/unwind/libunbound/util/net_help.c
1561
log_crypto_err("could not set SSL_OP_NO_RENEGOTIATION");
sbin/unwind/libunbound/util/net_help.c
1572
log_crypto_err("could not set SSL_OP_IGNORE_UNEXPECTED_EOF");
sbin/unwind/libunbound/util/net_help.c
1580
log_crypto_err("error in certificate file");
sbin/unwind/libunbound/util/net_help.c
1586
log_crypto_err("error in key file");
sbin/unwind/libunbound/util/net_help.c
1592
log_crypto_err("error in SSL_CTX_check_private_key");
sbin/unwind/libunbound/util/net_help.c
1600
log_crypto_err("error in SSL_CTX verify");
sbin/unwind/libunbound/util/net_help.c
1608
log_crypto_err("error in add_WIN_cacerts_to_openssl_store");
sbin/unwind/libunbound/util/net_help.c
1616
log_crypto_err("error in default_verify_paths");
sbin/unwind/libunbound/util/net_help.c
1636
log_crypto_err("could not SSL_new");
sbin/unwind/libunbound/util/net_help.c
1642
log_crypto_err("could not SSL_set_fd");
sbin/unwind/libunbound/util/net_help.c
1658
log_crypto_err("could not SSL_new");
sbin/unwind/libunbound/util/net_help.c
1664
log_crypto_err("could not SSL_set_fd");
sbin/unwind/libunbound/util/net_help.h
443
void log_crypto_err(const char* str);
usr.sbin/nsd/dnstap/dnstap.c
149
void log_crypto_err(const char* str); /* in server.c */
usr.sbin/nsd/dnstap/dnstap.c
396
log_crypto_err("dnstap: SSL_do_handshake failed");
usr.sbin/nsd/dnstap/dnstap.c
404
log_crypto_err("SSL verification failed");
usr.sbin/nsd/dnstap/dnstap.c
413
log_crypto_err("Server presented no peer certificate");
usr.sbin/nsd/dnstap/dnstap.c
466
log_crypto_err("dnstap: could not SSL_read");
usr.sbin/nsd/dnstap/dnstap.c
488
log_crypto_err("dnstap: could not SSL_write");
usr.sbin/nsd/remote.c
234
log_crypto_err(const char* str)
usr.sbin/nsd/remote.c
2803
log_crypto_err("could not SSL_read");
usr.sbin/nsd/remote.c
2891
log_crypto_err("remote control failed ssl");
usr.sbin/nsd/remote.c
670
log_crypto_err("could not SSL_new");
usr.sbin/nsd/remote.c
679
log_crypto_err("could not SSL_set_fd");
usr.sbin/nsd/remote.c
746
log_crypto_err("could not SSL_write");
usr.sbin/nsd/remote.c
801
log_crypto_err("could not SSL_read");
usr.sbin/nsd/server.c
2045
log_crypto_err("get_ocsp: BIO_new_file failed");
usr.sbin/nsd/server.c
2050
log_crypto_err("get_ocsp: d2i_OCSP_RESPONSE_bio failed");
usr.sbin/nsd/server.c
2056
log_crypto_err("get_ocsp: i2d_OCSP_RESPONSE #1 failed");
usr.sbin/nsd/server.c
2071
log_crypto_err("get_ocsp: i2d_OCSP_RESPONSE #2 failed");
usr.sbin/nsd/server.c
2094
log_crypto_err("Error in SSL_CTX_ecdh_auto, not enabling ECDHE");
usr.sbin/nsd/server.c
2100
log_crypto_err("could not find p256, not enabling ECDHE");
usr.sbin/nsd/server.c
2103
log_crypto_err("Error in SSL_CTX_set_tmp_ecdh, not enabling ECDHE");
usr.sbin/nsd/server.c
2122
log_crypto_err("Error in SSL_set_tlsext_status_ocsp_resp");
usr.sbin/nsd/server.c
2151
log_crypto_err("could not SSL_CTX_new");
usr.sbin/nsd/server.c
2157
log_crypto_err("could not set SSL_OP_NO_SSLv2");
usr.sbin/nsd/server.c
2164
log_crypto_err("could not set SSL_OP_NO_SSLv3");
usr.sbin/nsd/server.c
2172
log_crypto_err("could not set SSL_OP_NO_TLSv1");
usr.sbin/nsd/server.c
2181
log_crypto_err("could not set SSL_OP_NO_TLSv1_1");
usr.sbin/nsd/server.c
2190
log_crypto_err("could not set SSL_OP_NO_TLSv1_2");
usr.sbin/nsd/server.c
2199
log_crypto_err("could not set SSL_OP_NO_RENEGOTIATION");
usr.sbin/nsd/server.c
2216
log_crypto_err("could not set cipher list with SSL_CTX_set_cipher_list");
usr.sbin/nsd/server.c
2222
log_crypto_err("could not set SSL_OP_CIPHER_SERVER_PREFERENCE");
usr.sbin/nsd/server.c
2231
log_crypto_err("error in SSL_CTX use_certificate_chain_file");
usr.sbin/nsd/server.c
2237
log_crypto_err("Error in SSL_CTX use_PrivateKey_file");
usr.sbin/nsd/server.c
2243
log_crypto_err("Error in SSL_CTX check_private_key");
usr.sbin/nsd/server.c
2250
log_crypto_err("Error in SSL_CTX verify locations");
usr.sbin/nsd/server.c
2287
log_crypto_err("Error reading OCSPfile");
usr.sbin/nsd/server.c
2293
log_crypto_err("Error in SSL_CTX_set_tlsext_status_cb");
usr.sbin/nsd/server.c
4933
log_crypto_err("could not SSL_new");
usr.sbin/nsd/server.c
4939
log_crypto_err("could not SSL_set_fd");
usr.sbin/nsd/server.c
5064
log_crypto_err("could not SSL_read");
usr.sbin/nsd/server.c
5428
log_crypto_err(e);
usr.sbin/nsd/xfrd-tcp.c
1053
log_crypto_err(errmsg);
usr.sbin/nsd/xfrd-tcp.c
1337
log_crypto_err("xfrd: TLS handshake failed");
usr.sbin/nsd/xfrd-tcp.c
1598
log_crypto_err("xfrd: TLS handshake failed");
usr.sbin/nsd/xfrd-tcp.c
35
void log_crypto_err(const char* str); /* in server.c */
usr.sbin/unbound/daemon/remote.c
153
log_crypto_err("could not SSL_CTX_new");
usr.sbin/unbound/daemon/remote.c
169
log_crypto_err("Error in SSL_CTX use_certificate_chain_file");
usr.sbin/unbound/daemon/remote.c
174
log_crypto_err("Error in SSL_CTX use_PrivateKey_file");
usr.sbin/unbound/daemon/remote.c
179
log_crypto_err("Error in SSL_CTX check_private_key");
usr.sbin/unbound/daemon/remote.c
184
log_crypto_err("Error setting up SSL_CTX verify locations");
usr.sbin/unbound/daemon/remote.c
497
log_crypto_err("could not SSL_new");
usr.sbin/unbound/daemon/remote.c
505
log_crypto_err("could not SSL_set_fd");
usr.sbin/unbound/services/listen_dnsport.c
4650
log_crypto_err("Could not SSL_CTX_new");
usr.sbin/unbound/services/listen_dnsport.c
4677
log_crypto_err("doq: error in "
usr.sbin/unbound/services/listen_dnsport.c
4684
log_crypto_err("doq: error in SSL_CTX_use_PrivateKey_file");
usr.sbin/unbound/services/listen_dnsport.c
4690
log_crypto_err("doq: error in SSL_CTX_check_private_key");
usr.sbin/unbound/services/listen_dnsport.c
4699
log_crypto_err("doq: error in "
usr.sbin/unbound/services/listen_dnsport.c
4758
log_crypto_err("doq: SSL_new failed");
usr.sbin/unbound/testcode/doqclient.c
1358
log_crypto_err("Could not SSL_CTX_new");
usr.sbin/unbound/testcode/doqclient.c
1390
log_crypto_err("Could not SSL_new");
usr.sbin/unbound/testcode/doqclient.c
1408
log_crypto_err("Could not SSL_set_fd");
usr.sbin/unbound/testcode/doqclient.c
2086
log_crypto_err("Could not read session file with PEM_read_bio_SSL_SESSION");
usr.sbin/unbound/testcode/doqclient.c
2092
log_crypto_err("Could not SSL_set_session");
usr.sbin/unbound/testcode/streamtcp.c
246
log_crypto_err("cannot SSL_write");
usr.sbin/unbound/testcode/streamtcp.c
265
log_crypto_err("cannot SSL_write");
usr.sbin/unbound/testcode/streamtcp.c
302
log_crypto_err("could not SSL_read");
usr.sbin/unbound/testcode/streamtcp.c
328
log_crypto_err("could not SSL_read");
usr.sbin/unbound/testcode/streamtcp.c
491
log_crypto_err("cannot SSL_write");
usr.sbin/unbound/util/net_help.c
1102
else log_crypto_err(buf);
usr.sbin/unbound/util/net_help.c
1106
else log_crypto_err(str);
usr.sbin/unbound/util/net_help.c
1237
log_crypto_err("could not set SSL_OP_NO_SSLv2");
usr.sbin/unbound/util/net_help.c
1243
log_crypto_err("could not set SSL_OP_NO_SSLv3");
usr.sbin/unbound/util/net_help.c
1250
log_crypto_err("could not set SSL_OP_NO_TLSv1");
usr.sbin/unbound/util/net_help.c
1258
log_crypto_err("could not set SSL_OP_NO_TLSv1_1");
usr.sbin/unbound/util/net_help.c
1266
log_crypto_err("could not set SSL_OP_NO_TLSv1_2");
usr.sbin/unbound/util/net_help.c
1274
log_crypto_err("could not set SSL_OP_NO_RENEGOTIATION");
usr.sbin/unbound/util/net_help.c
1283
log_crypto_err("could not set cipher list with SSL_CTX_set_cipher_list");
usr.sbin/unbound/util/net_help.c
1292
log_crypto_err("could not set SSL_OP_IGNORE_UNEXPECTED_EOF");
usr.sbin/unbound/util/net_help.c
1300
log_crypto_err("could not set SSL_OP_CIPHER_SERVER_PREFERENCE");
usr.sbin/unbound/util/net_help.c
1321
log_crypto_err("Error in SSL_CTX_ecdh_auto, not enabling ECDHE");
usr.sbin/unbound/util/net_help.c
1327
log_crypto_err("could not find p256, not enabling ECDHE");
usr.sbin/unbound/util/net_help.c
1330
log_crypto_err("Error in SSL_CTX_set_tmp_ecdh, not enabling ECDHE");
usr.sbin/unbound/util/net_help.c
1349
log_crypto_err("could not SSL_CTX_new");
usr.sbin/unbound/util/net_help.c
1368
log_crypto_err("error in SSL_CTX use_certificate_chain_file");
usr.sbin/unbound/util/net_help.c
1374
log_crypto_err("Error in SSL_CTX use_PrivateKey_file");
usr.sbin/unbound/util/net_help.c
1380
log_crypto_err("Error in SSL_CTX check_private_key");
usr.sbin/unbound/util/net_help.c
1387
log_crypto_err("Error in SSL_CTX verify locations");
usr.sbin/unbound/util/net_help.c
1399
log_crypto_err("Error in SSL_CTX_set_cipher_list");
usr.sbin/unbound/util/net_help.c
1409
log_crypto_err("Error in SSL_CTX_set_ciphersuites");
usr.sbin/unbound/util/net_help.c
1419
log_crypto_err("no support for TLS session ticket");
usr.sbin/unbound/util/net_help.c
1540
log_crypto_err("could not allocate SSL_CTX pointer");
usr.sbin/unbound/util/net_help.c
1546
log_crypto_err("could not set SSL_OP_NO_SSLv2");
usr.sbin/unbound/util/net_help.c
1553
log_crypto_err("could not set SSL_OP_NO_SSLv3");
usr.sbin/unbound/util/net_help.c
1561
log_crypto_err("could not set SSL_OP_NO_RENEGOTIATION");
usr.sbin/unbound/util/net_help.c
1572
log_crypto_err("could not set SSL_OP_IGNORE_UNEXPECTED_EOF");
usr.sbin/unbound/util/net_help.c
1580
log_crypto_err("error in certificate file");
usr.sbin/unbound/util/net_help.c
1586
log_crypto_err("error in key file");
usr.sbin/unbound/util/net_help.c
1592
log_crypto_err("error in SSL_CTX_check_private_key");
usr.sbin/unbound/util/net_help.c
1600
log_crypto_err("error in SSL_CTX verify");
usr.sbin/unbound/util/net_help.c
1608
log_crypto_err("error in add_WIN_cacerts_to_openssl_store");
usr.sbin/unbound/util/net_help.c
1616
log_crypto_err("error in default_verify_paths");
usr.sbin/unbound/util/net_help.c
1636
log_crypto_err("could not SSL_new");
usr.sbin/unbound/util/net_help.c
1642
log_crypto_err("could not SSL_set_fd");
usr.sbin/unbound/util/net_help.c
1658
log_crypto_err("could not SSL_new");
usr.sbin/unbound/util/net_help.c
1664
log_crypto_err("could not SSL_set_fd");
usr.sbin/unbound/util/net_help.h
443
void log_crypto_err(const char* str);