# phpman > man > EVP_MD-common(7)

[EVP_MD-COMMON(7SSL)](https://www.chedong.com/phpMan.php/man/EVPMD-COMMON/7SSL/markdown)                            OpenSSL                           [EVP_MD-COMMON(7SSL)](https://www.chedong.com/phpMan.php/man/EVPMD-COMMON/7SSL/markdown)



## NAME
       EVP_MD-common - The OpenSSL EVP_MD implementations, common things

## DESCRIPTION
       All the OpenSSL EVP_MD implementations understand the following **OSSL**___**[PARAM**(3)](https://www.chedong.com/phpMan.php/man/PARAM/3/markdown) entries that
       are gettable with **EVP**___**MD**___**get**___**[params**(3)](https://www.chedong.com/phpMan.php/man/params/3/markdown), as well as these:

       "blocksize" (**OSSL**___**DIGEST**___**PARAM**___**BLOCK**___**SIZE**) <unsigned integer>
           The digest block size.  The length of the "blocksize" parameter should not exceed that of
           a **size**___**t**.

           This value can also be retrieved with **EVP**___**MD**___**get**___**block**___**[size**(3)](https://www.chedong.com/phpMan.php/man/size/3/markdown).

       "size" (**OSSL**___**DIGEST**___**PARAM**___**SIZE**) <unsigned integer>
           The digest output size.  The length of the "size" parameter should not exceed that of a
           **size**___**t**.

           This value can also be retrieved with **EVP**___**MD**___**get**___**[size**(3)](https://www.chedong.com/phpMan.php/man/size/3/markdown).

       "flags" (**OSSL**___**DIGEST**___**PARAM**___**FLAGS**) <unsigned integer>
           Diverse flags that describe exceptional behaviour for the digest.  These flags are
           described in "DESCRIPTION" in **EVP**___**MD**___**meth**___**set**___**[flags**(3)](https://www.chedong.com/phpMan.php/man/flags/3/markdown).

           The length of the "flags" parameter should equal that of an **unsigned** **long** **int**.

           This value can also be retrieved with **EVP**___**MD**___**get**___**[flags**(3)](https://www.chedong.com/phpMan.php/man/flags/3/markdown).

## SEE ALSO
       **EVP**___**MD**___**get**___**[params**(3)](https://www.chedong.com/phpMan.php/man/params/3/markdown), [**provider-digest**(7)](https://www.chedong.com/phpMan.php/man/provider-digest/7/markdown)

## COPYRIGHT
       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)](https://www.chedong.com/phpMan.php/man/EVPMD-COMMON/7SSL/markdown)
