Home
last modified time | relevance | path

Searched refs:SSL_clear_options (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_CTX_set_options.pod6 SSL_clear_options, SSL_CTX_get_options, SSL_get_options,
17 long SSL_clear_options(SSL *ssl, long options);
35 SSL_clear_options() clears the options set via bit mask in B<options> to B<ssl>.
227 SSL_clear_options(). A future version of OpenSSL may not set this by default.
355 SSL_clear_options().
369 SSL_CTX_clear_options() and SSL_clear_options() return the new options bit mask
/freebsd-13-stable/secure/lib/libssl/
HDVersion.map214 SSL_clear_options;
/freebsd-13-stable/contrib/wpa/src/crypto/
HDtls_openssl.c1737 SSL_clear_options(conn->ssl, SSL_OP_ENABLE_MIDDLEBOX_COMPAT); in tls_connection_init()
3116 SSL_clear_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags()
3128 SSL_clear_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
3134 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
3140 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
3146 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
/freebsd-13-stable/contrib/serf/buckets/
HDssl_buckets.c1870 SSL_clear_options(ssl_ctx->ssl, SSL_OP_NO_COMPRESSION); in serf_ssl_use_compression()
/freebsd-13-stable/crypto/openssl/doc/man7/
HDssl.pod655 =item unsigned long B<SSL_clear_options>(SSL *ssl, unsigned long op);
/freebsd-13-stable/crypto/openssl/include/openssl/
HDssl.h588 unsigned long SSL_clear_options(SSL *s, unsigned long op);
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_lib.c4822 unsigned long SSL_clear_options(SSL *s, unsigned long op) in SSL_clear_options() function
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile2624 MLINKS+= SSL_CTX_set_options.3 SSL_clear_options.3
/freebsd-13-stable/crypto/openssl/
HDCHANGES2953 SSL_clear_options(ssl, SSL_OP_NO_SSLv2);