Searched refs:SSL_CTX_new (Results 1 - 25 of 48) sorted by relevance

12

/openbsd-current/regress/lib/libssl/unit/
H A Dssl_verify_param.c38 if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
39 errx(1, "SSL_CTX_new");
H A Dssl_methods.c195 if ((ssl_ctx = SSL_CTX_new(testcase->method())) == NULL) {
196 fprintf(stderr, "SSL_CTX_new returned NULL\n");
227 if ((ssl_ctx = SSL_CTX_new(testcase->method())) == NULL) {
228 fprintf(stderr, "SSL_CTX_new returned NULL\n");
H A Dssl_set_alpn_protos.c121 if ((ctx = SSL_CTX_new(TLS_client_method())) == NULL)
122 errx(1, "SSL_CTX_new");
158 if ((ctx = SSL_CTX_new(TLS_client_method())) == NULL)
159 errx(1, "SSL_CTX_new");
H A Dssl_versions.c198 if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL) {
199 fprintf(stderr, "SSL_CTX_new() returned NULL\n");
503 if ((ssl_ctx = SSL_CTX_new(svt->ssl_method())) == NULL) {
504 fprintf(stderr, "SSL_CTX_new() returned NULL\n");
779 if ((ssl_ctx = SSL_CTX_new(mmvt->ssl_method())) == NULL) {
780 fprintf(stderr, "SSL_CTX_new() returned NULL\n");
H A Dcipher_list.c192 CHECK_GOTO((ctx = SSL_CTX_new(TLSv1_2_client_method())) != NULL);
H A Dssl_get_shared_ciphers.c209 if ((ctx = SSL_CTX_new(TLS_method())) == NULL) {
210 fprintf(stderr, "SSL_CTX_new(%s) failed\n", config->name);
H A Dtls_ext_alpn.c425 CHECK_GOTO((ctx = SSL_CTX_new(TLSv1_2_client_method())) != NULL);
H A Dtls_prf.c144 if ((ssl_ctx = SSL_CTX_new(tpt->ssl_method())) == NULL)
/openbsd-current/lib/libssl/man/
H A DMakefile21 SSL_CTX_new.3 \
/openbsd-current/regress/lib/libcrypto/ocsp/
H A Docsp_test.c88 ctx = SSL_CTX_new(SSLv23_client_method());
/openbsd-current/regress/lib/libssl/quic/
H A Dquictest.c134 if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
160 if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
/openbsd-current/regress/lib/libssl/api/
H A Dapitest.c89 if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
120 if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
/openbsd-current/regress/lib/libssl/tls/
H A Dtlstest.c48 if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
70 if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
/openbsd-current/regress/lib/libssl/tlsext/
H A Dtlsexttest.c176 if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
377 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
567 if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
825 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
907 if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
1141 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
1387 if ((ssl_ctx = SSL_CTX_new(TLSv1_2_client_method())) == NULL)
1505 if ((ssl_ctx = SSL_CTX_new(TLS_server_method())) == NULL)
1637 if ((ssl_ctx = SSL_CTX_new(TLS_client_method())) == NULL)
1724 if ((ssl_ctx = SSL_CTX_new(TLS_server_metho
[all...]
/openbsd-current/usr.bin/openssl/
H A Dciphers.c135 if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
H A Ds_time.c273 if ((tm_ctx = SSL_CTX_new(s_time_meth)) == NULL)
/openbsd-current/regress/lib/libssl/ciphers/
H A Dcipherstest.c81 if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL) {
82 fprintf(stderr, "SSL_CTX_new() returned NULL\n");
404 if ((ctx = SSL_CTX_new(TLS_method())) == NULL)
405 errx(1, "SSL_CTX_new");
/openbsd-current/regress/lib/libssl/shutdown/
H A Dshutdowntest.c48 if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
70 if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL)
/openbsd-current/regress/lib/libssl/verify/
H A Dverify.c144 if ((ctx = SSL_CTX_new(TLS_method())) == NULL) {
145 fprintf(stderr, "SSL_CTX_new(%s) failed\n", config->name);
/openbsd-current/regress/lib/libssl/interop/
H A Dclient.c144 ctx = SSL_CTX_new(method);
146 err_ssl(1, "SSL_CTX_new");
H A Dserver.c151 ctx = SSL_CTX_new(method);
153 err_ssl(1, "SSL_CTX_new");
/openbsd-current/regress/lib/libssl/server/
H A Dservertest.c134 if ((ssl_ctx = SSL_CTX_new(sht->ssl_method())) == NULL) {
135 fprintf(stderr, "SSL_CTX_new() returned NULL\n");
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h101 LSSL_USED(SSL_CTX_new); variable
/openbsd-current/lib/libtls/
H A Dtls_server.c236 if ((*ssl_ctx = SSL_CTX_new(SSLv23_server_method())) == NULL) {
H A Dtls_client.c320 if ((ctx->ssl_ctx = SSL_CTX_new(SSLv23_client_method())) == NULL) {

Completed in 290 milliseconds

12