Home
last modified time | relevance | path

Searched refs:SSL_CTX_set_options (Results 1 – 25 of 60) sorted by relevance

123

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dssl_test.c412 if (!TEST_true(SSL_CTX_set_options(server_ctx, in test_handshake()
420 || !TEST_true(SSL_CTX_set_options(server2_ctx, in test_handshake()
431 || !TEST_true(SSL_CTX_set_options(resume_server_ctx, in test_handshake()
456 || !TEST_true(SSL_CTX_set_options(server_ctx, in test_handshake()
464 || !TEST_true(SSL_CTX_set_options(server2_ctx, in test_handshake()
480 || !TEST_true(SSL_CTX_set_options(resume_server_ctx, in test_handshake()
H A Ddtlstest.c219 SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE); in test_dtls_drop_records()
321 SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE); in test_cookie()
H A Dclienthellotest.c119 SSL_CTX_set_options(ctx, SSL_OP_TLSEXT_PADDING); in test_client_hello()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dnet_help.c1114 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2) in listen_sslctx_setup()
1120 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in listen_sslctx_setup()
1127 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1) & SSL_OP_NO_TLSv1) in listen_sslctx_setup()
1135 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1_1) & SSL_OP_NO_TLSv1_1) in listen_sslctx_setup()
1143 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) & in listen_sslctx_setup()
1161 if((SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF) & in listen_sslctx_setup()
1168 if((SSL_CTX_set_options(ctx, SSL_OP_CIPHER_SERVER_PREFERENCE) & in listen_sslctx_setup()
1374 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2) in connect_sslctx_create()
1381 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in connect_sslctx_create()
1389 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) & in connect_sslctx_create()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_set_min_proto_version.pod30 L<SSL_CTX_set_options(3)> that also make it possible to disable
57 L<SSL_CTX_set_options(3)>, L<SSL_CONF_cmd(3)>
H A DSSL_CTX_set_options.pod5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options,
13 long SSL_CTX_set_options(SSL_CTX *ctx, long options);
26 SSL_CTX_set_options() adds the options set via bit mask in B<options> to B<ctx>.
51 SSL_CTX_set_options() and SSL_set_options() affect the (external)
343 SSL_CTX_set_options() and SSL_set_options() return the new options bit mask
H A DSSL_CTX_new.pod167 L<SSL_CTX_set_options(3)> or L<SSL_set_options(3)> functions, but this approach
200 L<SSL_CTX_set_options(3)>, L<SSL_CTX_free(3)>, L<SSL_accept(3)>,
H A DSSL_clear.pod72 L<SSL_CTX_set_options(3)>, L<ssl(7)>,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_set_min_proto_version.pod30 L<SSL_CTX_set_options(3)> that also make it possible to disable
58 L<SSL_CTX_set_options(3)>, L<SSL_CONF_cmd(3)>
H A DSSL_CTX_set_tmp_ecdh.pod38 L<SSL_CTX_set_options(3)>, L<SSL_CTX_set_tmp_dh_callback(3)>,
H A DSSL_CTX_set_options.pod5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options,
13 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t options);
26 SSL_CTX_set_options() adds the options set via bit-mask in B<options> to B<ctx>.
51 SSL_CTX_set_options() and SSL_set_options() affect the (external)
422 SSL_CTX_set_options() and SSL_set_options() return the new options bit-mask
H A DSSL_shutdown.pod89 For more information see L<SSL_CTX_set_options(3)>.
164 L<SSL_CTX_set_quiet_shutdown(3)>, L<SSL_CTX_set_options(3)>
H A DSSL_clear.pod72 L<SSL_CTX_set_options(3)>, L<ssl(7)>,
H A DSSL_CTX_new.pod198 L<SSL_CTX_set_options(3)> or L<SSL_set_options(3)> functions, but this approach
231 L<SSL_CTX_set_options(3)>, L<SSL_CTX_free(3)>,
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_server.c589 SSL_CTX_set_options(server_ctx, off); in tls_server_init()
595 SSL_CTX_set_options(server_ctx, TLS_SSL_OP_PROTOMASK(protomask)); in tls_server_init()
608 SSL_CTX_set_options(server_ctx, SSL_OP_CIPHER_SERVER_PREFERENCE); in tls_server_init()
612 SSL_CTX_set_options(sni_ctx, SSL_CTX_get_options(server_ctx)); in tls_server_init()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dtls.c311 SSL_CTX_set_options(ctx, COMMON_SSL_OPTIONS); in isc_tlsctx_createserver()
316 SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in isc_tlsctx_createserver()
402 SSL_CTX_set_options(ctx, COMMON_SSL_OPTIONS); in isc_tlsctx_createserver()
407 SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in isc_tlsctx_createserver()
697 (void)SSL_CTX_set_options(ctx, set_options); in isc_tls_cipherlist_valid()
856 (void)SSL_CTX_set_options(ctx, SSL_OP_CIPHER_SERVER_PREFERENCE); in isc_tlsctx_enable_http2server_alpn()
868 (void)SSL_CTX_set_options(ctx, SSL_OP_NO_TICKET); in isc_tls_get_selected_alpn()
/netbsd-src/external/bsd/nsd/dist/
H A Dnsd-control.c193 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2) in setup_ctx()
197 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in setup_ctx()
202 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) & in setup_ctx()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dclienthellotest.c114 SSL_CTX_set_options(ctx, SSL_OP_TLSEXT_PADDING); in test_client_hello()
/netbsd-src/external/bsd/nsd/dist/dnstap/
H A Ddnstap.c173 if((SSL_CTX_set_options(dtw->ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2) in tls_writer_init()
182 if((SSL_CTX_set_options(dtw->ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in tls_writer_init()
192 if((SSL_CTX_set_options(dtw->ctx, SSL_OP_NO_RENEGOTIATION) & in tls_writer_init()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_o.c392 SSL_CTX_set_options( ctx, opt ); in tlso_ctx_init()
415 SSL_CTX_set_options( ctx, opt ); in tlso_ctx_init()
551 SSL_CTX_set_options( ctx, SSL_OP_SINGLE_DH_USE ); in tlso_ctx_init()
610 SSL_CTX_set_options( ctx, SSL_OP_CIPHER_SERVER_PREFERENCE ); in tlso_ctx_init()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dpetal.c241 (void)SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2); in setup_ctx()
243 (void)SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3); in setup_ctx()
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-control.c528 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2) in setup_ctx()
532 if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3) in setup_ctx()
537 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) & in setup_ctx()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map135 SSL_CTX_set_options;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map169 SSL_CTX_set_options;
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dman.inc331 SSL_CTX_set_options.3 \

123