summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorStefanos Harhalakis <v13@v13.gr>2022-08-27 18:36:03 +0100
committerTomas Mraz <tomas@openssl.org>2022-08-30 11:36:36 +0200
commitd9aca2dd9b56dbfa6a0566cc3ad8b7c713ac61b2 (patch)
tree41a9a7d481e13c17e63a9745edbce5f09f06b5f9 /doc/man1
parent723844d3762c05727e8f6f21d0a1098e23302ebd (diff)
Fix man page to indicate SHA256 MAC for PKCS12
CLA: trivial Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19079)
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/openssl-pkcs12.pod.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/openssl-pkcs12.pod.in b/doc/man1/openssl-pkcs12.pod.in
index 0cb65bfc7f..144650f742 100644
--- a/doc/man1/openssl-pkcs12.pod.in
+++ b/doc/man1/openssl-pkcs12.pod.in
@@ -342,7 +342,7 @@ then both, the private key and the certificates are encrypted using triple DES.
=item B<-macalg> I<digest>
-Specify the MAC digest algorithm. If not included SHA1 will be used.
+Specify the MAC digest algorithm. If not included SHA256 will be used.
=item B<-iter> I<count>