Searched refs:TLS_client_method (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/regress/lib/libssl/unit/
H A Dssl_set_alpn_protos.c121 if ((ctx = SSL_CTX_new(TLS_client_method())) == NULL)
158 if ((ctx = SSL_CTX_new(TLS_client_method())) == NULL)
H A Dssl_methods.c119 .method = TLS_client_method,
120 .name = "TLS_client_method",
/openbsd-current/lib/libssl/
H A Dssl_methods.c442 TLS_client_method(void) function
446 LSSL_ALIAS(TLS_client_method); variable
471 return TLS_client_method();
H A Dssl.h1336 const SSL_METHOD *TLS_client_method(void); /* TLS v1.0 or later */
/openbsd-current/regress/lib/libssl/client/
H A Dclienttest.c446 .ssl_method = TLS_client_method,
453 .ssl_method = TLS_client_method,
462 .ssl_method = TLS_client_method,
471 .ssl_method = TLS_client_method,
482 .ssl_method = TLS_client_method,
492 .ssl_method = TLS_client_method,
/openbsd-current/regress/lib/libssl/tlsext/
H A Dtlsexttest.c176 if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
567 if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
907 if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
1637 if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
1801 if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
2062 if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
2323 if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
2403 if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
2476 if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
3223 if ((ssl_ctx = SSL_CTX_new(TLS_client_method()))
[all...]
/openbsd-current/regress/lib/libssl/interop/
H A Dclient.c119 method = TLS_client_method();
121 err_ssl(1, "TLS_client_method");
/openbsd-current/usr.bin/openssl/
H A Ds_time.c244 s_time_meth = TLS_client_method();
H A Docsp.c1514 ctx = SSL_CTX_new(TLS_client_method());
H A Ds_client.c880 cfg.meth = TLS_client_method();
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h275 LSSL_USED(TLS_client_method); variable
/openbsd-current/regress/lib/libssl/tlslegacy/
H A Dtlslegacytest.c543 .ssl_method = TLS_client_method,
550 .ssl_method = TLS_client_method,
/openbsd-current/usr.sbin/nsd/
H A Dxfrd-tcp.c40 ctx = SSL_CTX_new(TLS_client_method());

Completed in 231 milliseconds