Searched refs:SSL_clear_options (Results 1 – 10 of 10) sorted by relevance
/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); 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 D | quic_tls.c | 755 SSL_clear_options(qtls->args.s, SSL_OP_ENABLE_MIDDLEBOX_COMPAT); in ossl_quic_tls_tick()
|
H A D | quic_impl.c | 748 SSL_clear_options(ctx.qc->tls, hs_mask_value); in quic_mask_or_options()
|
/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()
|
/openssl/util/ |
H A D | libssl.num | 319 SSL_clear_options 320 3_0_0 EXIST::FUNCTION:
|
/openssl/test/ |
H A D | quicapitest.c | 702 SSL_clear_options(ssl, UINT64_MAX); in test_quic_forbidden_options()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 402 | `SSL_clear_options` | HL | U | A | C\* | Done …
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 601 uint64_t SSL_clear_options(SSL *s, uint64_t op);
|
/openssl/ssl/ |
H A D | ssl_lib.c | 6198 uint64_t SSL_clear_options(SSL *s, uint64_t op) in SSL_clear_options() function
|
/openssl/ |
H A D | CHANGES.md | 6988 SSL_clear_options(ssl, SSL_OP_NO_SSLv2); 8190 SSL_clear_options(ssl, SSL_OP_NO_SSLv2);
|
Completed in 103 milliseconds