Lines Matching +full:application +full:- +full:notes
1 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_READ 3ossl 2025-09-30 3.5.4 OpenSSL
65 \&\- read bytes from a TLS/SSL connection
87 .SH NOTES
88 .IX Header "NOTES"
94 peer requests a re-negotiation, it will be performed transparently during
118 If \fBSSL_MODE_AUTO_RETRY\fR has been switched off and a non-application data
128 non-application data record has been processed and \fBSSL_MODE_AUTO_RETRY\fR is
130 Note that if \fBSSL_MODE_AUTO_RETRY\fR is set and only non-application data is
139 As at any time it's possible that non-application data needs to be sent,
156 this processing is performed regularly. If an application is not using thread
157 assisted mode, an application should ensure that an I/O function such as
159 is called regularly. See \fBopenssl\-quic\fR\|(7) and \fBSSL_handle_events\fR\|(3) for more
164 Success means that 1 or more application data bytes have been read from the SSL
168 be delivered by the network) or non-retryable (e.g. a fatal network error).
184 Old documentation indicated a difference between 0 and \-1, and that \-1 was
201 Copyright 2000\-2023 The OpenSSL Project Authors. All Rights Reserved.