Lines Matching +full:in +full:- +full:application

5 …TX_clear_mode, SSL_set_mode, SSL_clear_mode, SSL_CTX_get_mode, SSL_get_mode - manipulate SSL engin…
21 SSL_CTX_set_mode() adds the mode set via bit-mask in B<mode> to B<ctx>.
23 SSL_CTX_clear_mode() removes the mode set via bit-mask in B<mode> from B<ctx>.
25 SSL_set_mode() adds the mode set via bit-mask in B<mode> to B<ssl>.
27 SSL_clear_mode() removes the mode set via bit-mask in B<mode> from B<ssl>.
42 when just a single record has been written). This works in a similar way for
46 to SSL_write_ex() or SSL_write() must only send the n-r bytes left, imitating
58 During normal operations, non-application data records might need to be sent or
59 received that the application is not aware of.
60 If a non-application data record was processed,
63 If such a non-application data record was processed, the flag
67 In a nonblocking environment applications must be prepared to handle
70 non-application data records until either no more data is available or
71 an application data record has been processed.
73 In a blocking environment, applications are not always prepared to
76 to only return after successfully processing an application data record or a
79 Turning off B<SSL_MODE_AUTO_RETRY> can be useful with blocking B<BIO>s in case
80 they are used in combination with something like select() or poll().
82 non-application record was sent and no application data was sent.
94 Send TLS_FALLBACK_SCSV in the ClientHello.
96 version; see draft-ietf-tls-downgrade-scsv-00 for details.
98 DO NOT ENABLE THIS if your application attempts a normal handshake.
99 Only use this in explicit fallback retries, following the guidance
100 in draft-ietf-tls-downgrade-scsv-00.
110 Older versions of OpenSSL had a bug in the computation of the label length
111 used for computing the endpoint-pair shared secret. The bug was that the
112 terminating zero was included in the length of the label. Setting this option
124 SSL_CTX_set_mode() and SSL_set_mode() return the new mode bit-mask
127 SSL_CTX_get_mode() and SSL_get_mode() return the current bit-mask.
136 SSL_MODE_ASYNC was added in OpenSSL 1.1.0.
140 Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved.
143 this file except in compliance with the License. You can obtain a copy
144 in the file LICENSE in the source distribution or at