summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man3/SSL_CTX_set_mode.3ssl
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/debian-unstable/man3/SSL_CTX_set_mode.3ssl')
-rw-r--r--upstream/debian-unstable/man3/SSL_CTX_set_mode.3ssl7
1 files changed, 5 insertions, 2 deletions
diff --git a/upstream/debian-unstable/man3/SSL_CTX_set_mode.3ssl b/upstream/debian-unstable/man3/SSL_CTX_set_mode.3ssl
index aaee8f94..c1662d3c 100644
--- a/upstream/debian-unstable/man3/SSL_CTX_set_mode.3ssl
+++ b/upstream/debian-unstable/man3/SSL_CTX_set_mode.3ssl
@@ -55,7 +55,7 @@
.\" ========================================================================
.\"
.IX Title "SSL_CTX_SET_MODE 3SSL"
-.TH SSL_CTX_SET_MODE 3SSL 2024-02-03 3.1.5 OpenSSL
+.TH SSL_CTX_SET_MODE 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
@@ -100,6 +100,9 @@ report success once the complete chunk was written. Once \fBSSL_write_ex()\fR or
\&\fBSSL_write()\fR returns successful, \fBr\fR bytes have been written and the next call
to \fBSSL_write_ex()\fR or \fBSSL_write()\fR must only send the n\-r bytes left, imitating
the behaviour of \fBwrite()\fR.
+.Sp
+This mode cannot be enabled while in the middle of an incomplete write
+operation.
.IP SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER 4
.IX Item "SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER"
Make it possible to retry \fBSSL_write_ex()\fR or \fBSSL_write()\fR with changed buffer
@@ -180,7 +183,7 @@ after adding \fBmode\fR.
SSL_MODE_ASYNC was added in OpenSSL 1.1.0.
.SH COPYRIGHT
.IX Header "COPYRIGHT"
-Copyright 2001\-2021 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2001\-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