Searched refs:SSL_clear_options (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | SSL_CTX_set_options.pod | 6 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/ |
| HD | Version.map | 214 SSL_clear_options;
|
| /freebsd-13-stable/contrib/wpa/src/crypto/ |
| HD | tls_openssl.c | 1737 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/ |
| HD | ssl_buckets.c | 1870 SSL_clear_options(ssl_ctx->ssl, SSL_OP_NO_COMPRESSION); in serf_ssl_use_compression()
|
| /freebsd-13-stable/crypto/openssl/doc/man7/ |
| HD | ssl.pod | 655 =item unsigned long B<SSL_clear_options>(SSL *ssl, unsigned long op);
|
| /freebsd-13-stable/crypto/openssl/include/openssl/ |
| HD | ssl.h | 588 unsigned long SSL_clear_options(SSL *s, unsigned long op);
|
| /freebsd-13-stable/crypto/openssl/ssl/ |
| HD | ssl_lib.c | 4822 unsigned long SSL_clear_options(SSL *s, unsigned long op) in SSL_clear_options() function
|
| /freebsd-13-stable/secure/lib/libcrypto/man/man3/ |
| HD | Makefile | 2624 MLINKS+= SSL_CTX_set_options.3 SSL_clear_options.3
|
| /freebsd-13-stable/crypto/openssl/ |
| HD | CHANGES | 2953 SSL_clear_options(ssl, SSL_OP_NO_SSLv2);
|