On Tue, Oct 7, 2014 at 12:42 PM, Matt Caswell <matt at openssl.org> wrote: > > > On 07/10/14 18:07, Jeffrey Walton wrote: >>>> But I have not been able to find its trail: >>>> >>>> $ cd openssl-git >>>> $ git pull >>>> Already up-to-date. >>>> $ grep -R -i chacha * >>>> $ grep -R -i poly1305 * >>>> $ >>>> >>>> Where are the new cipher suites located in OpenSSL? >>> >>> $ git checkout 1.0.2-aead >>> >>> They are there... Just not merged into mainline. I would be also >>> interested in knowing whether there is any ETA for that. >> >> I just checked the dev branch again, and I did not see them. > > The particular branch in question is not current: > http://marc.info/?l=openssl-dev&m=140189910129029&w=2 > Sorry to dig up an old thread... I've been using 1.0.2 lately, and the cipher suites are not available (or do not appear to be available): $ /usr/local/ssl/darwin/bin/openssl ciphers | grep -i chacha $ /usr/local/ssl/darwin/bin/openssl ciphers | grep -i poly $ /usr/local/ssl/darwin/bin/openssl version OpenSSL 1.0.2a 19 Mar 2015 Any ideas when these will make it into OpenSSL?