Home
last modified time | relevance | path

Searched refs:SSL_clear_options (Results 1 – 10 of 10) sorted by relevance

/openssl/doc/man3/
H A DSSL_CTX_set_options.pod6 SSL_clear_options, SSL_CTX_get_options, SSL_get_options,
17 uint64_t SSL_clear_options(SSL *ssl, uint64_t options);
36 SSL_clear_options() clears the options set via bit-mask in B<options> to B<ssl>.
210 SSL_clear_options(). A future version of OpenSSL may not set this by default.
261 default. To switch it off use SSL_clear_options(). Note that TLS record
456 SSL_clear_options().
511 SSL_CTX_clear_options() and SSL_clear_options() return the new options bit-mask
/openssl/ssl/quic/
H A Dquic_tls.c755 SSL_clear_options(qtls->args.s, SSL_OP_ENABLE_MIDDLEBOX_COMPAT); in ossl_quic_tls_tick()
H A Dquic_impl.c748 SSL_clear_options(ctx.qc->tls, hs_mask_value); in quic_mask_or_options()
/openssl/test/helpers/
H A Dhandshake.c121 SSL_clear_options(s, 0xFFFFFFFFL); in select_server_ctx()
185 SSL_clear_options(s, 0xFFFFFFFFL); in client_hello_select_server_ctx()
/openssl/util/
H A Dlibssl.num319 SSL_clear_options 320 3_0_0 EXIST::FUNCTION:
/openssl/test/
H A Dquicapitest.c702 SSL_clear_options(ssl, UINT64_MAX); in test_quic_forbidden_options()
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md402 | `SSL_clear_options` | HL | ��U | ��A | ��C\* | ��Done …
/openssl/include/openssl/
H A Dssl.h.in601 uint64_t SSL_clear_options(SSL *s, uint64_t op);
/openssl/ssl/
H A Dssl_lib.c6198 uint64_t SSL_clear_options(SSL *s, uint64_t op) in SSL_clear_options() function
/openssl/
H A DCHANGES.md6988 SSL_clear_options(ssl, SSL_OP_NO_SSLv2);
8190 SSL_clear_options(ssl, SSL_OP_NO_SSLv2);

Completed in 103 milliseconds