summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/PEM_bytes_read_bio.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/PEM_bytes_read_bio.3')
-rw-r--r--src/lib/libcrypto/man/PEM_bytes_read_bio.37
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/PEM_bytes_read_bio.3 b/src/lib/libcrypto/man/PEM_bytes_read_bio.3
index 20ad6b8a4d..69cb26ce8d 100644
--- a/src/lib/libcrypto/man/PEM_bytes_read_bio.3
+++ b/src/lib/libcrypto/man/PEM_bytes_read_bio.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: PEM_bytes_read_bio.3,v 1.6 2020/07/23 17:34:53 schwarze Exp $ 1.\" $OpenBSD: PEM_bytes_read_bio.3,v 1.8 2025/07/16 17:59:10 schwarze Exp $
2.\" selective merge up to: 2.\" selective merge up to:
3.\" OpenSSL PEM_bytes_read_bio.pod 7671342e Feb 29 15:47:12 2016 -0600 3.\" OpenSSL PEM_bytes_read_bio.pod 7671342e Feb 29 15:47:12 2016 -0600
4.\" 4.\"
@@ -65,13 +65,14 @@
65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
66.\" OF THE POSSIBILITY OF SUCH DAMAGE. 66.\" OF THE POSSIBILITY OF SUCH DAMAGE.
67.\" 67.\"
68.Dd $Mdocdate: July 23 2020 $ 68.Dd $Mdocdate: July 16 2025 $
69.Dt PEM_BYTES_READ_BIO 3 69.Dt PEM_BYTES_READ_BIO 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
72.Nm PEM_bytes_read_bio 72.Nm PEM_bytes_read_bio
73.Nd read a PEM-encoded data structure from a BIO 73.Nd read a PEM-encoded data structure from a BIO
74.Sh SYNOPSIS 74.Sh SYNOPSIS
75.Lb libcrypto
75.In openssl/pem.h 76.In openssl/pem.h
76.Ft int 77.Ft int
77.Fo PEM_bytes_read_bio 78.Fo PEM_bytes_read_bio
@@ -175,7 +176,7 @@ Additional types of errors can result from
175.Xr PEM_ASN1_read 3 , 176.Xr PEM_ASN1_read 3 ,
176.Xr PEM_read 3 , 177.Xr PEM_read 3 ,
177.Xr PEM_read_bio_PrivateKey 3 , 178.Xr PEM_read_bio_PrivateKey 3 ,
178.Xr PEM_X509_INFO_read 3 179.Xr PEM_X509_INFO_read_bio 3
179.Sh STANDARDS 180.Sh STANDARDS
180RFC 1421: Privacy Enhancement for Internet Electronic Mail (PEM), Part I 181RFC 1421: Privacy Enhancement for Internet Electronic Mail (PEM), Part I
181.Sh HISTORY 182.Sh HISTORY