Hi,

I'm trying to understand the distinction between:

EVP_DigestSign* and EVP_Sign*. I'm trying to understand how openssl
performs HMAC on the command line. It seems to use the EVP_DigestSign
with a key type EVP_PKEY* which stores a symmetric MAC key.

Is EVP_DigestSign* specifically different so that MAC algorithms are
supported?

Thanks,
Naveen Nathan
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to