Lines Matching +full:os +full:- +full:initiated
7 SSL_get_secure_renegotiation_support - manipulate SSL options
26 SSL_CTX_set_options() adds the options set via bit-mask in B<options> to B<ctx>.
29 SSL_set_options() adds the options set via bit-mask in B<options> to B<ssl>.
32 SSL_CTX_clear_options() clears the options set via bit-mask in B<options>
35 SSL_clear_options() clears the options set via bit-mask in B<options> to B<ssl>.
48 The options are coded as bit-masks and can be combined by a bitwise B<or>
67 Add server-hello extension from the early version of cryptopro draft
80 Don't prefer ECDHE-ECDSA ciphers when the client appears to be Safari on OS X.
81 OS X 10.8..10.8.3 has broken support for ECDHE-ECDSA ciphers.
105 Client-initiated renegotiation is disabled by default. Use
110 In TLSv1.3 allow a non-(ec)dhe based key exchange mode on resumption. This means
162 The kernel TLS data-path implements the record layer, and the encryption
164 available for encryption. Using the kernel data-path should reduce the memory
210 description of the replay protection feature. Anti-replay measures are required
214 setting this option. This is a server-side option only. It is ignored by
225 RFC7366 Encrypt-then-MAC option on TLS and DTLS connection.
227 If this option is set, Encrypt-then-MAC is disabled. Clients will not
277 the session. In this way the server can operate statelessly - no session
293 sent. This is a server-side option only.
302 ChaCha20-Poly1305 ciphers to the top of the server cipher list if a
303 ChaCha20-Poly1305 cipher is at the top of the client cipher list. This helps
304 those clients (e.g. mobile) use ChaCha20-Poly1305 if that cipher is anywhere
365 CVE-2009-3555 and elsewhere.
403 CVE-2009-3555.
422 SSL_CTX_set_options() and SSL_set_options() return the new options bit-mask
425 SSL_CTX_clear_options() and SSL_clear_options() return the new options bit-mask
428 SSL_CTX_get_options() and SSL_get_options() return the current bit-mask.
438 L<openssl-dhparam(1)>
459 Copyright 2001-2023 The OpenSSL Project Authors. All Rights Reserved.