diff options
author | doug <> | 2015-06-20 01:07:25 +0000 |
---|---|---|
committer | doug <> | 2015-06-20 01:07:25 +0000 |
commit | d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4 (patch) | |
tree | 144d1a93a079c76b8e2df6b6625e26229f129c6d /src/usr.bin/openssl/openssl.1 | |
parent | 423ea1a9bc2db6077e4924282a827eefbd2cdcd8 (diff) | |
download | openbsd-d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4.tar.gz openbsd-d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4.tar.bz2 openbsd-d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4.zip |
Remove obsolete MDC-2DES from libcrypto.
ok deraadt@ jsing@ miod@
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index c90d998cb6..5106943640 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.14 2015/06/18 11:38:41 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.15 2015/06/20 01:07:25 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 | .\" |
@@ -112,7 +112,7 @@ | |||
112 | .\" | 112 | .\" |
113 | .\" OPENSSL | 113 | .\" OPENSSL |
114 | .\" | 114 | .\" |
115 | .Dd $Mdocdate: June 18 2015 $ | 115 | .Dd $Mdocdate: June 20 2015 $ |
116 | .Dt OPENSSL 1 | 116 | .Dt OPENSSL 1 |
117 | .Os | 117 | .Os |
118 | .Sh NAME | 118 | .Sh NAME |
@@ -389,8 +389,6 @@ GOST R 34.11-94 digest. | |||
389 | MD4 digest. | 389 | MD4 digest. |
390 | .It Cm md5 | 390 | .It Cm md5 |
391 | MD5 digest. | 391 | MD5 digest. |
392 | .It Cm mdc2 | ||
393 | MDC-2 digest. | ||
394 | .It Cm ripemd160 | 392 | .It Cm ripemd160 |
395 | RIPEMD-160 digest. | 393 | RIPEMD-160 digest. |
396 | .It Cm sha | 394 | .It Cm sha |
@@ -1814,7 +1812,7 @@ install user certificates and CAs in MSIE using the Xenroll control. | |||
1814 | .Bk -words | 1812 | .Bk -words |
1815 | .Oo | 1813 | .Oo |
1816 | .Fl gost-mac | streebog256 | streebog512 | md_gost94 | | 1814 | .Fl gost-mac | streebog256 | streebog512 | md_gost94 | |
1817 | .Fl md4 | md5 | mdc2 | ripemd160 | sha | sha1 | | 1815 | .Fl md4 | md5 | ripemd160 | sha | sha1 | |
1818 | .Fl sha224 | sha256 | sha384 | sha512 | whirlpool | 1816 | .Fl sha224 | sha256 | sha384 | sha512 | whirlpool |
1819 | .Oc | 1817 | .Oc |
1820 | .Op Fl binary | 1818 | .Op Fl binary |
@@ -1838,7 +1836,7 @@ install user certificates and CAs in MSIE using the Xenroll control. | |||
1838 | .Pp | 1836 | .Pp |
1839 | .Nm openssl | 1837 | .Nm openssl |
1840 | .Cm gost-mac | streebog256 | streebog512 | md_gost94 | | 1838 | .Cm gost-mac | streebog256 | streebog512 | md_gost94 | |
1841 | .Cm md4 | md5 | mdc2 | ripemd160 | sha | sha1 | | 1839 | .Cm md4 | md5 | ripemd160 | sha | sha1 | |
1842 | .Cm sha224 | sha256 | sha384 | sha512 | whirlpool | 1840 | .Cm sha224 | sha256 | sha384 | sha512 | whirlpool |
1843 | .Op Fl c | 1841 | .Op Fl c |
1844 | .Op Fl d | 1842 | .Op Fl d |