> 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.
It looks like sending AES-CBC into CMAC is the same thing as AES-CMAC-128. Question answered. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org