aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto/man/man3/d2i_X509.3
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libcrypto/man/man3/d2i_X509.3')
-rw-r--r--secure/lib/libcrypto/man/man3/d2i_X509.37
1 files changed, 4 insertions, 3 deletions
diff --git a/secure/lib/libcrypto/man/man3/d2i_X509.3 b/secure/lib/libcrypto/man/man3/d2i_X509.3
index e609aefcd0db..6daf15e67da6 100644
--- a/secure/lib/libcrypto/man/man3/d2i_X509.3
+++ b/secure/lib/libcrypto/man/man3/d2i_X509.3
@@ -55,7 +55,7 @@
.\" ========================================================================
.\"
.IX Title "D2I_X509 3ossl"
-.TH D2I_X509 3ossl 2025-07-01 3.5.1 OpenSSL
+.TH D2I_X509 3ossl 2025-09-16 3.5.3 OpenSSL
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -624,8 +624,9 @@ freed in the event of error and \fI*a\fR is set to NULL.
\&\fBi2d_\fR\f(BITYPE\fR() returns the number of bytes successfully encoded or a negative
value if an error occurs.
.PP
-\&\fBi2d_\fR\f(BITYPE\fR\fB_bio\fR() and \fBi2d_\fR\f(BITYPE\fR\fB_fp\fR() return 1 for success and 0 if an
-error occurs.
+\&\fBi2d_\fR\f(BITYPE\fR\fB_bio\fR() and \fBi2d_\fR\f(BITYPE\fR\fB_fp\fR(),
+as well as \fBi2d_ASN1_bio_stream()\fR,
+return 1 for success and 0 if an error occurs.
.SH EXAMPLES
.IX Header "EXAMPLES"
Allocate and encode the DER encoding of an X509 structure: