Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/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
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dtls13ccstest.c288 SSL_CTX_clear_options(cctx, SSL_OP_ENABLE_MIDDLEBOX_COMPAT); in test_tls13ccs()
294 SSL_CTX_clear_options(sctx, SSL_OP_ENABLE_MIDDLEBOX_COMPAT); in test_tls13ccs()
H A Dclienthellotest.c121 SSL_CTX_clear_options(ctx, SSL_OP_ENABLE_MIDDLEBOX_COMPAT); in test_client_hello()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dtls13ccstest.c288 SSL_CTX_clear_options(cctx, SSL_OP_ENABLE_MIDDLEBOX_COMPAT); in test_tls13ccs()
294 SSL_CTX_clear_options(sctx, SSL_OP_ENABLE_MIDDLEBOX_COMPAT); in test_tls13ccs()
H A Dclienthellotest.c116 SSL_CTX_clear_options(ctx, SSL_OP_ENABLE_MIDDLEBOX_COMPAT); in test_client_hello()
H A Dsslapitest.c4061 SSL_CTX_clear_options(cctx, SSL_OP_ENABLE_MIDDLEBOX_COMPAT); in test_stateless()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_set_options.pod5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options,
16 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t options);
32 SSL_CTX_clear_options() clears the options set via bit-mask in B<options>
410 B<SSL_OP_LEGACY_SERVER_CONNECT> using SSL_CTX_clear_options() or
425 SSL_CTX_clear_options() and SSL_clear_options() return the new options bit-mask
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dtls.c679 * function SSL_CTX_clear_options. For example, in order in isc_tlsctx_load_dhparams()
698 (void)SSL_CTX_clear_options(ctx, clear_options); in isc_tls_cipherlist_valid()
858 (void)SSL_CTX_clear_options(ctx,
870 (void)SSL_CTX_clear_options(ctx, SSL_OP_NO_TICKET); in isc_tls_get_selected_alpn()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map61 SSL_CTX_clear_options;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map72 SSL_CTX_clear_options;
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_server.c611 SSL_CTX_clear_options(sni_ctx, ~0); in tls_server_init()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num277 SSL_CTX_clear_options 278 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num277 SSL_CTX_clear_options 278 3_0_0 EXIST::FUNCTION:
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_o.c371 SSL_CTX_clear_options( ctx, SSL_OP_NO_SSLv3 ); in tlso_ctx_init()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Dssl.pod362 =item unsigned long B<SSL_CTX_clear_options>(SSL_CTX *ctx, unsigned long op);
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h585 unsigned long SSL_CTX_clear_options(SSL_CTX *ctx, unsigned long op);
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c4720 unsigned long SSL_CTX_clear_options(SSL_CTX *ctx, unsigned long op) in SSL_CTX_clear_options() function
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in580 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES1985 by calling SSL_CTX_clear_options(ctx, SSL_OP_NO_COMPRESSION), or by
2829 SSL_CTX_clear_options(ctx, SSL_OP_NO_SSLv2);