summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/openssl.1
diff options
context:
space:
mode:
authorbcook <>2015-09-21 13:13:06 +0000
committerbcook <>2015-09-21 13:13:06 +0000
commita7268eae9e45cb1dc601928389cd071cc6f36afa (patch)
tree01e12acb7295c470e5ed0b99e233ce304661eef8 /src/usr.bin/openssl/openssl.1
parent94ec01d3ff752501f893d8a797cc46ab41e30333 (diff)
downloadopenbsd-a7268eae9e45cb1dc601928389cd071cc6f36afa.tar.gz
openbsd-a7268eae9e45cb1dc601928389cd071cc6f36afa.tar.bz2
openbsd-a7268eae9e45cb1dc601928389cd071cc6f36afa.zip
remove vestigial bits of sha-0 and md2 from openssl(1)
Noted by kinichiro on github. We probably need a better way to indicate the list of message digests that are allowed, as the current ones are nowhere near exhaustive (sigh - guenther@) OK guenther@ jmc@
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r--src/usr.bin/openssl/openssl.123
1 files changed, 10 insertions, 13 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index 1ce8e84291..dc593f42e7 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.28 2015/09/14 01:45:03 doug Exp $ 1.\" $OpenBSD: openssl.1,v 1.29 2015/09/21 13:13:06 bcook 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 14 2015 $ 115.Dd $Mdocdate: September 21 2015 $
116.Dt OPENSSL 1 116.Dt OPENSSL 1
117.Os 117.Os
118.Sh NAME 118.Sh NAME
@@ -1795,7 +1795,7 @@ install user certificates and CAs in MSIE using the Xenroll control.
1795.Bk -words 1795.Bk -words
1796.Oo 1796.Oo
1797.Fl gost-mac | streebog256 | streebog512 | md_gost94 | 1797.Fl gost-mac | streebog256 | streebog512 | md_gost94 |
1798.Fl md4 | md5 | ripemd160 | sha | sha1 | 1798.Fl md4 | md5 | ripemd160 | sha1 |
1799.Fl sha224 | sha256 | sha384 | sha512 | whirlpool 1799.Fl sha224 | sha256 | sha384 | sha512 | whirlpool
1800.Oc 1800.Oc
1801.Op Fl binary 1801.Op Fl binary
@@ -1818,7 +1818,7 @@ install user certificates and CAs in MSIE using the Xenroll control.
1818.Pp 1818.Pp
1819.Nm openssl 1819.Nm openssl
1820.Cm gost-mac | streebog256 | streebog512 | md_gost94 | 1820.Cm gost-mac | streebog256 | streebog512 | md_gost94 |
1821.Cm md4 | md5 | ripemd160 | sha | sha1 | 1821.Cm md4 | md5 | ripemd160 | sha1 |
1822.Cm sha224 | sha256 | sha384 | sha512 | whirlpool 1822.Cm sha224 | sha256 | sha384 | sha512 | whirlpool
1823.Op Fl c 1823.Op Fl c
1824.Op Fl d 1824.Op Fl d
@@ -2780,9 +2780,7 @@ Use
2780to create a key from a pass phrase. 2780to create a key from a pass phrase.
2781.Ar digest 2781.Ar digest
2782may be one of 2782may be one of
2783.Dq md2 , 2783.Dq md5
2784.Dq md5 ,
2785.Dq sha ,
2786or 2784or
2787.Dq sha1 . 2785.Dq sha1 .
2788.It Fl none 2786.It Fl none
@@ -4210,11 +4208,11 @@ command line option, including PKCS#5 v1.5 and PKCS#12.
4210These are described in more detail below. 4208These are described in more detail below.
4211.Pp 4209.Pp
4212.Bl -tag -width "XXXX" -compact 4210.Bl -tag -width "XXXX" -compact
4213.It Ar PBE-MD2-DES | PBE-MD5-DES 4211.It Ar PBE-MD5-DES
4214These algorithms were included in the original PKCS#5 v1.5 specification. 4212These algorithms were included in the original PKCS#5 v1.5 specification.
4215They only offer 56 bits of protection since they both use DES. 4213They only offer 56 bits of protection since they both use DES.
4216.Pp 4214.Pp
4217.It Ar PBE-SHA1-RC2-64 | PBE-MD2-RC2-64 | PBE-MD5-RC2-64 | PBE-SHA1-DES 4215.It Ar PBE-SHA1-RC2-64 | PBE-MD5-RC2-64 | PBE-SHA1-DES
4218These algorithms are not mentioned in the original PKCS#5 v1.5 specification 4216These algorithms are not mentioned in the original PKCS#5 v1.5 specification
4219but they use the same key derivation algorithm and are supported by some 4217but they use the same key derivation algorithm and are supported by some
4220software. 4218software.
@@ -7663,7 +7661,6 @@ command were first added in
7663.Op Cm dsa1024 7661.Op Cm dsa1024
7664.Op Cm dsa2048 7662.Op Cm dsa2048
7665.Op Cm hmac 7663.Op Cm hmac
7666.Op Cm md2
7667.Op Cm md4 7664.Op Cm md4
7668.Op Cm md5 7665.Op Cm md5
7669.Op Cm rc2 7666.Op Cm rc2
@@ -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 md4 | 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
@@ -8860,7 +8857,7 @@ option was added in
8860.Op Fl issuer_hash 8857.Op Fl issuer_hash
8861.Op Fl issuer_hash_old 8858.Op Fl issuer_hash_old
8862.Op Fl keyform Ar DER | PEM 8859.Op Fl keyform Ar DER | PEM
8863.Op Fl md2 | md5 | sha1 8860.Op Fl md5 | sha1
8864.Op Fl modulus 8861.Op Fl modulus
8865.Op Fl nameopt Ar option 8862.Op Fl nameopt Ar option
8866.Op Fl noout 8863.Op Fl noout
@@ -8917,7 +8914,7 @@ The
8917.Ar NET 8914.Ar NET
8918option is an obscure Netscape server format that is now 8915option is an obscure Netscape server format that is now
8919obsolete. 8916obsolete.
8920.It Fl md2 | md5 | sha1 8917.It Fl md5 | sha1
8921The digest to use. 8918The digest to use.
8922This affects any signing or display option that uses a message digest, 8919This affects any signing or display option that uses a message digest,
8923such as the 8920such as the