diff options
| author | schwarze <> | 2018-02-27 20:28:06 +0000 |
|---|---|---|
| committer | schwarze <> | 2018-02-27 20:28:06 +0000 |
| commit | 74439591fc9a52ce3258cfd909fb26af4ce40be9 (patch) | |
| tree | b39a3d1b65fcbc0e1ad76ed63ea6213e50330475 /src/lib/libcrypto/man/EVP_DigestInit.3 | |
| parent | 521259715e57e13b7621fcefb714da1e2dc81bad (diff) | |
| download | openbsd-74439591fc9a52ce3258cfd909fb26af4ce40be9.tar.gz openbsd-74439591fc9a52ce3258cfd909fb26af4ce40be9.tar.bz2 openbsd-74439591fc9a52ce3258cfd909fb26af4ce40be9.zip | |
Garbage collect MD2 documentation.
We have no code implementing those functions.
Diffstat (limited to 'src/lib/libcrypto/man/EVP_DigestInit.3')
| -rw-r--r-- | src/lib/libcrypto/man/EVP_DigestInit.3 | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/src/lib/libcrypto/man/EVP_DigestInit.3 b/src/lib/libcrypto/man/EVP_DigestInit.3 index 9e2f3d0665..8b296ee24d 100644 --- a/src/lib/libcrypto/man/EVP_DigestInit.3 +++ b/src/lib/libcrypto/man/EVP_DigestInit.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: EVP_DigestInit.3,v 1.7 2018/02/18 20:11:16 schwarze Exp $ | 1 | .\" $OpenBSD: EVP_DigestInit.3,v 1.8 2018/02/27 20:28:06 schwarze Exp $ |
| 2 | .\" full merge up to: OpenSSL 7f572e95 Dec 2 13:57:04 2015 +0000 | 2 | .\" full merge up to: OpenSSL 7f572e95 Dec 2 13:57:04 2015 +0000 |
| 3 | .\" selective merge up to: OpenSSL a95d7574 Jul 2 12:16:38 2017 -0400 | 3 | .\" selective merge up to: OpenSSL a95d7574 Jul 2 12:16:38 2017 -0400 |
| 4 | .\" | 4 | .\" |
| @@ -51,7 +51,7 @@ | |||
| 51 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 51 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 52 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 52 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 53 | .\" | 53 | .\" |
| 54 | .Dd $Mdocdate: February 18 2018 $ | 54 | .Dd $Mdocdate: February 27 2018 $ |
| 55 | .Dt EVP_DIGESTINIT 3 | 55 | .Dt EVP_DIGESTINIT 3 |
| 56 | .Os | 56 | .Os |
| 57 | .Sh NAME | 57 | .Sh NAME |
| @@ -80,7 +80,6 @@ | |||
| 80 | .Nm EVP_MD_CTX_block_size , | 80 | .Nm EVP_MD_CTX_block_size , |
| 81 | .Nm EVP_MD_CTX_type , | 81 | .Nm EVP_MD_CTX_type , |
| 82 | .Nm EVP_md_null , | 82 | .Nm EVP_md_null , |
| 83 | .Nm EVP_md2 , | ||
| 84 | .Nm EVP_md5 , | 83 | .Nm EVP_md5 , |
| 85 | .Nm EVP_md5_sha1 , | 84 | .Nm EVP_md5_sha1 , |
| 86 | .Nm EVP_sha1 , | 85 | .Nm EVP_sha1 , |
| @@ -203,8 +202,6 @@ | |||
| 203 | .Ft const EVP_MD * | 202 | .Ft const EVP_MD * |
| 204 | .Fn EVP_md_null void | 203 | .Fn EVP_md_null void |
| 205 | .Ft const EVP_MD * | 204 | .Ft const EVP_MD * |
| 206 | .Fn EVP_md2 void | ||
| 207 | .Ft const EVP_MD * | ||
| 208 | .Fn EVP_md5 void | 205 | .Fn EVP_md5 void |
| 209 | .Ft const EVP_MD * | 206 | .Ft const EVP_MD * |
| 210 | .Fn EVP_md5_sha1 void | 207 | .Fn EVP_md5_sha1 void |
| @@ -417,7 +414,6 @@ is associated with RSA so this will return | |||
| 417 | Since digests and signature algorithms are no longer linked this | 414 | Since digests and signature algorithms are no longer linked this |
| 418 | function is only retained for compatibility reasons. | 415 | function is only retained for compatibility reasons. |
| 419 | .Pp | 416 | .Pp |
| 420 | .Fn EVP_md2 , | ||
| 421 | .Fn EVP_md5 , | 417 | .Fn EVP_md5 , |
| 422 | .Fn EVP_sha1 , | 418 | .Fn EVP_sha1 , |
| 423 | .Fn EVP_sha224 , | 419 | .Fn EVP_sha224 , |
| @@ -428,7 +424,7 @@ and | |||
| 428 | .Fn EVP_ripemd160 | 424 | .Fn EVP_ripemd160 |
| 429 | return | 425 | return |
| 430 | .Vt EVP_MD | 426 | .Vt EVP_MD |
| 431 | structures for the MD2, MD5, SHA1, SHA224, SHA256, SHA384, SHA512 and | 427 | structures for the MD5, SHA1, SHA224, SHA256, SHA384, SHA512 and |
| 432 | RIPEMD160 digest algorithms respectively. | 428 | RIPEMD160 digest algorithms respectively. |
| 433 | .Pp | 429 | .Pp |
| 434 | .Fn EVP_md5_sha1 | 430 | .Fn EVP_md5_sha1 |
| @@ -555,7 +551,6 @@ is | |||
| 555 | .Dv NULL . | 551 | .Dv NULL . |
| 556 | .Pp | 552 | .Pp |
| 557 | .Fn EVP_md_null , | 553 | .Fn EVP_md_null , |
| 558 | .Fn EVP_md2 , | ||
| 559 | .Fn EVP_md5 , | 554 | .Fn EVP_md5 , |
| 560 | .Fn EVP_md5_sha1 , | 555 | .Fn EVP_md5_sha1 , |
| 561 | .Fn EVP_sha1 , | 556 | .Fn EVP_sha1 , |
| @@ -641,7 +636,6 @@ and | |||
| 641 | were added in OpenSSL 0.9.7. | 636 | were added in OpenSSL 0.9.7. |
| 642 | .Pp | 637 | .Pp |
| 643 | .Fn EVP_md_null , | 638 | .Fn EVP_md_null , |
| 644 | .Fn EVP_md2 , | ||
| 645 | .Fn EVP_md5 , | 639 | .Fn EVP_md5 , |
| 646 | .Fn EVP_sha1 , | 640 | .Fn EVP_sha1 , |
| 647 | .Fn EVP_dss , | 641 | .Fn EVP_dss , |
| @@ -663,6 +657,3 @@ and later, so now | |||
| 663 | can be used with RSA and DSA; there is no need to use | 657 | can be used with RSA and DSA; there is no need to use |
| 664 | .Fn EVP_dss1 | 658 | .Fn EVP_dss1 |
| 665 | any more. | 659 | any more. |
| 666 | .Pp | ||
| 667 | OpenSSL 1.0 and later does not include the MD2 digest algorithm in the | ||
| 668 | default configuration due to its security weaknesses. | ||
