summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-06-07 08:29:20 +0000
committertb <>2025-06-07 08:29:20 +0000
commit7d1b18e4c061d6514945c6f09c42124a41195078 (patch)
tree2a9656ce2fd7840c29233ec56a27ccf4edae7bf3 /src
parent82a898a479110e39fc456c853aee3da7ec67f65f (diff)
downloadopenbsd-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.18
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.
1091128-, 192-, or 256-bit AES, 128-, 192-, or 256-bit CAMELLIA, 1091128-, 192-, or 256-bit AES, 128-, 192-, or 256-bit CAMELLIA,
1092DES (56 bits), triple DES (168 bits), 1092DES (56 bits), triple DES (168 bits),
1093or 40-, 64-, or 128-bit RC2, respectively; 1093or 40-, 64-, or 128-bit RC2, respectively;
1094if not specified, triple DES is 1094if not specified, 256-bit AES is
1095used. 1095used.
1096Only used with 1096Only used with
1097.Fl encrypt 1097.Fl encrypt
@@ -5098,7 +5098,7 @@ The remaining options are as follows:
5098The encryption algorithm to use. 5098The encryption algorithm to use.
5099128-, 192-, or 256-bit AES, DES (56 bits), triple DES (168 bits), 5099128-, 192-, or 256-bit AES, DES (56 bits), triple DES (168 bits),
5100or 40-, 64-, or 128-bit RC2, respectively; 5100or 40-, 64-, or 128-bit RC2, respectively;
5101if not specified, 40-bit RC2 is 5101if not specified, 256-bit AES is
5102used. 5102used.
5103Only used with 5103Only used with
5104.Fl encrypt . 5104.Fl encrypt .