aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto/man/man3/PEM_bytes_read_bio.3
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libcrypto/man/man3/PEM_bytes_read_bio.3')
-rw-r--r--secure/lib/libcrypto/man/man3/PEM_bytes_read_bio.319
1 files changed, 11 insertions, 8 deletions
diff --git a/secure/lib/libcrypto/man/man3/PEM_bytes_read_bio.3 b/secure/lib/libcrypto/man/man3/PEM_bytes_read_bio.3
index cd6d16ead5d6..caa1b5f2abb2 100644
--- a/secure/lib/libcrypto/man/man3/PEM_bytes_read_bio.3
+++ b/secure/lib/libcrypto/man/man3/PEM_bytes_read_bio.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 "PEM_BYTES_READ_BIO 3ossl"
-.TH PEM_BYTES_READ_BIO 3ossl 2025-09-30 3.5.4 OpenSSL
+.TH PEM_BYTES_READ_BIO 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
@@ -76,12 +79,12 @@ PEM_bytes_read_bio, PEM_bytes_read_bio_secmem \- read a PEM\-encoded data struct
.Ve
.SH DESCRIPTION
.IX Header "DESCRIPTION"
-\&\fBPEM_bytes_read_bio()\fR reads PEM-formatted (IETF RFC 1421 and IETF RFC 7468)
+\&\fBPEM_bytes_read_bio()\fR reads PEM\-formatted (IETF RFC 1421 and IETF RFC 7468)
data from the BIO
\&\fIbp\fR for the data type given in \fIname\fR (RSA PRIVATE KEY, CERTIFICATE,
-etc.). If multiple PEM-encoded data structures are present in the same
-stream, \fBPEM_bytes_read_bio()\fR will skip non-matching data types and
-continue reading. Non-PEM data present in the stream may cause an
+etc.). If multiple PEM\-encoded data structures are present in the same
+stream, \fBPEM_bytes_read_bio()\fR will skip non\-matching data types and
+continue reading. Non\-PEM data present in the stream may cause an
error.
.PP
The PEM header may indicate that the following data is encrypted; if so,
@@ -92,9 +95,9 @@ the decryption passphrase, if applicable.
Some data types have compatibility aliases, such as a file containing
X509 CERTIFICATE matching a request for the deprecated type CERTIFICATE.
The actual type indicated by the file is returned in \fI*pnm\fR if \fIpnm\fR is
-non-NULL. The caller must free the storage pointed to by \fI*pnm\fR.
+non\-NULL. The caller must free the storage pointed to by \fI*pnm\fR.
.PP
-The returned data is the DER-encoded form of the requested type, in
+The returned data is the DER\-encoded form of the requested type, in
\&\fI*pdata\fR with length \fI*plen\fR. The caller must free the storage pointed
to by \fI*pdata\fR.
.PP