1*b0d17251Schristos=pod 2*b0d17251Schristos 3*b0d17251Schristos=head1 NAME 4*b0d17251Schristos 5*b0d17251SchristosEVP_MD-MD4 - The MD4 EVP_MD implementation 6*b0d17251Schristos 7*b0d17251Schristos=head1 DESCRIPTION 8*b0d17251Schristos 9*b0d17251SchristosSupport for computing MD4 digests through the B<EVP_MD> API. 10*b0d17251Schristos 11*b0d17251Schristos=head2 Identity 12*b0d17251Schristos 13*b0d17251SchristosThis implementation is only available with the legacy provider, and is 14*b0d17251Schristosidentified with the name "MD4". 15*b0d17251Schristos 16*b0d17251Schristos=head2 Gettable Parameters 17*b0d17251Schristos 18*b0d17251SchristosThis implementation supports the common gettable parameters described 19*b0d17251Schristosin L<EVP_MD-common(7)>. 20*b0d17251Schristos 21*b0d17251Schristos=head1 SEE ALSO 22*b0d17251Schristos 23*b0d17251SchristosL<provider-digest(7)>, L<OSSL_PROVIDER-default(7)> 24*b0d17251Schristos 25*b0d17251Schristos=head1 COPYRIGHT 26*b0d17251Schristos 27*b0d17251SchristosCopyright 2020 The OpenSSL Project Authors. All Rights Reserved. 28*b0d17251Schristos 29*b0d17251SchristosLicensed under the Apache License 2.0 (the "License"). You may not use 30*b0d17251Schristosthis file except in compliance with the License. You can obtain a copy 31*b0d17251Schristosin the file LICENSE in the source distribution or at 32*b0d17251SchristosL<https://www.openssl.org/source/license.html>. 33*b0d17251Schristos 34*b0d17251Schristos=cut 35