diff options
author | tb <> | 2019-12-18 07:54:28 +0000 |
---|---|---|
committer | tb <> | 2019-12-18 07:54:28 +0000 |
commit | 3d0eca60144a84a46ef328e67baea6627c029223 (patch) | |
tree | d45f1626067c149bccd5e438bbb908c9b9217dff /src/usr.bin/openssl/openssl.1 | |
parent | 6157b5dabe9d672ee78f5bfc845c17e115d1610a (diff) | |
download | openbsd-3d0eca60144a84a46ef328e67baea6627c029223.tar.gz openbsd-3d0eca60144a84a46ef328e67baea6627c029223.tar.bz2 openbsd-3d0eca60144a84a46ef328e67baea6627c029223.zip |
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
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 11 |
1 files changed, 4 insertions, 7 deletions
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 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.116 2019/11/28 11:21:33 inoguchi Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.117 2019/12/18 07:54:28 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 | .\" |
@@ -110,7 +110,7 @@ | |||
110 | .\" copied and put under another distribution licence | 110 | .\" copied and put under another distribution licence |
111 | .\" [including the GNU Public Licence.] | 111 | .\" [including the GNU Public Licence.] |
112 | .\" | 112 | .\" |
113 | .Dd $Mdocdate: November 28 2019 $ | 113 | .Dd $Mdocdate: December 18 2019 $ |
114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
115 | .Os | 115 | .Os |
116 | .Sh NAME | 116 | .Sh NAME |
@@ -2176,11 +2176,8 @@ option. | |||
2176 | Use | 2176 | Use |
2177 | .Ar digest | 2177 | .Ar digest |
2178 | to create a key from a pass phrase. | 2178 | to create a key from a pass phrase. |
2179 | .Ar digest | 2179 | The default value is |
2180 | may be one of | 2180 | .Cm sha256 . |
2181 | .Cm md5 | ||
2182 | or | ||
2183 | .Cm sha1 . | ||
2184 | .It Fl none | 2181 | .It Fl none |
2185 | Use NULL cipher (no encryption or decryption of input). | 2182 | Use NULL cipher (no encryption or decryption of input). |
2186 | .It Fl nopad | 2183 | .It Fl nopad |