Searched refs:SSL_clear_options (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c1584 SSL_clear_options(conn->ssl, SSL_OP_ENABLE_MIDDLEBOX_COMPAT);
2919 SSL_clear_options(ssl, SSL_OP_NO_TICKET);
2926 SSL_clear_options(ssl, SSL_OP_NO_TLSv1);
2932 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_1);
2938 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_2);
2944 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_3);
/freebsd-13-stable/contrib/serf/buckets/
H A Dssl_buckets.c1870 SSL_clear_options(ssl_ctx->ssl, SSL_OP_NO_COMPRESSION);
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dssl.h594 unsigned long SSL_clear_options(SSL *s, unsigned long op);
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_lib.c4758 unsigned long SSL_clear_options(SSL *s, unsigned long op) function
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
H A DMakefile2617 MLINKS+= SSL_CTX_set_options.3 SSL_clear_options.3

Completed in 189 milliseconds