Hi, Thus wrote vichy (vichy....@gmail.com):
> but I cannot find aes128xcbc. > Do I miss something or there is really no support of aes128xcbc mode > in openssl? if the answer is the later, where I can find the sample > code of it. AES-XCBC-MAC is not directly supported. However, it's very simple to implement as it's based on AES-CBC for which there is support. The OpenSSL book by Oreilly contains some sample code for the AES-XCBC-MAC. You can download it on http://examples.oreilly.com/9780596002701/ Hope this helps, Martin ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org