summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_DigestInit.pod
diff options
context:
space:
mode:
authordoug <>2015-06-20 01:07:25 +0000
committerdoug <>2015-06-20 01:07:25 +0000
commitd1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4 (patch)
tree144d1a93a079c76b8e2df6b6625e26229f129c6d /src/lib/libcrypto/doc/EVP_DigestInit.pod
parent423ea1a9bc2db6077e4924282a827eefbd2cdcd8 (diff)
downloadopenbsd-d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4.tar.gz
openbsd-d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4.tar.bz2
openbsd-d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4.zip
Remove obsolete MDC-2DES from libcrypto.
ok deraadt@ jsing@ miod@
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_DigestInit.pod')
-rw-r--r--src/lib/libcrypto/doc/EVP_DigestInit.pod13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/lib/libcrypto/doc/EVP_DigestInit.pod b/src/lib/libcrypto/doc/EVP_DigestInit.pod
index 4b48080b4a..ccb19fc0a7 100644
--- a/src/lib/libcrypto/doc/EVP_DigestInit.pod
+++ b/src/lib/libcrypto/doc/EVP_DigestInit.pod
@@ -8,7 +8,7 @@ EVP_MD_CTX_copy_ex, EVP_MD_CTX_copy, EVP_MD_type, EVP_MD_pkey_type,
8EVP_MD_size, EVP_MD_block_size, EVP_MD_CTX_md, EVP_MD_CTX_size, 8EVP_MD_size, EVP_MD_block_size, EVP_MD_CTX_md, EVP_MD_CTX_size,
9EVP_MD_CTX_block_size, EVP_MD_CTX_type, EVP_md_null, EVP_md2, EVP_md5, EVP_sha, 9EVP_MD_CTX_block_size, EVP_MD_CTX_type, EVP_md_null, EVP_md2, EVP_md5, EVP_sha,
10EVP_sha1, EVP_sha224, EVP_sha256, EVP_sha384, EVP_sha512, EVP_dss, EVP_dss1, 10EVP_sha1, EVP_sha224, EVP_sha256, EVP_sha384, EVP_sha512, EVP_dss, EVP_dss1,
11EVP_mdc2, EVP_ripemd160, EVP_get_digestbyname, EVP_get_digestbynid, 11EVP_ripemd160, EVP_get_digestbyname, EVP_get_digestbynid,
12EVP_get_digestbyobj - EVP digest routines 12EVP_get_digestbyobj - EVP digest routines
13 13
14=head1 SYNOPSIS 14=head1 SYNOPSIS
@@ -53,7 +53,6 @@ EVP_get_digestbyobj - EVP digest routines
53 const EVP_MD *EVP_sha1(void); 53 const EVP_MD *EVP_sha1(void);
54 const EVP_MD *EVP_dss(void); 54 const EVP_MD *EVP_dss(void);
55 const EVP_MD *EVP_dss1(void); 55 const EVP_MD *EVP_dss1(void);
56 const EVP_MD *EVP_mdc2(void);
57 const EVP_MD *EVP_ripemd160(void); 56 const EVP_MD *EVP_ripemd160(void);
58 57
59 const EVP_MD *EVP_sha224(void); 58 const EVP_MD *EVP_sha224(void);
@@ -134,8 +133,8 @@ algorithms are no longer linked this function is only retained for
134compatibility reasons. 133compatibility reasons.
135 134
136EVP_md2(), EVP_md5(), EVP_sha(), EVP_sha1(), EVP_sha224(), EVP_sha256(), 135EVP_md2(), EVP_md5(), EVP_sha(), EVP_sha1(), EVP_sha224(), EVP_sha256(),
137EVP_sha384(), EVP_sha512(), EVP_mdc2() and EVP_ripemd160() return B<EVP_MD> 136EVP_sha384(), EVP_sha512() and EVP_ripemd160() return B<EVP_MD>
138structures for the MD2, MD5, SHA, SHA1, SHA224, SHA256, SHA384, SHA512, MDC2 137structures for the MD2, MD5, SHA, SHA1, SHA224, SHA256, SHA384, SHA512
139and RIPEMD160 digest algorithms respectively. 138and RIPEMD160 digest algorithms respectively.
140 139
141EVP_dss() and EVP_dss1() return B<EVP_MD> structures for SHA and SHA1 digest 140EVP_dss() and EVP_dss1() return B<EVP_MD> structures for SHA and SHA1 digest
@@ -165,7 +164,7 @@ EVP_MD_size(), EVP_MD_block_size(), EVP_MD_CTX_size() and
165EVP_MD_CTX_block_size() return the digest or block size in bytes. 164EVP_MD_CTX_block_size() return the digest or block size in bytes.
166 165
167EVP_md_null(), EVP_md2(), EVP_md5(), EVP_sha(), EVP_sha1(), EVP_dss(), 166EVP_md_null(), EVP_md2(), EVP_md5(), EVP_sha(), EVP_sha1(), EVP_dss(),
168EVP_dss1(), EVP_mdc2() and EVP_ripemd160() return pointers to the 167EVP_dss1() and EVP_ripemd160() return pointers to the
169corresponding EVP_MD structures. 168corresponding EVP_MD structures.
170 169
171EVP_get_digestbyname(), EVP_get_digestbynid() and EVP_get_digestbyobj() 170EVP_get_digestbyname(), EVP_get_digestbynid() and EVP_get_digestbyobj()
@@ -253,7 +252,7 @@ digest name passed on the command line.
253=head1 SEE ALSO 252=head1 SEE ALSO
254 253
255L<evp(3)|evp(3)>, L<hmac(3)|hmac(3)>, L<md2(3)|md2(3)>, 254L<evp(3)|evp(3)>, L<hmac(3)|hmac(3)>, L<md2(3)|md2(3)>,
256L<md5(3)|md5(3)>, L<mdc2(3)|mdc2(3)>, L<ripemd(3)|ripemd(3)>, 255L<md5(3)|md5(3)>, L<ripemd(3)|ripemd(3)>,
257L<sha(3)|sha(3)>, L<dgst(1)|dgst(1)> 256L<sha(3)|sha(3)>, L<dgst(1)|dgst(1)>
258 257
259=head1 HISTORY 258=head1 HISTORY
@@ -266,7 +265,7 @@ EVP_MD_CTX_cleanup(), EVP_MD_CTX_destroy(), EVP_DigestInit_ex()
266and EVP_DigestFinal_ex() were added in OpenSSL 0.9.7. 265and EVP_DigestFinal_ex() were added in OpenSSL 0.9.7.
267 266
268EVP_md_null(), EVP_md2(), EVP_md5(), EVP_sha(), EVP_sha1(), 267EVP_md_null(), EVP_md2(), EVP_md5(), EVP_sha(), EVP_sha1(),
269EVP_dss(), EVP_dss1(), EVP_mdc2() and EVP_ripemd160() were 268EVP_dss(), EVP_dss1() and EVP_ripemd160() were
270changed to return truely const EVP_MD * in OpenSSL 0.9.7. 269changed to return truely const EVP_MD * in OpenSSL 0.9.7.
271 270
272The link between digests and signing algorithms was fixed in OpenSSL 1.0 and 271The link between digests and signing algorithms was fixed in OpenSSL 1.0 and