EVP_MD-common - The OpenSSL EVP_MD implementations, common things
| Use Case | Command | Description |
|---|---|---|
| Retrieve digest block size | EVP_MD_get_block_size(3) | Get the internal block size of the digest |
| Retrieve digest output size | EVP_MD_get_size(3) | Get the output digest size |
| Retrieve digest flags | EVP_MD_get_flags(3) | Get flags describing exceptional behaviour |
Get all parameters via OSSL_PARAM | EVP_MD_get_params(3) | Retrieve any settable/gettable parameter |
All the OpenSSL EVP_MD implementations understand the following OSSL_PARAM(3) entries that are gettable with EVP_MD_get_params(3), as well as these:
"blocksize" (OSSL_DIGEST_PARAM_BLOCK_SIZE) <unsigned integer>"size" (OSSL_DIGEST_PARAM_SIZE) <unsigned integer>"flags" (OSSL_DIGEST_PARAM_FLAGS) <unsigned integer>EVP_MD_get_params(3), provider-digest(7)
Copyright 2020-2021 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-COMMON(7SSL)
Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-06 12:16 @216.73.217.24
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