/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | ssl_test.c | 412 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 D | dtlstest.c | 219 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 D | clienthellotest.c | 119 SSL_CTX_set_options(ctx, SSL_OP_TLSEXT_PADDING); in test_client_hello()
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | net_help.c | 1114 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 D | SSL_CTX_set_min_proto_version.pod | 30 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 D | SSL_CTX_set_options.pod | 5 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 D | SSL_CTX_new.pod | 167 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 D | SSL_clear.pod | 72 L<SSL_CTX_set_options(3)>, L<ssl(7)>,
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | SSL_CTX_set_min_proto_version.pod | 30 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 D | SSL_CTX_set_tmp_ecdh.pod | 38 L<SSL_CTX_set_options(3)>, L<SSL_CTX_set_tmp_dh_callback(3)>,
|
H A D | SSL_CTX_set_options.pod | 5 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 D | SSL_shutdown.pod | 89 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 D | SSL_clear.pod | 72 L<SSL_CTX_set_options(3)>, L<ssl(7)>,
|
H A D | SSL_CTX_new.pod | 198 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 D | tls_server.c | 589 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 D | tls.c | 311 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 D | nsd-control.c | 193 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 D | clienthellotest.c | 114 SSL_CTX_set_options(ctx, SSL_OP_TLSEXT_PADDING); in test_client_hello()
|
/netbsd-src/external/bsd/nsd/dist/dnstap/ |
H A D | dnstap.c | 173 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 D | tls_o.c | 392 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 D | petal.c | 241 (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 D | unbound-control.c | 528 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 D | ssl.map | 135 SSL_CTX_set_options;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.map | 169 SSL_CTX_set_options;
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | man.inc | 331 SSL_CTX_set_options.3 \
|