From f11f1c0f8ad579cfb88a2559e3efe0e0367cec85 Mon Sep 17 00:00:00 2001 From: naddy <> Date: Fri, 18 Jan 2019 23:33:57 +0000 Subject: switch the default algorithm for the dgst command from MD5 to SHA256 ok deraadt@ --- src/usr.bin/openssl/openssl.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/usr.bin/openssl/openssl.1') 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 @@ -.\" $OpenBSD: openssl.1,v 1.97 2019/01/18 07:11:51 jmc Exp $ +.\" $OpenBSD: openssl.1,v 1.98 2019/01/18 23:33:57 naddy Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -1010,16 +1010,16 @@ Print BIO debugging information. .It Fl Ar digest Use the specified message .Ar digest . -The default is MD5. +The default is SHA256. The available digests can be displayed using .Nm openssl .Cm list-message-digest-commands . The following are equivalent: .Nm openssl dgst -.Fl md5 +.Fl sha256 and .Nm openssl -.Cm md5 . +.Cm sha256 . .It Fl hex Digest is to be output as a hex dump. This is the default case for a -- cgit v1.2.3-55-g6feb