summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/openssl.1
diff options
context:
space:
mode:
authordoug <>2015-09-14 01:45:03 +0000
committerdoug <>2015-09-14 01:45:03 +0000
commitccf0b47cd77c8c167d186cc3f01dfc310ee5b29f (patch)
tree587478d440edfb518946564a3da5958afa932346 /src/usr.bin/openssl/openssl.1
parent516aee833d4c8a3fa73b13184ca096bf2ad7f1f2 (diff)
downloadopenbsd-ccf0b47cd77c8c167d186cc3f01dfc310ee5b29f.tar.gz
openbsd-ccf0b47cd77c8c167d186cc3f01dfc310ee5b29f.tar.bz2
openbsd-ccf0b47cd77c8c167d186cc3f01dfc310ee5b29f.zip
Temporarily revive MD4 for MS CHAP support.
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r--src/usr.bin/openssl/openssl.117
1 files changed, 10 insertions, 7 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index de0a56735a..1ce8e84291 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.27 2015/09/13 23:36:21 doug Exp $ 1.\" $OpenBSD: openssl.1,v 1.28 2015/09/14 01:45:03 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: September 13 2015 $ 115.Dd $Mdocdate: September 14 2015 $
116.Dt OPENSSL 1 116.Dt OPENSSL 1
117.Os 117.Os
118.Sh NAME 118.Sh NAME
@@ -383,6 +383,8 @@ Streebog-256 digest.
383Streebog-512 digest. 383Streebog-512 digest.
384.It Cm md_gost94 384.It Cm md_gost94
385GOST R 34.11-94 digest. 385GOST R 34.11-94 digest.
386.It Cm md4
387MD4 digest.
386.It Cm md5 388.It Cm md5
387MD5 digest. 389MD5 digest.
388.It Cm ripemd160 390.It Cm ripemd160
@@ -1793,7 +1795,7 @@ install user certificates and CAs in MSIE using the Xenroll control.
1793.Bk -words 1795.Bk -words
1794.Oo 1796.Oo
1795.Fl gost-mac | streebog256 | streebog512 | md_gost94 | 1797.Fl gost-mac | streebog256 | streebog512 | md_gost94 |
1796.Fl md5 | ripemd160 | sha1 | 1798.Fl md4 | md5 | ripemd160 | sha | sha1 |
1797.Fl sha224 | sha256 | sha384 | sha512 | whirlpool 1799.Fl sha224 | sha256 | sha384 | sha512 | whirlpool
1798.Oc 1800.Oc
1799.Op Fl binary 1801.Op Fl binary
@@ -1816,7 +1818,7 @@ install user certificates and CAs in MSIE using the Xenroll control.
1816.Pp 1818.Pp
1817.Nm openssl 1819.Nm openssl
1818.Cm gost-mac | streebog256 | streebog512 | md_gost94 | 1820.Cm gost-mac | streebog256 | streebog512 | md_gost94 |
1819.Cm md5 | ripemd160 | sha | sha1 | 1821.Cm md4 | md5 | ripemd160 | sha | sha1 |
1820.Cm sha224 | sha256 | sha384 | sha512 | whirlpool 1822.Cm sha224 | sha256 | sha384 | sha512 | whirlpool
1821.Op Fl c 1823.Op Fl c
1822.Op Fl d 1824.Op Fl d
@@ -5083,7 +5085,7 @@ instead of standard output.
5083.Op Fl key Ar keyfile 5085.Op Fl key Ar keyfile
5084.Op Fl keyform Ar DER | PEM 5086.Op Fl keyform Ar DER | PEM
5085.Op Fl keyout Ar file 5087.Op Fl keyout Ar file
5086.Op Fl md5 | sha1 5088.Op Fl md4 | md5 | sha1
5087.Op Fl modulus 5089.Op Fl modulus
5088.Op Fl nameopt Ar option 5090.Op Fl nameopt Ar option
5089.Op Fl new 5091.Op Fl new
@@ -7662,6 +7664,7 @@ command were first added in
7662.Op Cm dsa2048 7664.Op Cm dsa2048
7663.Op Cm hmac 7665.Op Cm hmac
7664.Op Cm md2 7666.Op Cm md2
7667.Op Cm md4
7665.Op Cm md5 7668.Op Cm md5
7666.Op Cm rc2 7669.Op Cm rc2
7667.Op Cm rc2-cbc 7670.Op Cm rc2-cbc
@@ -7712,7 +7715,7 @@ benchmarks in parallel.
7712.Nm "openssl ts" 7715.Nm "openssl ts"
7713.Bk -words 7716.Bk -words
7714.Fl query 7717.Fl query
7715.Op Fl md5 | ripemd160 | sha1 7718.Op Fl md4 | md5 | ripemd160 | sha | sha1
7716.Op Fl cert 7719.Op Fl cert
7717.Op Fl config Ar configfile 7720.Op Fl config Ar configfile
7718.Op Fl data Ar file_to_hash 7721.Op Fl data Ar file_to_hash
@@ -7833,7 +7836,7 @@ This option specifies a previously created time stamp request in DER
7833format that will be printed into the output file. 7836format that will be printed into the output file.
7834Useful when you need to examine the content of a request in human-readable 7837Useful when you need to examine the content of a request in human-readable
7835format. 7838format.
7836.It Fl md5|ripemd160|sha1 7839.It Fl md4|md5|ripemd160|sha|sha1
7837The message digest to apply to the data file. 7840The message digest to apply to the data file.
7838It supports all the message digest algorithms that are supported by the 7841It supports all the message digest algorithms that are supported by the
7839.Nm dgst 7842.Nm dgst