Home
last modified time | relevance | path

Searched refs:SSL_CTX_new (Results 1 – 25 of 49) sorted by relevance

12

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_set_connect_state.pod28 When the SSL_CTX object was created with L<SSL_CTX_new(3)>,
50 L<SSL_CTX_new(3)>. If a generic method or a dedicated server method was
51 passed to L<SSL_CTX_new(3)>, SSL_is_server() returns 1; otherwise, it returns 0.
62 L<ssl(7)>, L<SSL_new(3)>, L<SSL_CTX_new(3)>,
HDSSL_CTX_set_ssl_version.pod32 L<SSL_CTX_new(3)>.
57 L<SSL_CTX_new(3)>, L<SSL_new(3)>,
HDSSL_CTX_new.pod6 SSL_CTX_new, SSL_CTX_up_ref, SSLv3_method, SSLv3_server_method,
20 SSL_CTX *SSL_CTX_new(const SSL_METHOD *method);
73 SSL_CTX_new() creates a new B<SSL_CTX> object as framework to
146 SSL_CTX_new() initializes the list of ciphers, the session cache setting, the
HDSSL_CTX_free.pod39 L<SSL_CTX_new(3)>, L<ssl(7)>,
HDSSL_CTX_config.pod62 ctx = SSL_CTX_new(TLS_server_method());
HDSSL_accept.pod71 L<SSL_CTX_new(3)>
HDBIO_f_ssl.pod161 ctx = SSL_CTX_new(TLS_client_method());
213 ctx = SSL_CTX_new(TLS_server_method());
HDSSL_connect.pod86 L<SSL_CTX_new(3)>
HDSSL_CTX_set_tmp_dh_callback.pod103 SSL_CTX ctx = SSL_CTX_new();
HDSSL_read.pod132 L<SSL_CTX_set_mode(3)>, L<SSL_CTX_new(3)>,
HDSSL_write.pod137 L<SSL_CTX_set_mode(3)>, L<SSL_CTX_new(3)>,
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile298 MAN+= SSL_CTX_new.3
2465 MLINKS+= SSL_CTX_new.3 DTLS_client_method.3
2466 MLINKS+= SSL_CTX_new.3 DTLS_method.3
2467 MLINKS+= SSL_CTX_new.3 DTLS_server_method.3
2468 MLINKS+= SSL_CTX_new.3 DTLSv1_2_client_method.3
2469 MLINKS+= SSL_CTX_new.3 DTLSv1_2_method.3
2470 MLINKS+= SSL_CTX_new.3 DTLSv1_2_server_method.3
2471 MLINKS+= SSL_CTX_new.3 DTLSv1_client_method.3
2472 MLINKS+= SSL_CTX_new.3 DTLSv1_method.3
2473 MLINKS+= SSL_CTX_new.3 DTLSv1_server_method.3
[all …]
/freebsd-13-stable/contrib/libpcap/
HDsslutils.c73 ctx = SSL_CTX_new(meth); in ssl_init_once()
/freebsd-13-stable/crypto/openssl/apps/
HDciphers.c179 ctx = SSL_CTX_new(meth); in ciphers_main()
HDs_time.c192 if ((ctx = SSL_CTX_new(meth)) == NULL) in s_time_main()
/freebsd-13-stable/contrib/dma/
HDcrypto.c128 ctx = SSL_CTX_new(meth); in smtp_init_crypto()
/freebsd-13-stable/contrib/ntp/sntp/libevent/sample/
HDle-proxy.c283 ssl_ctx = SSL_CTX_new(TLS_method()); in main()
HDhttps-client.c360 ssl_ctx = SSL_CTX_new(SSLv23_method()); in main()
/freebsd-13-stable/contrib/libevent/sample/
HDle-proxy.c283 ssl_ctx = SSL_CTX_new(TLS_method()); in main()
HDhttps-client.c360 ssl_ctx = SSL_CTX_new(SSLv23_method()); in main()
/freebsd-13-stable/secure/lib/libssl/
HDVersion.map97 SSL_CTX_new;
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
HDproto_tls.c382 sslctx = SSL_CTX_new(TLS_client_method()); in tls_exec_client()
669 sslctx = SSL_CTX_new(TLS_server_method()); in tls_exec_server()
/freebsd-13-stable/crypto/openssl/doc/man7/
HDssl.pod18 TLS/SSL enabled connections (see L<SSL_CTX_new(3)>).
126 See L<SSL_CTX_new(3)> for details.
273 =item SSL_CTX *B<SSL_CTX_new>(const SSL_METHOD *meth);
759 L<SSL_CTX_new(3)>,
/freebsd-13-stable/usr.sbin/rpc.tlsclntd/
HDrpc.tlsclntd.c485 ctx = SSL_CTX_new(TLS_client_method()); in rpctls_setupcl_ssl()
/freebsd-13-stable/contrib/unbound/util/
HDnet_help.c1245 SSL_CTX* ctx = SSL_CTX_new(SSLv23_server_method()); in listen_sslctx_create()
1395 SSL_CTX* ctx = SSL_CTX_new(SSLv23_client_method()); in connect_sslctx_create()

12