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. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
