diff options
author | tb <> | 2025-05-24 12:52:01 +0000 |
---|---|---|
committer | tb <> | 2025-05-24 12:52:01 +0000 |
commit | 0aeb160e256978dc720ca25420c6ed1763539c53 (patch) | |
tree | 08ed761f145cd2ea5ee07e06572c74a99b26595e /src | |
parent | 28466dd8a1227d2d5931b7fc1510d78bd68967e8 (diff) | |
download | openbsd-0aeb160e256978dc720ca25420c6ed1763539c53.tar.gz openbsd-0aeb160e256978dc720ca25420c6ed1763539c53.tar.bz2 openbsd-0aeb160e256978dc720ca25420c6ed1763539c53.zip |
openssl pkcs8: zap an outdated lie
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index e259450ed7..dd779774a8 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.165 2025/05/24 04:05:18 tb Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.166 2025/05/24 12:52:01 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 | .\" |
@@ -2973,9 +2973,6 @@ command processes private keys | |||
2973 | (both encrypted and unencrypted) | 2973 | (both encrypted and unencrypted) |
2974 | in PKCS#8 format | 2974 | in PKCS#8 format |
2975 | with a variety of PKCS#5 (v1.5 and v2.0) and PKCS#12 algorithms. | 2975 | with a variety of PKCS#5 (v1.5 and v2.0) and PKCS#12 algorithms. |
2976 | The default encryption is only 56 bits; | ||
2977 | keys encrypted using PKCS#5 v2.0 algorithms and high iteration counts | ||
2978 | are more secure. | ||
2979 | .Pp | 2976 | .Pp |
2980 | The options are as follows: | 2977 | The options are as follows: |
2981 | .Bl -tag -width Ds | 2978 | .Bl -tag -width Ds |