Searched refs:SSL_clear_options (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_options.pod | 6 SSL_clear_options, SSL_CTX_get_options, SSL_get_options, 17 uint64_t SSL_clear_options(SSL *ssl, uint64_t options); 35 SSL_clear_options() clears the options set via bit-mask in B<options> to B<ssl>. 185 SSL_clear_options(). A future version of OpenSSL may not set this by default. 220 To switch it off use SSL_clear_options(). 411 SSL_clear_options(). 425 SSL_CTX_clear_options() and SSL_clear_options() return the new options bit-mask
|
/freebsd/secure/lib/libssl/ |
H A D | Version.map | 214 SSL_clear_options;
|
/freebsd/crypto/openssl/test/helpers/ |
H A D | handshake.c | 121 SSL_clear_options(s, 0xFFFFFFFFL); in select_server_ctx() 185 SSL_clear_options(s, 0xFFFFFFFFL); in client_hello_select_server_ctx()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | 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/crypto/openssl/util/ |
H A D | libssl.num | 319 SSL_clear_options 320 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 604 uint64_t SSL_clear_options(SSL *s, uint64_t op);
|
H A D | ssl.h.in | 581 uint64_t SSL_clear_options(SSL *s, uint64_t op);
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 4992 uint64_t SSL_clear_options(SSL *s, uint64_t op) in SSL_clear_options() function
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 3988 MLINKS+= SSL_CTX_set_options.3 SSL_clear_options.3
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 6013 SSL_clear_options(ssl, SSL_OP_NO_SSLv2); 7215 SSL_clear_options(ssl, SSL_OP_NO_SSLv2);
|