diff options
Diffstat (limited to 'upstream/debian-unstable/man3/SSL_write.3ssl')
-rw-r--r-- | upstream/debian-unstable/man3/SSL_write.3ssl | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/upstream/debian-unstable/man3/SSL_write.3ssl b/upstream/debian-unstable/man3/SSL_write.3ssl index e8e7c784..75b998d9 100644 --- a/upstream/debian-unstable/man3/SSL_write.3ssl +++ b/upstream/debian-unstable/man3/SSL_write.3ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "SSL_WRITE 3SSL" -.TH SSL_WRITE 3SSL 2024-02-03 3.1.5 OpenSSL +.TH SSL_WRITE 3SSL 2024-04-04 3.2.2-dev OpenSSL .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -123,6 +123,14 @@ partial write has been successfully completed. In this case the write function operation is considered completed. The bytes are sent and a new write call with a new buffer (with the already sent bytes removed) must be started. A partial write is performed with the size of a message block, which is 16kB. +.PP +When used with a QUIC SSL object, calling an I/O function such as \fBSSL_write()\fR +allows internal network event processing to be performed. It is important that +this processing is performed regularly. If an application is not using thread +assisted mode, an application should ensure that an I/O function such as +\&\fBSSL_write()\fR is called regularly, or alternatively ensure that \fBSSL_handle_events()\fR +is called regularly. See \fBopenssl\-quic\fR\|(7) and \fBSSL_handle_events\fR\|(3) for more +information. .SH WARNINGS .IX Header "WARNINGS" When a write function call has to be repeated because \fBSSL_get_error\fR\|(3) @@ -187,7 +195,7 @@ The \fBSSL_write_ex()\fR function was added in OpenSSL 1.1.1. The \fBSSL_sendfile()\fR function was added in OpenSSL 3.0. .SH COPYRIGHT .IX Header "COPYRIGHT" -Copyright 2000\-2021 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2000\-2023 The OpenSSL Project Authors. All Rights Reserved. .PP Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |