Lines Matching +full:application +full:- +full:dependent
1 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_WRITE 3ossl 2025-09-30 3.5.4 OpenSSL
64 SSL_write_ex2, SSL_write_ex, SSL_write, SSL_sendfile, SSL_WRITE_FLAG_CONCLUDE \-
92 efficient zero-copy semantics. \fBSSL_sendfile()\fR is available only when
95 The meaning of \fBflags\fR is platform dependent.
122 understood by the given SSL object. An application should determine if a flag is
132 requests a re-negotiation, it will be performed transparently during
148 or \fBSSL_ERROR_WANT_WRITE\fR. As at any time a re-negotiation is possible, a
167 this processing is performed regularly. If an application is not using thread
168 assisted mode, an application should ensure that an I/O function such as
170 is called regularly. See \fBopenssl\-quic\fR\|(7) and \fBSSL_handle_events\fR\|(3) for more
182 \&\fBSSL_write_ex()\fR can be called with num=0, but will not send application data to
187 Success means that all requested application data bytes have been written to the
189 application data byte has been written to the SSL connection. Failure means that
194 non-retryable (e.g. a fatal network error). In the event of a failure call
209 Old documentation indicated a difference between 0 and \-1, and that \-1 was
238 Copyright 2000\-2024 The OpenSSL Project Authors. All Rights Reserved.