Home
last modified time | relevance | path

Searched refs:SSL_CTX_clear_options (Results 1 – 25 of 579) sorted by relevance

12345678910>>...24

/dports/devel/pecl-event/event-3.0.6/php8/classes/
H A Dssl_context.c207 SSL_CTX_clear_options(ctx, SSL_OP_NO_SSLv2); in set_ssl_ctx_options()
226 SSL_CTX_clear_options(ctx, SSL_OP_NO_SSLv3); in set_ssl_ctx_options()
244 SSL_CTX_clear_options(ctx, SSL_OP_NO_TLSv1); in set_ssl_ctx_options()
262 SSL_CTX_clear_options(ctx, SSL_OP_NO_TLSv1_1); in set_ssl_ctx_options()
281 SSL_CTX_clear_options(ctx, SSL_OP_NO_TLSv1_2); in set_ssl_ctx_options()
290 SSL_CTX_clear_options(ctx, SSL_OP_CIPHER_SERVER_PREFERENCE); in set_ssl_ctx_options()
/dports/devel/pecl-event/event-3.0.6/php7/classes/
H A Dssl_context.c207 SSL_CTX_clear_options(ctx, SSL_OP_NO_SSLv2);
226 SSL_CTX_clear_options(ctx, SSL_OP_NO_SSLv3);
244 SSL_CTX_clear_options(ctx, SSL_OP_NO_TLSv1);
262 SSL_CTX_clear_options(ctx, SSL_OP_NO_TLSv1_1);
281 SSL_CTX_clear_options(ctx, SSL_OP_NO_TLSv1_2);
290 SSL_CTX_clear_options(ctx, SSL_OP_CIPHER_SERVER_PREFERENCE);
/dports/devel/pecl-event/event-3.0.6/php5/classes/
H A Dssl_context.c223 SSL_CTX_clear_options(ctx, SSL_OP_NO_SSLv2); in set_ssl_ctx_options()
242 SSL_CTX_clear_options(ctx, SSL_OP_NO_SSLv3); in set_ssl_ctx_options()
260 SSL_CTX_clear_options(ctx, SSL_OP_NO_TLSv1); in set_ssl_ctx_options()
278 SSL_CTX_clear_options(ctx, SSL_OP_NO_TLSv1_1); in set_ssl_ctx_options()
297 SSL_CTX_clear_options(ctx, SSL_OP_NO_TLSv1_2); in set_ssl_ctx_options()
306 SSL_CTX_clear_options(ctx, SSL_OP_CIPHER_SERVER_PREFERENCE); in set_ssl_ctx_options()
/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()
175 SSL_CTX_clear_options(dtls_ctx, SSL_OP_TLSEXT_PADDING); in nsock_pool_dtls_init()
/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()
175 SSL_CTX_clear_options(dtls_ctx, SSL_OP_TLSEXT_PADDING); in nsock_pool_dtls_init()
/dports/security/openssl-legacy-static/openssl-1.0.2u/doc/ssl/
H A DSSL_CTX_set_options.pod5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options, SSL_clear_options, SSL_CTX_get_options…
14 long SSL_CTX_clear_options(SSL_CTX *ctx, long options);
32 SSL_CTX_clear_options() clears the options set via bitmask in B<options>
303 B<SSL_OP_LEGACY_SERVER_CONNECT> using SSL_CTX_clear_options() or
318 SSL_CTX_clear_options() and SSL_clear_options() return the new options bitmask
348 SSL_CTX_clear_options() and SSL_clear_options() were first added in OpenSSL
/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/tls/
H A Dtls.c416 SSL_CTX_clear_options(ctx->ssl_ctx, SSL_OP_NO_TLSv1); in tls_configure_ssl()
417 SSL_CTX_clear_options(ctx->ssl_ctx, SSL_OP_NO_TLSv1_1); in tls_configure_ssl()
418 SSL_CTX_clear_options(ctx->ssl_ctx, SSL_OP_NO_TLSv1_2); in tls_configure_ssl()
419 SSL_CTX_clear_options(ctx->ssl_ctx, SSL_OP_NO_TLSv1_3); in tls_configure_ssl()
/dports/security/openssl-unsafe/openssl-c9ba19c/doc/ssl/
H A DSSL_CTX_set_options.pod5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options, SSL_clear_options, SSL_CTX_get_options…
14 long SSL_CTX_clear_options(SSL_CTX *ctx, long options);
32 SSL_CTX_clear_options() clears the options set via bitmask in B<options>
312 B<SSL_OP_LEGACY_SERVER_CONNECT> using SSL_CTX_clear_options() or
327 SSL_CTX_clear_options() and SSL_clear_options() return the new options bitmask
357 SSL_CTX_clear_options() and SSL_clear_options() were first added in OpenSSL
/dports/emulators/citra/citra-ac98458e0/externals/libressl/tls/
H A Dtls.c416 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1); in tls_configure_ssl()
417 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1_1); in tls_configure_ssl()
418 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1_2); in tls_configure_ssl()
419 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1_3); in tls_configure_ssl()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/tls/
H A Dtls.c416 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1); in tls_configure_ssl()
417 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1_1); in tls_configure_ssl()
418 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1_2); in tls_configure_ssl()
419 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1_3); in tls_configure_ssl()
/dports/devel/pecl-swoole/swoole-4.8.5/src/protocol/
H A Dssl.cc370 SSL_CTX_clear_options(context, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1);
389 SSL_CTX_clear_options(context, SSL_OP_NO_TLSv1_1);
395 SSL_CTX_clear_options(context, SSL_OP_NO_TLSv1_2);
401 SSL_CTX_clear_options(context, SSL_OP_NO_TLSv1_3);
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/quic/test/
H A Dtest_QUICPacketHeaderProtector.cc46 SSL_CTX_clear_options(client_ssl_ctx, SSL_OP_ENABLE_MIDDLEBOX_COMPAT);
57 SSL_CTX_clear_options(server_ssl_ctx, SSL_OP_ENABLE_MIDDLEBOX_COMPAT);
/dports/security/libressl-static/libressl-3.3.5/tls/
H A Dtls.c493 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1); in tls_configure_ssl()
494 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1_1); in tls_configure_ssl()
495 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1_2); in tls_configure_ssl()
496 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1_3); in tls_configure_ssl()
/dports/security/libressl/libressl-3.4.3/tls/
H A Dtls.c493 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1); in tls_configure_ssl()
494 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1_1); in tls_configure_ssl()
495 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1_2); in tls_configure_ssl()
496 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1_3); in tls_configure_ssl()
/dports/www/obhttpd/libressl-3.4.1/tls/
H A Dtls.c493 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1); in tls_configure_ssl()
494 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1_1); in tls_configure_ssl()
495 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1_2); in tls_configure_ssl()
496 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1_3); in tls_configure_ssl()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isc/
H A Dtls.c461 (void)SSL_CTX_clear_options(ctx, clear_options); in isc_tlsctx_set_protocols()
572 (void)SSL_CTX_clear_options(ctx, in isc_tlsctx_prefer_server_ciphers()
584 (void)SSL_CTX_clear_options(ctx, SSL_OP_NO_TICKET); in isc_tlsctx_session_tickets()
/dports/security/libretls/libretls-3.4.2/
H A Dtls.c554 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1); in tls_configure_ssl()
555 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1_1); in tls_configure_ssl()
556 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1_2); in tls_configure_ssl()
557 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TLSv1_3); in tls_configure_ssl()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/doc/man3/
H A DSSL_CTX_set_options.pod5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options,
16 long SSL_CTX_clear_options(SSL_CTX *ctx, long options);
32 SSL_CTX_clear_options() clears the options set via bit mask in B<options>
331 B<SSL_OP_LEGACY_SERVER_CONNECT> using SSL_CTX_clear_options() or
346 SSL_CTX_clear_options() and SSL_clear_options() return the new options bit mask
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DSSL_CTX_set_options.pod5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options,
16 long SSL_CTX_clear_options(SSL_CTX *ctx, long options);
32 SSL_CTX_clear_options() clears the options set via bitmask in B<options>
331 B<SSL_OP_LEGACY_SERVER_CONNECT> using SSL_CTX_clear_options() or
346 SSL_CTX_clear_options() and SSL_clear_options() return the new options bitmask
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DSSL_CTX_set_options.pod5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options,
16 long SSL_CTX_clear_options(SSL_CTX *ctx, long options);
32 SSL_CTX_clear_options() clears the options set via bitmask in B<options>
331 B<SSL_OP_LEGACY_SERVER_CONNECT> using SSL_CTX_clear_options() or
346 SSL_CTX_clear_options() and SSL_clear_options() return the new options bitmask
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DSSL_CTX_set_options.pod5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options,
16 long SSL_CTX_clear_options(SSL_CTX *ctx, long options);
32 SSL_CTX_clear_options() clears the options set via bitmask in B<options>
331 B<SSL_OP_LEGACY_SERVER_CONNECT> using SSL_CTX_clear_options() or
346 SSL_CTX_clear_options() and SSL_clear_options() return the new options bitmask
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/doc/man3/
H A DSSL_CTX_set_options.pod5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options,
16 long SSL_CTX_clear_options(SSL_CTX *ctx, long options);
32 SSL_CTX_clear_options() clears the options set via bitmask in B<options>
331 B<SSL_OP_LEGACY_SERVER_CONNECT> using SSL_CTX_clear_options() or
346 SSL_CTX_clear_options() and SSL_clear_options() return the new options bitmask
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DSSL_CTX_set_options.pod5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options,
16 long SSL_CTX_clear_options(SSL_CTX *ctx, long options);
32 SSL_CTX_clear_options() clears the options set via bitmask in B<options>
331 B<SSL_OP_LEGACY_SERVER_CONNECT> using SSL_CTX_clear_options() or
346 SSL_CTX_clear_options() and SSL_clear_options() return the new options bitmask
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/doc/man3/
H A DSSL_CTX_set_options.pod5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options,
16 long SSL_CTX_clear_options(SSL_CTX *ctx, long options);
32 SSL_CTX_clear_options() clears the options set via bitmask in B<options>
331 B<SSL_OP_LEGACY_SERVER_CONNECT> using SSL_CTX_clear_options() or
346 SSL_CTX_clear_options() and SSL_clear_options() return the new options bitmask
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/doc/man3/
H A DSSL_CTX_set_options.pod5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options,
16 long SSL_CTX_clear_options(SSL_CTX *ctx, long options);
32 SSL_CTX_clear_options() clears the options set via bit mask in B<options>
331 B<SSL_OP_LEGACY_SERVER_CONNECT> using SSL_CTX_clear_options() or
346 SSL_CTX_clear_options() and SSL_clear_options() return the new options bit mask

12345678910>>...24