diff options
| author | tb <> | 2025-12-20 07:02:37 +0000 |
|---|---|---|
| committer | tb <> | 2025-12-20 07:02:37 +0000 |
| commit | c21eea145d12f7ab9b0fa83debe4931b485d1279 (patch) | |
| tree | 19ca424acab2f7cd1a4dcbc03903e3afc3d6742d /src/usr.bin/openssl/openssl.1 | |
| parent | 2681c4505dbb93940f461387b894b73e6ffedaff (diff) | |
| download | openbsd-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.1 | 15 |
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. | |||
| 996 | The | 994 | The |
| 997 | .Nm cms | 995 | .Nm cms |
| 998 | command handles S/MIME v3.1 mail. | 996 | command handles S/MIME v3.1 mail. |
| 999 | It can encrypt, decrypt, sign and verify, compress and uncompress S/MIME | 997 | It can encrypt, decrypt, sign and verify S/MIME messages. |
| 1000 | messages. | ||
| 1001 | .Pp | 998 | .Pp |
| 1002 | The MIME message must be sent without any blank lines between the headers and | 999 | The MIME message must be sent without any blank lines between the headers and |
| 1003 | the output. | 1000 | the output. |
| @@ -1053,12 +1050,6 @@ Output a content from the input CMS Data type. | |||
| 1053 | Create a CMS DigestedData type. | 1050 | Create a CMS DigestedData type. |
| 1054 | .It Fl digest_verify | 1051 | .It Fl digest_verify |
| 1055 | Verify a CMS DigestedData type and output the content. | 1052 | Verify a CMS DigestedData type and output the content. |
| 1056 | .It Fl compress | ||
| 1057 | Create a CMS CompressedData type. | ||
| 1058 | Must be compiled with zlib support for this option to work. | ||
| 1059 | .It Fl uncompress | ||
| 1060 | Uncompress a CMS CompressedData type and output the content. | ||
| 1061 | Must be compiled with zlib support for this option to work. | ||
| 1062 | .It Fl EncryptedData_encrypt | 1053 | .It Fl EncryptedData_encrypt |
| 1063 | Encrypt a content using supplied symmetric key and algorithm using a | 1054 | Encrypt a content using supplied symmetric key and algorithm using a |
| 1064 | CMS EncryptedData type. | 1055 | CMS EncryptedData type. |
