On Sat, Aug 22, 2015 at 01:17:36PM +0000, Stephen Henson via RT wrote:
> On Sat Aug 22 10:21:42 2015, [email protected] wrote:
> > Hello,
> >
> > see GitHub pull request at
> > https://github.com/openssl/openssl/pull/374
> >
> > Which adds support for Camellia GCM and adds the correspondent TLS cipher
> > suites. Most of the code comes from the AES GCM implementation, so maybe
> > there's an opportunity for some refactoring there.
> >
> 
> Note that the AES-GCM IV generation is purely there to satisfy the FIPS
> requirements. Since Camellia doesn't have such requirements it could instead
> use the sequence number directly and remove the generation, simplifying the
> code in the process. The recently added AES-CCM code does this.

Ok. I removed the IV generation now, and everything seems to work fine (I've
also done some tests with gnutls as well), but more testing may be needed.

Cheers


_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to