aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto/man/man7/ossl-guide-libssl-introduction.7
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libcrypto/man/man7/ossl-guide-libssl-introduction.7')
-rw-r--r--secure/lib/libcrypto/man/man7/ossl-guide-libssl-introduction.713
1 files changed, 8 insertions, 5 deletions
diff --git a/secure/lib/libcrypto/man/man7/ossl-guide-libssl-introduction.7 b/secure/lib/libcrypto/man/man7/ossl-guide-libssl-introduction.7
index ff205b48d623..f675b1baf2a8 100644
--- a/secure/lib/libcrypto/man/man7/ossl-guide-libssl-introduction.7
+++ b/secure/lib/libcrypto/man/man7/ossl-guide-libssl-introduction.7
@@ -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 "OSSL-GUIDE-LIBSSL-INTRODUCTION 7ossl"
-.TH OSSL-GUIDE-LIBSSL-INTRODUCTION 7ossl 2025-09-30 3.5.4 OpenSSL
+.TH OSSL-GUIDE-LIBSSL-INTRODUCTION 7ossl 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
@@ -91,15 +94,15 @@ used for exchanging data with the peer.
.PP
Both TLS and QUIC support the concept of a "stream" of data. Data sent via a
stream is guaranteed to be delivered in order without any data loss. A stream
-can be uni\- or bi-directional.
+can be uni\- or bi\-directional.
.PP
SSL/TLS only supports one stream of data per connection and it is always
-bi-directional. In this case the \fBSSL\fR object used for the connection also
+bi\-directional. In this case the \fBSSL\fR object used for the connection also
represents that stream. See \fBossl\-guide\-tls\-introduction\fR\|(7) for more
information.
.PP
The QUIC protocol can support multiple streams per connection and they can be
-uni\- or bi-directional. In this case an \fBSSL\fR object can represent the
+uni\- or bi\-directional. In this case an \fBSSL\fR object can represent the
underlying connection, or a stream, or both. Where multiple streams are in use
a separate \fBSSL\fR object is used for each one. See
\&\fBossl\-guide\-quic\-introduction\fR\|(7) for more information.