Re: Review Request of JDK 9 Enhancement Proposal: AEAD/CCM Cipher Mode

2014-03-24 Thread Anthony Scarpino
On 03/24/2014 04:59 PM, Bernd Eckenfels wrote: Am Mon, 24 Mar 2014 16:13:17 -0700 schrieb "Valerie (Yu-Ching) Peng" : Here is the enhancement proposal for adding CCM cipher mode support to JDK. For details, please refer to the following JEP: http://cr.openjdk.java.net/~valeriep/8008342/jepCCM

Re: Review Request of JDK 9 Enhancement Proposal: AEAD/CCM Cipher Mode

2014-03-24 Thread Matthew Hall
On Tue, Mar 25, 2014 at 12:59:39AM +0100, Bernd Eckenfels wrote: > Sounds great, there is no mentioning of specific machine instructions > to speed up CCM (like PCLMULQDQ for GCM) or no relationship to the AES > intrinsic. It would really be a shame if (both) new modes cannot > benefit from typical

Re: Review Request of JDK 9 Enhancement Proposal: AEAD/CCM Cipher Mode

2014-03-24 Thread Bernd Eckenfels
Am Mon, 24 Mar 2014 16:13:17 -0700 schrieb "Valerie (Yu-Ching) Peng" : > > Here is the enhancement proposal for adding CCM cipher mode support > to JDK. For details, please refer to the following JEP: > > http://cr.openjdk.java.net/~valeriep/8008342/jepCCM.txt > > Comments or feedback welcome.

Review Request of JDK 9 Enhancement Proposal: AEAD/CCM Cipher Mode

2014-03-24 Thread Valerie (Yu-Ching) Peng
Here is the enhancement proposal for adding CCM cipher mode support to JDK. For details, please refer to the following JEP: http://cr.openjdk.java.net/~valeriep/8008342/jepCCM.txt Comments or feedback welcome. Thanks, Valerie