Re: [openssl.org #1585] NIST CMAC, AES-CCM and AES-GCM modes

2007-10-11 Thread Peter Waltenberg
AES_CCM has a real well duh! type bug on systems where long is 32 bits. The compiler will probably tell you where it is. Sorry - fix it a couple of days. Peter Peter Waltenberg __ OpenSSL Project

Re: [openssl.org #1585] NIST CMAC, AES-CCM and AES-GCM modes

2007-10-08 Thread Jack Lloyd
On Sat, Oct 06, 2007 at 02:55:19PM -0500, Aaron Christensen wrote: Also, since I haven't taken time to learn about CCM, yet, are there serious restrictions on implementing an incremental interface for it? My next step was going to be an attempt to get some of the new SSL/AEAD stuff written,

Re: [openssl.org #1585] NIST CMAC, AES-CCM and AES-GCM modes

2007-10-06 Thread Aaron Christensen
Cool. I've been working on an EVP interface for AEAD (part of a project for my Master's degree), but I haven't implemented gcm (or other) in openssl, yet. I think I can integrate these two pieces of code. I'd be interested in your test cases. I have some gcm code I wrote that is written with

Re: [openssl.org #1585] NIST CMAC, AES-CCM and AES-GCM modes

2007-10-06 Thread Peter Waltenberg
: [openssl.org #1585] NIST CMAC, AES-CCM and AES-GCM modes Cool. I've been working on an EVP interface for AEAD (part of a project for my Master's degree