Re: Proposal: ChaCha20 and ChaCha20-Poly1305 Cipher implementations

2018-01-27 Thread Jamil Nimeh
ed we can enhance ChaCha20 classes to support it. --Jamil Original message From: Bernd Eckenfels Date: 1/27/18 9:42 AM (GMT-08:00) To: Jamil Nimeh , OpenJDK Dev list Subject: Re: Proposal: ChaCha20 and ChaCha20-Poly1305 Cipher implementations Hello Jamil, thanks BTW for bri

Re: Proposal: ChaCha20 and ChaCha20-Poly1305 Cipher implementations

2018-01-27 Thread Bernd Eckenfels
wonder, do we need tp provide it at all? Gruss Bernd -- http://bernd.eckenfels.net Von: Jamil Nimeh Gesendet: Freitag, 26. Januar 2018 22:57 An: Bernd Eckenfels; OpenJDK Dev list Betreff: Re: Proposal: ChaCha20 and ChaCha20-Poly1305 Cipher implementations Hi Bernd, thank you for the feedback! On 01

Re: Proposal: ChaCha20 and ChaCha20-Poly1305 Cipher implementations

2018-01-26 Thread Jamil Nimeh
ose alternatives really sit well with me. I admit I don't have a good answer yet on this one. --Jamil Gruss Bernd -- http://bernd.eckenfels.net _____ From: Jamil Nimeh Sent: Donnerstag, Januar 25, 2018 6:31 PM Subject: Proposal: ChaCha20 and ChaCha20-Poly1305 Ciph

Re: Proposal: ChaCha20 and ChaCha20-Poly1305 Cipher implementations

2018-01-25 Thread Bernd Eckenfels
define what AP.getEncoded() format/OID looks like? Gruss Bernd -- http://bernd.eckenfels.net _ From: Jamil Nimeh Sent: Donnerstag, Januar 25, 2018 6:31 PM Subject: Proposal: ChaCha20 and ChaCha20-Poly1305 Cipher implementations To: OpenJDK Dev list Hello all, This

Re: Proposal: ChaCha20 and ChaCha20-Poly1305 Cipher implementations

2018-01-25 Thread Jamil Nimeh
On 1/25/2018 11:45 AM, Adam Petcher wrote: On 1/25/2018 12:20 PM, Jamil Nimeh wrote: Wrap and Unwrap: I have not been able to find a standardized wrap/unwrap format for ChaCha20 similar to RFC 3394 for AES. Right now the wrap() and unwrap() methods just take the encoding of the key to be wrap

Re: Proposal: ChaCha20 and ChaCha20-Poly1305 Cipher implementations

2018-01-25 Thread Adam Petcher
On 1/25/2018 12:20 PM, Jamil Nimeh wrote: Wrap and Unwrap: I have not been able to find a standardized wrap/unwrap format for ChaCha20 similar to RFC 3394 for AES. Right now the wrap() and unwrap() methods just take the encoding of the key to be wrapped and encrypts or decrypts them respective

Proposal: ChaCha20 and ChaCha20-Poly1305 Cipher implementations

2018-01-25 Thread Jamil Nimeh
Hello all, This is a proposal to introduce the ChaCha20 and ChaCha20-Poly1305 cipher implementations into JDK. At a high level, the plan is to include both ChaCha20-Poly1305 and the base ChaCha20 stream cipher into JDK as part of the SunJCE provider initially, and then add TLS cipher suites