Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A 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.
355 SSL_clear_options().
369 SSL_CTX_clear_options() and SSL_clear_options() return the new options bit mask
/freebsd-13.1/secure/lib/libssl/
H A DVersion.map215 SSL_clear_options;
/freebsd-13.1/contrib/wpa/src/crypto/
H A 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-13.1/contrib/serf/buckets/
H A Dssl_buckets.c1870 SSL_clear_options(ssl_ctx->ssl, SSL_OP_NO_COMPRESSION); in serf_ssl_use_compression()
/freebsd-13.1/crypto/openssl/doc/man7/
H A Dssl.pod655 =item unsigned long B<SSL_clear_options>(SSL *ssl, unsigned long op);
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h588 unsigned long SSL_clear_options(SSL *s, unsigned long op);
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_lib.c4808 unsigned long SSL_clear_options(SSL *s, unsigned long op) in SSL_clear_options() function
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile2619 MLINKS+= SSL_CTX_set_options.3 SSL_clear_options.3
/freebsd-13.1/crypto/openssl/
H A DCHANGES2677 SSL_clear_options(ssl, SSL_OP_NO_SSLv2);