On Mon, Dec 28, 2015 at 10:57:56PM +0100, Florian Stosse wrote: > Hi, > > Are there any news concerning the implementation ? Unless I missed > something, Chacha is out for more than 2 years, and is not implemented > in the latest openssl stable release (OpenSSL 1.0.2e 3 Dec 2015)
It's available in the master branch that should be released as 1.1 in a few months. It will not be backported to the 1.0.2 branch. Also, chacha20 still doesn't have an RFC, it's still just a draft, with the last draft only 2 weeks old. There are older implementations available that implemented something based on chacha20 but things have changed and they are not compatible. Kurt

