Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_SSLv2 (Results 1 – 25 of 1075) sorted by relevance

12345678910>>...43

/dports/irc/ircproxy/ircproxy-1.3.6/src/
H A Dssl.c84 #ifdef SSL_OP_NO_SSLv2 in ssl_init()
122 #ifdef SSL_OP_NO_SSLv2 in ssl_init()
124 CTX_Options |= SSL_OP_NO_SSLv2; in ssl_init()
128 CTX_Options |= SSL_OP_NO_SSLv2; in ssl_init()
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/plugins/
H A Dsslutils.c72 #if defined(SSL_OP_NO_SSLv2) in np_net_ssl_init_with_hostname_version_and_cert()
73 options |= SSL_OP_NO_SSLv2; in np_net_ssl_init_with_hostname_version_and_cert()
108 options |= SSL_OP_NO_SSLv2; in np_net_ssl_init_with_hostname_version_and_cert()
144 #if defined(SSL_OP_NO_SSLv2) in np_net_ssl_init_with_hostname_version_and_cert()
145 options |= SSL_OP_NO_SSLv2; in np_net_ssl_init_with_hostname_version_and_cert()
/dports/www/libevhtp/libevhtp-1.2.16/examples/https/
H A Dexample_https_server.c112 ssl_config->ssl_opts = SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1; in parse__ssl_opts_()
172 ssl_config->ssl_opts &= ~SSL_OP_NO_SSLv2; in parse__ssl_opts_()
184 ssl_config->ssl_opts |= SSL_OP_NO_SSLv2; in parse__ssl_opts_()
190 ssl_config->ssl_opts = SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1; in parse__ssl_opts_()
/dports/security/openssl-unsafe/openssl-c9ba19c/ssl/
H A Dsslv2conftest.c80 return ((options & SSL_OP_NO_SSLv2) == 0) ^ (sslv2 == SSLV2OFF); in checksslv2()
162 SSL_CTX_clear_options(ctx, SSL_OP_NO_SSLv2); in main()
164 SSL_clear_options(ssl, SSL_OP_NO_SSLv2); in main()
/dports/security/openssl-legacy-static/openssl-1.0.2u/ssl/
H A Dsslv2conftest.c80 return ((options & SSL_OP_NO_SSLv2) == 0) ^ (sslv2 == SSLV2OFF); in checksslv2()
162 SSL_CTX_clear_options(ctx, SSL_OP_NO_SSLv2); in main()
164 SSL_clear_options(ssl, SSL_OP_NO_SSLv2); in main()
/dports/security/erlang-fast_tls/fast_tls-1.1.13/c_src/
H A Doptions.h87 #if defined(SSL_OP_NO_SSLv2)
88 {"no_sslv2", SSL_OP_NO_SSLv2},
/dports/www/c-icap/c_icap-0.5.10/openssl/
H A Dopenssl_options.c90 #if defined(SSL_OP_NO_SSLv2)
91 {"SSL_OP_NO_SSLv2", SSL_OP_NO_SSLv2},
/dports/security/luasec/luasec-1.0.2/src/
H A Doptions.c122 #if defined(SSL_OP_NO_SSLv2)
123 {"no_sslv2", SSL_OP_NO_SSLv2},
/dports/security/nmap/nmap-7.91/nsock/src/
H A Dnsock_ssl.c137 SSL_CTX_clear_options(ms->sslctx, SSL_OP_NO_SSLv2); in nsock_pool_ssl_init_helper()
139 SSL_OP_ALL : SSL_OP_ALL|SSL_OP_NO_SSLv2); in nsock_pool_ssl_init_helper()
/dports/security/ncrack/ncrack-0.7/nsock/src/
H A Dnsock_ssl.c137 SSL_CTX_clear_options(ms->sslctx, SSL_OP_NO_SSLv2); in nsock_pool_ssl_init_helper()
139 SSL_OP_ALL : SSL_OP_ALL|SSL_OP_NO_SSLv2); in nsock_pool_ssl_init_helper()
/dports/devel/libmowgli2/libmowgli-2-2.1.3/src/libmowgli/vio/
H A Dvio_openssl.c193 # ifdef SSL_OP_NO_SSLv2 in mowgli_vio_openssl_default_listen()
194 SSL_CTX_set_options(connection->ssl_context, SSL_OP_NO_SSLv2); in mowgli_vio_openssl_default_listen()
350 # ifdef SSL_OP_NO_SSLv2 in mowgli_vio_openssl_client_handshake()
351 SSL_CTX_set_options(connection->ssl_context, SSL_OP_NO_SSLv2); in mowgli_vio_openssl_client_handshake()
/dports/irc/atheme-services/atheme-7.2.9/libmowgli-2/src/libmowgli/vio/
H A Dvio_openssl.c196 # ifdef SSL_OP_NO_SSLv2 in mowgli_vio_openssl_default_listen()
197 SSL_CTX_set_options(connection->ssl_context, SSL_OP_NO_SSLv2); in mowgli_vio_openssl_default_listen()
353 # ifdef SSL_OP_NO_SSLv2 in mowgli_vio_openssl_client_handshake()
354 SSL_CTX_set_options(connection->ssl_context, SSL_OP_NO_SSLv2); in mowgli_vio_openssl_client_handshake()
/dports/net/measurement-kit/measurement-kit-0.10.14/src/libmeasurement_kit/net/
H A Dlibssl.hpp151 SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); in make()
332 SSL_clear_options(ssl, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); in enable_v23()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/http/src/
H A Dtls_context.cc118 ssl_ctx_.get(), SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | in version_range()
138 opts |= SSL_OP_NO_SSLv2; in version_range()
/dports/dns/nsd/nsd-4.3.9/
H A Dnsd-control.c169 #if SSL_OP_NO_SSLv2 != 0 in setup_ctx()
170 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2) in setup_ctx()
171 != SSL_OP_NO_SSLv2) in setup_ctx()
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/dcpp/
H A DCryptoManager.cpp132 … SSL_CTX_set_options(clientContext, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_COMPRESSION); in CryptoManager()
134 …SSL_CTX_set_options(serverContext, SSL_OP_SINGLE_DH_USE | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_… in CryptoManager()
136 … SSL_CTX_set_options(clientVerContext, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_COMPRESSION); in CryptoManager()
138 …SSL_CTX_set_options(serverVerContext, SSL_OP_SINGLE_DH_USE | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | S… in CryptoManager()
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/dcpp/
H A DCryptoManager.cpp132 … SSL_CTX_set_options(clientContext, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_COMPRESSION); in CryptoManager()
134 …SSL_CTX_set_options(serverContext, SSL_OP_SINGLE_DH_USE | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_… in CryptoManager()
136 … SSL_CTX_set_options(clientVerContext, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_COMPRESSION); in CryptoManager()
138 …SSL_CTX_set_options(serverVerContext, SSL_OP_SINGLE_DH_USE | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | S… in CryptoManager()
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/dcpp/
H A DCryptoManager.cpp132 … SSL_CTX_set_options(clientContext, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_COMPRESSION); in CryptoManager()
134 …SSL_CTX_set_options(serverContext, SSL_OP_SINGLE_DH_USE | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_… in CryptoManager()
136 … SSL_CTX_set_options(clientVerContext, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_COMPRESSION); in CryptoManager()
138 …SSL_CTX_set_options(serverVerContext, SSL_OP_SINGLE_DH_USE | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | S… in CryptoManager()
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/dcpp/
H A DCryptoManager.cpp132 … SSL_CTX_set_options(clientContext, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_COMPRESSION); in CryptoManager()
134 …SSL_CTX_set_options(serverContext, SSL_OP_SINGLE_DH_USE | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_… in CryptoManager()
136 … SSL_CTX_set_options(clientVerContext, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_COMPRESSION); in CryptoManager()
138 …SSL_CTX_set_options(serverVerContext, SSL_OP_SINGLE_DH_USE | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | S… in CryptoManager()
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/dcpp/
H A DCryptoManager.cpp132 … SSL_CTX_set_options(clientContext, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_COMPRESSION); in CryptoManager()
134 …SSL_CTX_set_options(serverContext, SSL_OP_SINGLE_DH_USE | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_… in CryptoManager()
136 … SSL_CTX_set_options(clientVerContext, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_COMPRESSION); in CryptoManager()
138 …SSL_CTX_set_options(serverVerContext, SSL_OP_SINGLE_DH_USE | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | S… in CryptoManager()
/dports/sysutils/ucspi-ssl/host/superscript.com/net/ucspi-ssl-0.99b/src/
H A Dssl_context.c15 SSL_CTX_set_options(ctx,SSL_OP_NO_SSLv2); in ssl_context()
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/
H A Dxcom_ssl_transport.c235 long ssl_ctx_options= SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1_3; in configure_ssl_algorithms()
237 long ssl_ctx_options= SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3; in configure_ssl_algorithms()
253 (SSL_OP_NO_SSLv2 | in configure_ssl_algorithms()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/
H A Dxcom_ssl_transport.c237 long ssl_ctx_options= SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1_3; in configure_ssl_algorithms()
239 long ssl_ctx_options= SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3; in configure_ssl_algorithms()
255 (SSL_OP_NO_SSLv2 | in configure_ssl_algorithms()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/
H A Dxcom_ssl_transport.c237 long ssl_ctx_options= SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1_3; in configure_ssl_algorithms()
239 long ssl_ctx_options= SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3; in configure_ssl_algorithms()
255 (SSL_OP_NO_SSLv2 | in configure_ssl_algorithms()
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/
H A Dxcom_ssl_transport.c235 long ssl_ctx_options= SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1_3; in configure_ssl_algorithms()
237 long ssl_ctx_options= SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3; in configure_ssl_algorithms()
253 (SSL_OP_NO_SSLv2 | in configure_ssl_algorithms()

12345678910>>...43