summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/openssl.1
diff options
context:
space:
mode:
authortb <>2025-12-20 07:02:37 +0000
committertb <>2025-12-20 07:02:37 +0000
commitc21eea145d12f7ab9b0fa83debe4931b485d1279 (patch)
tree19ca424acab2f7cd1a4dcbc03903e3afc3d6742d /src/usr.bin/openssl/openssl.1
parent2681c4505dbb93940f461387b894b73e6ffedaff (diff)
downloadopenbsd-c21eea145d12f7ab9b0fa83debe4931b485d1279.tar.gz
openbsd-c21eea145d12f7ab9b0fa83debe4931b485d1279.tar.bz2
openbsd-c21eea145d12f7ab9b0fa83debe4931b485d1279.zip
openssl: Remove -{,un}compress from cms "app"
We haven't supported compiling against zlib in a very long time. These are the only two calls to CMS_{,un}compress(3) in the ecosystem. I am going to remove these two API stubs in the next major bump. ok jsing kenjiro
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r--src/usr.bin/openssl/openssl.115
1 files changed, 3 insertions, 12 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index 40defdc38b..f3e0be15ed 100644
--- a/src/usr.bin/openssl/openssl.1
+++ b/src/usr.bin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.167 2025/06/07 08:29:20 tb Exp $ 1.\" $OpenBSD: openssl.1,v 1.168 2025/12/20 07:02:37 tb Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -110,7 +110,7 @@
110.\" copied and put under another distribution licence 110.\" copied and put under another distribution licence
111.\" [including the GNU Public Licence.] 111.\" [including the GNU Public Licence.]
112.\" 112.\"
113.Dd $Mdocdate: June 7 2025 $ 113.Dd $Mdocdate: December 20 2025 $
114.Dt OPENSSL 1 114.Dt OPENSSL 1
115.Os 115.Os
116.Sh NAME 116.Sh NAME
@@ -931,7 +931,6 @@ but without cipher suite codes.
931.Op Fl certfile Ar file 931.Op Fl certfile Ar file
932.Op Fl certsout Ar file 932.Op Fl certsout Ar file
933.Op Fl cmsout 933.Op Fl cmsout
934.Op Fl compress
935.Op Fl content Ar file 934.Op Fl content Ar file
936.Op Fl crlfeol 935.Op Fl crlfeol
937.Op Fl data_create 936.Op Fl data_create
@@ -985,7 +984,6 @@ but without cipher suite codes.
985.Op Fl subject Ar s 984.Op Fl subject Ar s
986.Op Fl text 985.Op Fl text
987.Op Fl to Ar addr 986.Op Fl to Ar addr
988.Op Fl uncompress
989.Op Fl verify 987.Op Fl verify
990.Op Fl verify_receipt Ar file 988.Op Fl verify_receipt Ar file
991.Op Fl verify_retcode 989.Op Fl verify_retcode
@@ -996,8 +994,7 @@ but without cipher suite codes.
996The 994The
997.Nm cms 995.Nm cms
998command handles S/MIME v3.1 mail. 996command handles S/MIME v3.1 mail.
999It can encrypt, decrypt, sign and verify, compress and uncompress S/MIME 997It can encrypt, decrypt, sign and verify S/MIME messages.
1000messages.
1001.Pp 998.Pp
1002The MIME message must be sent without any blank lines between the headers and 999The MIME message must be sent without any blank lines between the headers and
1003the output. 1000the output.
@@ -1053,12 +1050,6 @@ Output a content from the input CMS Data type.
1053Create a CMS DigestedData type. 1050Create a CMS DigestedData type.
1054.It Fl digest_verify 1051.It Fl digest_verify
1055Verify a CMS DigestedData type and output the content. 1052Verify a CMS DigestedData type and output the content.
1056.It Fl compress
1057Create a CMS CompressedData type.
1058Must be compiled with zlib support for this option to work.
1059.It Fl uncompress
1060Uncompress a CMS CompressedData type and output the content.
1061Must be compiled with zlib support for this option to work.
1062.It Fl EncryptedData_encrypt 1053.It Fl EncryptedData_encrypt
1063Encrypt a content using supplied symmetric key and algorithm using a 1054Encrypt a content using supplied symmetric key and algorithm using a
1064CMS EncryptedData type. 1055CMS EncryptedData type.