Re: KWP instead of AESWrap

2020-06-24 Thread Valerie Peng
Yes, the mode suggestion sounds reasonable. I will include all of the suggestions into the RFE for completeness sake. Thanks for the feedback, Valerie On 6/24/2020 2:58 PM, Michael StJohns wrote: On 6/24/2020 4:58 PM, Bernd Eckenfels wrote: Hello, JCE implements the AESWrap cipher, but it's

Re: KWP instead of AESWrap

2020-06-24 Thread Michael StJohns
On 6/24/2020 4:58 PM, Bernd Eckenfels wrote: Hello, JCE implements the AESWrap cipher, but it's does not offer the KWP mode of NIST 800-38F. KW and KWP use the same wrapping algorithm W which is also used by AESWrap, however do to different initialisation vectors the existing implementation c

Re: KWP instead of AESWrap

2020-06-24 Thread Valerie Peng
Hi Bernd, I filed https://bugs.openjdk.java.net/browse/JDK-8248268 on your behalf to track this enhancement. Is there additional info that you'd like me to enter into the issue? Thanks, Valerie On 6/24/2020 1:58 PM, Bernd Eckenfels wrote: Hello, JCE implements the AESWrap cipher, but it's d