aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto/man/man3/SSL_handle_events.3
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libcrypto/man/man3/SSL_handle_events.3')
-rw-r--r--secure/lib/libcrypto/man/man3/SSL_handle_events.311
1 files changed, 7 insertions, 4 deletions
diff --git a/secure/lib/libcrypto/man/man3/SSL_handle_events.3 b/secure/lib/libcrypto/man/man3/SSL_handle_events.3
index 558ddb871608..294969397fc1 100644
--- a/secure/lib/libcrypto/man/man3/SSL_handle_events.3
+++ b/secure/lib/libcrypto/man/man3/SSL_handle_events.3
@@ -1,5 +1,5 @@
.\" -*- mode: troff; coding: utf-8 -*-
-.\" Automatically generated by Pod::Man 5.0102 (Pod::Simple 3.45)
+.\" Automatically generated by Pod::Man v6.0.2 (Pod::Simple 3.45)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -52,10 +52,13 @@
. \}
.\}
.rr rF
+.\"
+.\" Required to disable full justification in groff 1.23.0.
+.if n .ds AD l
.\" ========================================================================
.\"
.IX Title "SSL_HANDLE_EVENTS 3ossl"
-.TH SSL_HANDLE_EVENTS 3ossl 2025-09-30 3.5.4 OpenSSL
+.TH SSL_HANDLE_EVENTS 3ossl 2026-04-07 3.5.6 OpenSSL
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -119,11 +122,11 @@ will be made to the object for a substantial period of time. So long as at least
one call to the SSL object is blocking, no such call is needed. However,
\&\fBSSL_handle_events()\fR may optionally be used on a QUIC connection object if desired.
.Sp
-With the thread-assisted mode of operation \fBOSSL_QUIC_client_thread_method\fR\|(3)
+With the thread\-assisted mode of operation \fBOSSL_QUIC_client_thread_method\fR\|(3)
it is unnecessary to call \fBSSL_handle_events()\fR as the assist thread handles the QUIC
connection events.
.PP
-Calling \fBSSL_handle_events()\fR on any other kind of SSL object is a no-op. This is
+Calling \fBSSL_handle_events()\fR on any other kind of SSL object is a no\-op. This is
considered a success case.
.PP
Note that \fBSSL_handle_events()\fR supersedes the older \fBDTLSv1_handle_timeout\fR\|(3) function