- Lists in -
- Preserve , , tags
- Escape < and > as < and > (already done in source with < and >)
- Add Quick Reference section as second section
Since this is a very minimal man page about a hash algorithm implementation, let me create a useful Quick Reference section.
Let me check for escaping needs:
- "<https://www.openssl.org/source/license.html>" - already escaped, good
- "EVP_MD-common(7)" - this is in a link, keep it
Links to preserve:
- /phpMan.php/info/EVP_MD-common/7
- /phpMan.php/info/provider-digest/7
- /phpMan.php/info/OSSL_PROVIDER-default/7
- https://www.openssl.org/source/license.html
Let me construct the HTML now.
đ NAME
EVP_MD-MD4 â The MD4 EVP_MD implementation
đ Quick Reference
Use Case Command / Identifier Description
Algorithm name "MD4"Identifier passed to EVP_MD fetch APIs
Provider legacyMD4 is only available in the legacy provider
Digest size 128 bitsOutput length of an MD4 digest
Use via API EVP_DigestInit_ex(ctx, EVP_md4(), NULL)Initialize a digest context for MD4
Check params EVP_MD_CTX_get_params(ctx, params)Retrieve common gettable MD parameters
đ DESCRIPTION
Support for computing MD4 digests through the EVP_MD API. đ§Š
đ Identity
This implementation is only available with the legacy provider, and is identified with the name "MD4". đī¸
đĨ Gettable Parameters
â
This implementation supports the common gettable parameters described in EVP_MD-common(7).
đ SEE ALSO
đ provider-digest(7), OSSL_PROVIDER-default(7)
ÂŠī¸ COPYRIGHT
Copyright 2020 The OpenSSL Project Authors. All Rights Reserved. đĄī¸
Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at <https://www.openssl.org/source/license.html>. âī¸
3.0.2 â 2026-06-02 â EVP_MD-MD4(7SSL)
Generated by phpman v4.9.26-1-g511901d Author: Che Dong Under GNU General Public License
2026-08-07 01:58 @216.73.216.207
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format