summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/SMIME_crlf_copy.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/SMIME_crlf_copy.3')
-rw-r--r--src/lib/libcrypto/man/SMIME_crlf_copy.39
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/SMIME_crlf_copy.3 b/src/lib/libcrypto/man/SMIME_crlf_copy.3
index 3b46138473..0991d207a1 100644
--- a/src/lib/libcrypto/man/SMIME_crlf_copy.3
+++ b/src/lib/libcrypto/man/SMIME_crlf_copy.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SMIME_crlf_copy.3,v 1.3 2023/05/01 07:28:11 tb Exp $ 1.\" $OpenBSD: SMIME_crlf_copy.3,v 1.5 2025/06/11 13:48:54 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,13 +14,15 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: May 1 2023 $ 17.Dd $Mdocdate: June 11 2025 $
18.Dt SMIME_CRLF_COPY 3 18.Dt SMIME_CRLF_COPY 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
21.Nm SMIME_crlf_copy 21.Nm SMIME_crlf_copy
22.Nd buffered copy between BIOs 22.Nd buffered copy between BIOs
23.Sh SYNOPSIS 23.Sh SYNOPSIS
24.Lb libcrypto
25.In openssl/asn1.h
24.Ft int 26.Ft int
25.Fo SMIME_crlf_copy 27.Fo SMIME_crlf_copy
26.Fa "BIO *in_bio" 28.Fa "BIO *in_bio"
@@ -79,7 +81,8 @@ is intended to return 1 on success or 0 on failure.
79.Xr BIO_push 3 , 81.Xr BIO_push 3 ,
80.Xr BIO_read 3 , 82.Xr BIO_read 3 ,
81.Xr SMIME_text 3 , 83.Xr SMIME_text 3 ,
82.Xr SMIME_write_ASN1 3 84.Xr SMIME_write_CMS 3 ,
85.Xr SMIME_write_PKCS7 3
83.Sh HISTORY 86.Sh HISTORY
84.Fn SMIME_crlf_copy 87.Fn SMIME_crlf_copy
85first appeared in OpenSSL 1.0.0 and has been available since 88first appeared in OpenSSL 1.0.0 and has been available since