Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/doc/man3/
DSSL_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.
332 SSL_clear_options().
346 SSL_CTX_clear_options() and SSL_clear_options() return the new options bit mask
/freebsd-12-stable/secure/lib/libssl/
DVersion.map215 SSL_clear_options;
/freebsd-12-stable/contrib/wpa/src/crypto/
Dtls_openssl.c1591 SSL_clear_options(conn->ssl, SSL_OP_ENABLE_MIDDLEBOX_COMPAT); in tls_connection_init()
2969 SSL_clear_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags()
2976 SSL_clear_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
2982 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
2988 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
2994 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
/freebsd-12-stable/contrib/serf/buckets/
Dssl_buckets.c1869 SSL_clear_options(ssl_ctx->ssl, SSL_OP_NO_COMPRESSION); in serf_ssl_use_compression()
/freebsd-12-stable/crypto/openssl/doc/man7/
Dssl.pod655 =item unsigned long B<SSL_clear_options>(SSL *ssl, unsigned long op);
/freebsd-12-stable/crypto/openssl/include/openssl/
Dssl.h586 unsigned long SSL_clear_options(SSL *s, unsigned long op);
/freebsd-12-stable/crypto/openssl/ssl/
Dssl_lib.c4725 unsigned long SSL_clear_options(SSL *s, unsigned long op) in SSL_clear_options() function
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile2623 MLINKS+= SSL_CTX_set_options.3 SSL_clear_options.3
/freebsd-12-stable/crypto/openssl/
DCHANGES2948 SSL_clear_options(ssl, SSL_OP_NO_SSLv2);