summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/openssl.1
diff options
context:
space:
mode:
authornaddy <>2019-01-18 23:33:57 +0000
committernaddy <>2019-01-18 23:33:57 +0000
commitf11f1c0f8ad579cfb88a2559e3efe0e0367cec85 (patch)
treefe412cc1dc7ce784d70d5bfa12a3db6f4779e768 /src/usr.bin/openssl/openssl.1
parentd1f6c1115b07fb6692e72bd950e5caca40fd7d33 (diff)
downloadopenbsd-f11f1c0f8ad579cfb88a2559e3efe0e0367cec85.tar.gz
openbsd-f11f1c0f8ad579cfb88a2559e3efe0e0367cec85.tar.bz2
openbsd-f11f1c0f8ad579cfb88a2559e3efe0e0367cec85.zip
switch the default algorithm for the dgst command from MD5 to SHA256
ok deraadt@
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-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 1a116c4477..5c3b61b275 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.97 2019/01/18 07:11:51 jmc Exp $ 1.\" $OpenBSD: openssl.1,v 1.98 2019/01/18 23:33:57 naddy 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.\"
@@ -1010,16 +1010,16 @@ Print BIO debugging information.
1010.It Fl Ar digest 1010.It Fl Ar digest
1011Use the specified message 1011Use the specified message
1012.Ar digest . 1012.Ar digest .
1013The default is MD5. 1013The default is SHA256.
1014The available digests can be displayed using 1014The available digests can be displayed using
1015.Nm openssl 1015.Nm openssl
1016.Cm list-message-digest-commands . 1016.Cm list-message-digest-commands .
1017The following are equivalent: 1017The following are equivalent:
1018.Nm openssl dgst 1018.Nm openssl dgst
1019.Fl md5 1019.Fl sha256
1020and 1020and
1021.Nm openssl 1021.Nm openssl
1022.Cm md5 . 1022.Cm sha256 .
1023.It Fl hex 1023.It Fl hex
1024Digest is to be output as a hex dump. 1024Digest is to be output as a hex dump.
1025This is the default case for a 1025This is the default case for a