diff options
author | doug <> | 2015-09-13 23:36:21 +0000 |
---|---|---|
committer | doug <> | 2015-09-13 23:36:21 +0000 |
commit | 5e0ea5055e21b1f3526587a5a17702ab3fee3e49 (patch) | |
tree | 804e21f7971977c17340feffa6cc8840e09b3cfe /src/usr.bin/openssl/openssl.1 | |
parent | c221c5094439136f46f34e398f2908ca9b5bfb1d (diff) | |
download | openbsd-5e0ea5055e21b1f3526587a5a17702ab3fee3e49.tar.gz openbsd-5e0ea5055e21b1f3526587a5a17702ab3fee3e49.tar.bz2 openbsd-5e0ea5055e21b1f3526587a5a17702ab3fee3e49.zip |
Remove MD4 support from LibreSSL.
MD4 should have been removed a long time ago. Also, RFC 6150 moved it to
historic in 2011. Rides the major crank from removing SHA-0.
Discussed with many including beck@, millert@, djm@, sthen@
ok jsing@, input + ok bcook@
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 50063b653d..de0a56735a 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.26 2015/09/13 17:57:11 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.27 2015/09/13 23:36:21 doug 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 | .\" |
@@ -383,8 +383,6 @@ Streebog-256 digest. | |||
383 | Streebog-512 digest. | 383 | Streebog-512 digest. |
384 | .It Cm md_gost94 | 384 | .It Cm md_gost94 |
385 | GOST R 34.11-94 digest. | 385 | GOST R 34.11-94 digest. |
386 | .It Cm md4 | ||
387 | MD4 digest. | ||
388 | .It Cm md5 | 386 | .It Cm md5 |
389 | MD5 digest. | 387 | MD5 digest. |
390 | .It Cm ripemd160 | 388 | .It Cm ripemd160 |
@@ -1795,7 +1793,7 @@ install user certificates and CAs in MSIE using the Xenroll control. | |||
1795 | .Bk -words | 1793 | .Bk -words |
1796 | .Oo | 1794 | .Oo |
1797 | .Fl gost-mac | streebog256 | streebog512 | md_gost94 | | 1795 | .Fl gost-mac | streebog256 | streebog512 | md_gost94 | |
1798 | .Fl md4 | md5 | ripemd160 | sha | sha1 | | 1796 | .Fl md5 | ripemd160 | sha1 | |
1799 | .Fl sha224 | sha256 | sha384 | sha512 | whirlpool | 1797 | .Fl sha224 | sha256 | sha384 | sha512 | whirlpool |
1800 | .Oc | 1798 | .Oc |
1801 | .Op Fl binary | 1799 | .Op Fl binary |
@@ -1818,7 +1816,7 @@ install user certificates and CAs in MSIE using the Xenroll control. | |||
1818 | .Pp | 1816 | .Pp |
1819 | .Nm openssl | 1817 | .Nm openssl |
1820 | .Cm gost-mac | streebog256 | streebog512 | md_gost94 | | 1818 | .Cm gost-mac | streebog256 | streebog512 | md_gost94 | |
1821 | .Cm md4 | md5 | ripemd160 | sha | sha1 | | 1819 | .Cm md5 | ripemd160 | sha | sha1 | |
1822 | .Cm sha224 | sha256 | sha384 | sha512 | whirlpool | 1820 | .Cm sha224 | sha256 | sha384 | sha512 | whirlpool |
1823 | .Op Fl c | 1821 | .Op Fl c |
1824 | .Op Fl d | 1822 | .Op Fl d |
@@ -5085,7 +5083,7 @@ instead of standard output. | |||
5085 | .Op Fl key Ar keyfile | 5083 | .Op Fl key Ar keyfile |
5086 | .Op Fl keyform Ar DER | PEM | 5084 | .Op Fl keyform Ar DER | PEM |
5087 | .Op Fl keyout Ar file | 5085 | .Op Fl keyout Ar file |
5088 | .Op Fl md4 | md5 | sha1 | 5086 | .Op Fl md5 | sha1 |
5089 | .Op Fl modulus | 5087 | .Op Fl modulus |
5090 | .Op Fl nameopt Ar option | 5088 | .Op Fl nameopt Ar option |
5091 | .Op Fl new | 5089 | .Op Fl new |
@@ -7664,7 +7662,6 @@ command were first added in | |||
7664 | .Op Cm dsa2048 | 7662 | .Op Cm dsa2048 |
7665 | .Op Cm hmac | 7663 | .Op Cm hmac |
7666 | .Op Cm md2 | 7664 | .Op Cm md2 |
7667 | .Op Cm md4 | ||
7668 | .Op Cm md5 | 7665 | .Op Cm md5 |
7669 | .Op Cm rc2 | 7666 | .Op Cm rc2 |
7670 | .Op Cm rc2-cbc | 7667 | .Op Cm rc2-cbc |
@@ -7715,7 +7712,7 @@ benchmarks in parallel. | |||
7715 | .Nm "openssl ts" | 7712 | .Nm "openssl ts" |
7716 | .Bk -words | 7713 | .Bk -words |
7717 | .Fl query | 7714 | .Fl query |
7718 | .Op Fl md4 | md5 | ripemd160 | sha | sha1 | 7715 | .Op Fl md5 | ripemd160 | sha1 |
7719 | .Op Fl cert | 7716 | .Op Fl cert |
7720 | .Op Fl config Ar configfile | 7717 | .Op Fl config Ar configfile |
7721 | .Op Fl data Ar file_to_hash | 7718 | .Op Fl data Ar file_to_hash |
@@ -7836,7 +7833,7 @@ This option specifies a previously created time stamp request in DER | |||
7836 | format that will be printed into the output file. | 7833 | format that will be printed into the output file. |
7837 | Useful when you need to examine the content of a request in human-readable | 7834 | Useful when you need to examine the content of a request in human-readable |
7838 | format. | 7835 | format. |
7839 | .It Fl md4|md5|ripemd160|sha|sha1 | 7836 | .It Fl md5|ripemd160|sha1 |
7840 | The message digest to apply to the data file. | 7837 | The message digest to apply to the data file. |
7841 | It supports all the message digest algorithms that are supported by the | 7838 | It supports all the message digest algorithms that are supported by the |
7842 | .Nm dgst | 7839 | .Nm dgst |