Searched refs:SSL_clear_options (Results 1 – 13 of 13) sorted by relevance
/third_party/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
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
D | ssl.h | 1698 unsigned long SSL_clear_options(SSL *ssl, unsigned long op);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl.c | 1584 SSL_clear_options(conn->ssl, SSL_OP_ENABLE_MIDDLEBOX_COMPAT); in tls_connection_init() 2919 SSL_clear_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags() 2926 SSL_clear_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags() 2932 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags() 2938 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags() 2944 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_openssl.c | 1594 SSL_clear_options(conn->ssl, SSL_OP_ENABLE_MIDDLEBOX_COMPAT); in tls_connection_init() 2972 SSL_clear_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags() 2979 SSL_clear_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags() 2985 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags() 2991 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags() 2997 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
|
/third_party/openssl/test/ |
D | handshake_helper.c | 133 SSL_clear_options(s, 0xFFFFFFFFL); in select_server_ctx() 197 SSL_clear_options(s, 0xFFFFFFFFL); in client_hello_select_server_ctx()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
D | ssl_lib.c | 683 unsigned long SSL_clear_options(SSL *ssl, unsigned long op) in SSL_clear_options() function
|
/third_party/openssl/util/ |
D | libssl.num | 319 SSL_clear_options 320 1_1_0 EXIST::FUNCTION:
|
/third_party/libcoap/src/ |
D | coap_openssl.c | 2120 SSL_clear_options (ssl, 0xFFFFFFFFL); in tls_server_name_call_back() 2220 SSL_clear_options (ssl, 0xFFFFFFFFL); in psk_tls_server_name_call_back()
|
/third_party/openssl/doc/man7/ |
D | ssl.pod | 655 =item unsigned long B<SSL_clear_options>(SSL *ssl, unsigned long op);
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 586 unsigned long SSL_clear_options(SSL *s, unsigned long op);
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 286 #define SSL_clear_options BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_clear_options) macro
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 4709 unsigned long SSL_clear_options(SSL *s, unsigned long op) in SSL_clear_options() function
|
/third_party/openssl/ |
D | CHANGES | 2839 SSL_clear_options(ssl, SSL_OP_NO_SSLv2);
|