From 3d0eca60144a84a46ef328e67baea6627c029223 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 18 Dec 2019 07:54:28 +0000 Subject: In January, the default digest used in the openssl enc command was changed from md5 to sha256. Update manual to reflect that. From Fabio Scotoni ok jmc --- src/usr.bin/openssl/openssl.1 | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index e15ef60395..d43b1db195 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/usr.bin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.116 2019/11/28 11:21:33 inoguchi Exp $ +.\" $OpenBSD: openssl.1,v 1.117 2019/12/18 07:54:28 tb Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -110,7 +110,7 @@ .\" copied and put under another distribution licence .\" [including the GNU Public Licence.] .\" -.Dd $Mdocdate: November 28 2019 $ +.Dd $Mdocdate: December 18 2019 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -2176,11 +2176,8 @@ option. Use .Ar digest to create a key from a pass phrase. -.Ar digest -may be one of -.Cm md5 -or -.Cm sha1 . +The default value is +.Cm sha256 . .It Fl none Use NULL cipher (no encryption or decryption of input). .It Fl nopad -- cgit v1.2.3-55-g6feb