=pod =head1 NAME EVP_MD-common - The OpenSSL EVP_MD implementations, common things =head1 DESCRIPTION All the OpenSSL EVP_MD implementations understand the following L entries that are gettable with L, as well as these: =over 4 =item "blocksize" (B) The digest block size. The length of the "blocksize" parameter should not exceed that of a B. This value can also be retrieved with L. =item "size" (B) The digest output size. The length of the "size" parameter should not exceed that of a B. This value can also be retrieved with L. =item "flags" (B) Diverse flags that describe exceptional behaviour for the digest. These flags are described in L. The length of the "flags" parameter should equal that of an B. =begin comment The description of these flags should probably be moved. Also, EVP_MD_FLAG_FIPS isn't relevant any more. =end comment This value can also be retrieved with L. =back =head1 SEE ALSO L, L =head1 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 L. =cut