From eb8dd9dca1228af0cd132f515509051ecfabf6f6 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Mon, 14 Apr 2025 17:32:06 +0000 Subject: This commit was manufactured by cvs2git to create tag 'tb_20250414'. --- src/lib/libcrypto/man/SMIME_text.3 | 57 -------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 src/lib/libcrypto/man/SMIME_text.3 (limited to 'src/lib/libcrypto/man/SMIME_text.3') diff --git a/src/lib/libcrypto/man/SMIME_text.3 b/src/lib/libcrypto/man/SMIME_text.3 deleted file mode 100644 index a4c9689925..0000000000 --- a/src/lib/libcrypto/man/SMIME_text.3 +++ /dev/null @@ -1,57 +0,0 @@ -.\" $OpenBSD: SMIME_text.3,v 1.1 2021/12/14 15:22:49 schwarze Exp $ -.\" -.\" Copyright (c) 2021 Ingo Schwarze -.\" -.\" Permission to use, copy, modify, and distribute this software for any -.\" purpose with or without fee is hereby granted, provided that the above -.\" copyright notice and this permission notice appear in all copies. -.\" -.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" -.Dd $Mdocdate: December 14 2021 $ -.Dt SMIME_TEXT 3 -.Os -.Sh NAME -.Nm SMIME_text -.Nd remove text/plain MIME headers -.Sh SYNOPSIS -.In openssl/asn1.h -.Ft int -.Fo SMIME_text -.Fa "BIO *in_bio" -.Fa "BIO *out_bio" -.Fc -.Sh DESCRIPTION -.Fn SMIME_text -reads MIME headers from -.Fa in_bio , -checks that the content type is -.Dq text/plain , -discards the MIME headers, -and copies the text that follows the headers from -.Fa in_bio -to -.Fa out_bio . -.Sh RETURN VALUES -.Fn SMIME_text -returns 1 on success or 0 if memory allocation, reading the input, -or parsing the MIME headers fails, if there is no -.Dq content-type -header, or if the content type is not -.Dq text/plain . -.Sh SEE ALSO -.Xr SMIME_crlf_copy 3 , -.Xr SMIME_read_ASN1 3 -.Sh HISTORY -.Fn SMIME_text -first appeared in OpenSSL 1.0.0 and has been available since -.Ox 4.9 . -.Sh CAVEATS -.Fn SMIME_text -does not support non-blocking BIOs. -- cgit v1.2.3-55-g6feb