Searched refs:SSL_clear_options (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | 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. 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/ |
| D | Version.map | 215 SSL_clear_options;
|
| /freebsd-12-stable/contrib/wpa/src/crypto/ |
| D | tls_openssl.c | 1591 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/ |
| D | ssl_buckets.c | 1869 SSL_clear_options(ssl_ctx->ssl, SSL_OP_NO_COMPRESSION); in serf_ssl_use_compression()
|
| /freebsd-12-stable/crypto/openssl/doc/man7/ |
| D | ssl.pod | 655 =item unsigned long B<SSL_clear_options>(SSL *ssl, unsigned long op);
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | ssl.h | 586 unsigned long SSL_clear_options(SSL *s, unsigned long op);
|
| /freebsd-12-stable/crypto/openssl/ssl/ |
| D | ssl_lib.c | 4725 unsigned long SSL_clear_options(SSL *s, unsigned long op) in SSL_clear_options() function
|
| /freebsd-12-stable/secure/lib/libcrypto/man/man3/ |
| D | Makefile | 2623 MLINKS+= SSL_CTX_set_options.3 SSL_clear_options.3
|
| /freebsd-12-stable/crypto/openssl/ |
| D | CHANGES | 2948 SSL_clear_options(ssl, SSL_OP_NO_SSLv2);
|