Symbol: SSL_CTX_new
lib/libssl/hidden/openssl/ssl.h
101
LSSL_USED(SSL_CTX_new);
lib/libssl/ssl.h
1093
SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
lib/libssl/ssl_lib.c
2196
LSSL_ALIAS(SSL_CTX_new);
lib/libtls/tls_client.c
320
if ((ctx->ssl_ctx = SSL_CTX_new(SSLv23_client_method())) == NULL) {
lib/libtls/tls_config.c
499
if ((ssl_ctx = SSL_CTX_new(SSLv23_method())) == NULL) {
lib/libtls/tls_server.c
236
if ((*ssl_ctx = SSL_CTX_new(SSLv23_server_method())) == NULL) {
regress/lib/libcrypto/ocsp/ocsp_test.c
88
ctx = SSL_CTX_new(SSLv23_client_method());
regress/lib/libssl/api/apitest.c
120
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/api/apitest.c
89
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/ciphers/cipherstest.c
1138
if ((ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/ciphers/cipherstest.c
733
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL) {
regress/lib/libssl/client/clienttest.c
954
if ((ssl_ctx = SSL_CTX_new(cht->ssl_method())) == NULL) {
regress/lib/libssl/dtls/dtlstest.c
428
if ((ssl_ctx = SSL_CTX_new(DTLS_method())) == NULL)
regress/lib/libssl/dtls/dtlstest.c
460
if ((ssl_ctx = SSL_CTX_new(DTLS_method())) == NULL)
regress/lib/libssl/exporter/exportertest.c
543
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL) {
regress/lib/libssl/interop/client.c
144
ctx = SSL_CTX_new(method);
regress/lib/libssl/interop/server.c
151
ctx = SSL_CTX_new(method);
regress/lib/libssl/quic/quictest.c
134
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/quic/quictest.c
160
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/renegotiation/renegotiation_test.c
51
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/renegotiation/renegotiation_test.c
73
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/server/servertest.c
134
if ((ssl_ctx = SSL_CTX_new(sht->ssl_method())) == NULL) {
regress/lib/libssl/shutdown/shutdowntest.c
48
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/shutdown/shutdowntest.c
70
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/ssl/ssltest.c
601
c_ctx = SSL_CTX_new(meth);
regress/lib/libssl/ssl/ssltest.c
602
s_ctx = SSL_CTX_new(meth);
regress/lib/libssl/tls/tlstest.c
48
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/tls/tlstest.c
70
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
1141
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
1385
if ((ssl_ctx = SSL_CTX_new(TLSv1_2_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
1503
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
1636
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
1723
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
176
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
1800
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
1938
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
2061
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
2192
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
2322
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
2402
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
2475
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
2688
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
2828
if ((ssl_ctx = SSL_CTX_new(DTLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
3068
if ((ssl_ctx = SSL_CTX_new(DTLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
3223
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL) {
regress/lib/libssl/tlsext/tlsexttest.c
3346
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL) {
regress/lib/libssl/tlsext/tlsexttest.c
3473
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
3562
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
3658
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
377
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
3852
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
3987
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
4078
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
4194
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
4357
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
4595
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
4605
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
567
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
825
if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
regress/lib/libssl/tlsext/tlsexttest.c
907
if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/tlslegacy/tlslegacytest.c
578
if ((ssl_ctx = SSL_CTX_new(tct->ssl_method())) == NULL) {
regress/lib/libssl/unit/cipher_list.c
192
CHECK_GOTO((ctx = SSL_CTX_new(TLSv1_2_client_method())) != NULL);
regress/lib/libssl/unit/ssl_get_shared_ciphers.c
209
if ((ctx = SSL_CTX_new(TLS_method())) == NULL) {
regress/lib/libssl/unit/ssl_methods.c
195
if ((ssl_ctx = SSL_CTX_new(testcase->method())) == NULL) {
regress/lib/libssl/unit/ssl_methods.c
227
if ((ssl_ctx = SSL_CTX_new(testcase->method())) == NULL) {
regress/lib/libssl/unit/ssl_set_alpn_protos.c
121
if ((ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/unit/ssl_set_alpn_protos.c
158
if ((ctx = SSL_CTX_new(TLS_client_method())) == NULL)
regress/lib/libssl/unit/ssl_verify_param.c
37
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
regress/lib/libssl/unit/ssl_versions.c
198
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL) {
regress/lib/libssl/unit/ssl_versions.c
503
if ((ssl_ctx = SSL_CTX_new(svt->ssl_method())) == NULL) {
regress/lib/libssl/unit/ssl_versions.c
779
if ((ssl_ctx = SSL_CTX_new(mmvt->ssl_method())) == NULL) {
regress/lib/libssl/unit/tls_ext_alpn.c
425
CHECK_GOTO((ctx = SSL_CTX_new(TLSv1_2_client_method())) != NULL);
regress/lib/libssl/unit/tls_prf.c
121
if ((ssl_ctx = SSL_CTX_new(tpt->ssl_method())) == NULL)
regress/lib/libssl/verify/verify.c
144
if ((ctx = SSL_CTX_new(TLS_method())) == NULL) {
sbin/unwind/libunbound/services/listen_dnsport.c
4648
SSL_CTX* ctx = SSL_CTX_new(TLS_server_method());
sbin/unwind/libunbound/util/net_help.c
1347
SSL_CTX* ctx = SSL_CTX_new(SSLv23_server_method());
sbin/unwind/libunbound/util/net_help.c
1538
SSL_CTX* ctx = SSL_CTX_new(SSLv23_client_method());
usr.bin/openssl/ciphers.c
120
if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
usr.bin/openssl/ocsp.c
1566
ctx = SSL_CTX_new(TLS_client_method());
usr.bin/openssl/s_client.c
973
ctx = SSL_CTX_new(cfg.meth);
usr.bin/openssl/s_server.c
1150
ctx = SSL_CTX_new(cfg.meth);
usr.bin/openssl/s_server.c
1206
ctx2 = SSL_CTX_new(cfg.meth);
usr.bin/openssl/s_time.c
271
if ((tm_ctx = SSL_CTX_new(s_time_meth)) == NULL)
usr.sbin/nsd/dnstap/dnstap.c
165
dtw->ctx = SSL_CTX_new(SSLv23_client_method());
usr.sbin/nsd/nsd-control.c
189
ctx = SSL_CTX_new(SSLv23_client_method());
usr.sbin/nsd/server.c
2149
SSL_CTX *ctx = SSL_CTX_new(SSLv23_server_method());
usr.sbin/nsd/xfrd-tcp.c
131
ctx = SSL_CTX_new(TLS_client_method());
usr.sbin/unbound/daemon/remote.c
151
rc->ctx = SSL_CTX_new(SSLv23_server_method());
usr.sbin/unbound/services/listen_dnsport.c
4648
SSL_CTX* ctx = SSL_CTX_new(TLS_server_method());
usr.sbin/unbound/smallapp/unbound-anchor.c
779
SSL_CTX* sslctx = SSL_CTX_new(SSLv23_client_method());
usr.sbin/unbound/smallapp/unbound-control.c
559
ctx = SSL_CTX_new(SSLv23_client_method());
usr.sbin/unbound/testcode/doqclient.c
1356
SSL_CTX* ctx = SSL_CTX_new(TLS_client_method());
usr.sbin/unbound/testcode/petal.c
238
SSL_CTX* ctx = SSL_CTX_new(SSLv23_server_method());
usr.sbin/unbound/util/net_help.c
1347
SSL_CTX* ctx = SSL_CTX_new(SSLv23_server_method());
usr.sbin/unbound/util/net_help.c
1538
SSL_CTX* ctx = SSL_CTX_new(SSLv23_client_method());