summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-08-22 12:15:07 +0000
committertb <>2024-08-22 12:15:07 +0000
commit83775f003b674b8c33f402fb1136f08f63f865e6 (patch)
tree630d45fb4876c5387a977a87ddf2b18bdce440e8
parentc3a4b1711d3f254397fb214b2c452a87fd6f71ed (diff)
downloadopenbsd-83775f003b674b8c33f402fb1136f08f63f865e6.tar.gz
openbsd-83775f003b674b8c33f402fb1136f08f63f865e6.tar.bz2
openbsd-83775f003b674b8c33f402fb1136f08f63f865e6.zip
openssl: adjust manual for LMK and CSP removal
-rw-r--r--src/usr.bin/openssl/openssl.112
1 files changed, 2 insertions, 10 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index c185c7ebf7..d06eeec87c 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.158 2024/08/12 15:34:58 job Exp $ 1.\" $OpenBSD: openssl.1,v 1.159 2024/08/22 12:15:07 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: August 12 2024 $ 113.Dd $Mdocdate: August 22 2024 $
114.Dt OPENSSL 1 114.Dt OPENSSL 1
115.Os 115.Os
116.Sh NAME 116.Sh NAME
@@ -3084,7 +3084,6 @@ It is recommended that des3 is used.
3084.Op Fl certpbe Ar alg 3084.Op Fl certpbe Ar alg
3085.Op Fl chain 3085.Op Fl chain
3086.Op Fl clcerts 3086.Op Fl clcerts
3087.Op Fl CSP Ar name
3088.Op Fl descert 3087.Op Fl descert
3089.Op Fl export 3088.Op Fl export
3090.Op Fl in Ar file 3089.Op Fl in Ar file
@@ -3093,7 +3092,6 @@ It is recommended that des3 is used.
3093.Op Fl keyex 3092.Op Fl keyex
3094.Op Fl keypbe Ar alg 3093.Op Fl keypbe Ar alg
3095.Op Fl keysig 3094.Op Fl keysig
3096.Op Fl LMK
3097.Op Fl macalg Ar alg 3095.Op Fl macalg Ar alg
3098.Op Fl maciter 3096.Op Fl maciter
3099.Op Fl name Ar name 3097.Op Fl name Ar name
@@ -3202,10 +3200,6 @@ For interoperability reasons it is advisable to only use PKCS#12 algorithms.
3202Include the entire certificate chain of the user certificate. 3200Include the entire certificate chain of the user certificate.
3203The standard CA store is used for this search. 3201The standard CA store is used for this search.
3204If the search fails, it is considered a fatal error. 3202If the search fails, it is considered a fatal error.
3205.It Fl CSP Ar name
3206Write
3207.Ar name
3208as a Microsoft CSP name.
3209.It Fl descert 3203.It Fl descert
3210Encrypt the certificate using triple DES; this may render the PKCS#12 3204Encrypt the certificate using triple DES; this may render the PKCS#12
3211file unreadable by some 3205file unreadable by some
@@ -3237,8 +3231,6 @@ option marks the key for signing only.
3237Signing only keys can be used for S/MIME signing, authenticode 3231Signing only keys can be used for S/MIME signing, authenticode
3238(ActiveX control signing) 3232(ActiveX control signing)
3239and SSL client authentication. 3233and SSL client authentication.
3240.It Fl LMK
3241Add local machine keyset attribute to private key.
3242.It Fl macalg Ar alg 3234.It Fl macalg Ar alg
3243Specify the MAC digest algorithm. 3235Specify the MAC digest algorithm.
3244The default is SHA1. 3236The default is SHA1.