Hi folks, Thanks for your help with previous questions. I have a new one, which should hopefully be quick:
In implementing AES-CMAC-128 over a message, I assumed it would be equivalent in OpenSSL to hand the EVP_aes_128_cbc() EVP_CIPHER to CMAC, as I did not see a regular AES-128 EVP_CIPHER availble. Perhaps this is incorrect, but it seems as if there are only a variety of modes of AES available to send to CMAC, rather than the most "basic" version of the cipher. Is there just a generic AES-128 EVP_CIPHER available to pass as an arg to CMAC? Thanks for insight. Cassie ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org