diff options
author | tb <> | 2025-06-07 08:29:20 +0000 |
---|---|---|
committer | tb <> | 2025-06-07 08:29:20 +0000 |
commit | 7d1b18e4c061d6514945c6f09c42124a41195078 (patch) | |
tree | 2a9656ce2fd7840c29233ec56a27ccf4edae7bf3 /src | |
parent | 82a898a479110e39fc456c853aee3da7ec67f65f (diff) | |
download | openbsd-7d1b18e4c061d6514945c6f09c42124a41195078.tar.gz openbsd-7d1b18e4c061d6514945c6f09c42124a41195078.tar.bz2 openbsd-7d1b18e4c061d6514945c6f09c42124a41195078.zip |
openssl.1: update defaults for cms and smime
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index dd779774a8..40defdc38b 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.166 2025/05/24 12:52:01 tb Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.167 2025/06/07 08:29:20 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: May 24 2025 $ | 113 | .Dd $Mdocdate: June 7 2025 $ |
114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
115 | .Os | 115 | .Os |
116 | .Sh NAME | 116 | .Sh NAME |
@@ -1091,7 +1091,7 @@ The encryption algorithm to use. | |||
1091 | 128-, 192-, or 256-bit AES, 128-, 192-, or 256-bit CAMELLIA, | 1091 | 128-, 192-, or 256-bit AES, 128-, 192-, or 256-bit CAMELLIA, |
1092 | DES (56 bits), triple DES (168 bits), | 1092 | DES (56 bits), triple DES (168 bits), |
1093 | or 40-, 64-, or 128-bit RC2, respectively; | 1093 | or 40-, 64-, or 128-bit RC2, respectively; |
1094 | if not specified, triple DES is | 1094 | if not specified, 256-bit AES is |
1095 | used. | 1095 | used. |
1096 | Only used with | 1096 | Only used with |
1097 | .Fl encrypt | 1097 | .Fl encrypt |
@@ -5098,7 +5098,7 @@ The remaining options are as follows: | |||
5098 | The encryption algorithm to use. | 5098 | The encryption algorithm to use. |
5099 | 128-, 192-, or 256-bit AES, DES (56 bits), triple DES (168 bits), | 5099 | 128-, 192-, or 256-bit AES, DES (56 bits), triple DES (168 bits), |
5100 | or 40-, 64-, or 128-bit RC2, respectively; | 5100 | or 40-, 64-, or 128-bit RC2, respectively; |
5101 | if not specified, 40-bit RC2 is | 5101 | if not specified, 256-bit AES is |
5102 | used. | 5102 | used. |
5103 | Only used with | 5103 | Only used with |
5104 | .Fl encrypt . | 5104 | .Fl encrypt . |