aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto/man/man3/d2i_SSL_SESSION.3
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libcrypto/man/man3/d2i_SSL_SESSION.3')
-rw-r--r--secure/lib/libcrypto/man/man3/d2i_SSL_SESSION.311
1 files changed, 7 insertions, 4 deletions
diff --git a/secure/lib/libcrypto/man/man3/d2i_SSL_SESSION.3 b/secure/lib/libcrypto/man/man3/d2i_SSL_SESSION.3
index ac0f4d3d861e..0cf8bcf6d2ab 100644
--- a/secure/lib/libcrypto/man/man3/d2i_SSL_SESSION.3
+++ b/secure/lib/libcrypto/man/man3/d2i_SSL_SESSION.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 "D2I_SSL_SESSION 3ossl"
-.TH D2I_SSL_SESSION 3ossl 2025-09-30 3.5.4 OpenSSL
+.TH D2I_SSL_SESSION 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
@@ -80,7 +83,7 @@ These functions decode and encode an SSL_SESSION object.
For encoding details see \fBd2i_X509\fR\|(3).
.PP
SSL_SESSION objects keep internal link information about the session cache
-list, when being inserted into one SSL_CTX object's session cache.
+list, when being inserted into one SSL_CTX object\*(Aqs session cache.
One SSL_SESSION object, regardless of its reference count, must therefore
only be used with one SSL_CTX object (and the SSL objects created
from this SSL_CTX object).
@@ -88,7 +91,7 @@ from this SSL_CTX object).
.IX Header "RETURN VALUES"
\&\fBd2i_SSL_SESSION()\fR and \fBd2i_SSL_SESSION_ex()\fR return a pointer to the newly
allocated SSL_SESSION object.
-In case of failure the NULL-pointer is returned and the error message
+In case of failure the NULL\-pointer is returned and the error message
can be retrieved from the error stack.
.PP
\&\fBi2d_SSL_SESSION()\fR returns the size of the ASN1 representation in bytes.