Re: [openssl-users] follow-up to: ChaCha20/Poly1305 in OpenSSL?

2016-02-17 Thread PGNd
pebkac. clean re-DL of Openssl 1.0.2f sources fixes that ; patch applies cleanly. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] follow-up to: ChaCha20/Poly1305 in OpenSSL?

2016-02-17 Thread PGNd
On Wed, Feb 17, 2016, at 06:05 PM, Salz, Rich wrote: > > > (1) 1.0.2f + cloudflare patch > > (2) 1.1.0-alpha3 > > Did CF update their patch to the official version and codepoints? Cool. > Apparently. But 1st try has one glitch ... patch -p1 < openssl__chacha20_poly1305_draft_and_rfc_ossl10

Re: [openssl-users] follow-up to: ChaCha20/Poly1305 in OpenSSL?

2016-02-17 Thread Salz, Rich
> (1) 1.0.2f + cloudflare patch > (2) 1.1.0-alpha3 Did CF update their patch to the official version and codepoints? Cool. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] follow-up to: ChaCha20/Poly1305 in OpenSSL?

2016-02-17 Thread PGNd
On Wed, Feb 17, 2016, at 06:00 PM, Salz, Rich wrote: > > What's current plan status for these ciphers? > > > > Not until 1.1.0 release? Or earlier? > > Yup, 1.1. It's a new feature so it doesn't go into current releases which > only get fixes. Thanks. > And the code that's in master, which

Re: [openssl-users] follow-up to: ChaCha20/Poly1305 in OpenSSL?

2016-02-17 Thread Salz, Rich
> What's current plan status for these ciphers? > > Not until 1.1.0 release? Or earlier? Yup, 1.1. It's a new feature so it doesn't go into current releases which only get fixes. And the code that's in master, which just released alpha-3, rocks. :) -- openssl-users mailing list To unsubscr

[openssl-users] follow-up to: ChaCha20/Poly1305 in OpenSSL?

2016-02-17 Thread PGNd
I'm looking for Openssl's Chacha20/Poly1305 cipher support, supported client-side in Chrome/Chromium-dev, and server-side in Nginx. Last I was able to find on list [openssl-users] ChaCha20/Poly1305 in OpenSSL? Fri Mar 27 05:05:59 UTC 2015 https://mta.o

[openssl-users] follow-up to: ChaCha20/Poly1305 in OpenSSL?

2016-02-17 Thread PGNd
I'm looking for Openssl's Chacha20/Poly1305 cipher support, supported client-side in Chrome/Chromium-dev, and server-side in Nginx. Last I was able to find on list [openssl-users] ChaCha20/Poly1305 in OpenSSL? Fri Mar 27 05:05:59 UTC 2015 https://mta.o

Re: [openssl-users] ChaCha20/Poly1305 in OpenSSL?

2015-03-26 Thread Jeffrey Walton
On Wed, Mar 25, 2015 at 12:36 PM, Salz, Rich wrote: >> I see Adam Langley's patch here: >> https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9a8646510b >> >> Any ideas why it was not accepted or not merged? (I'm assuming it was not >> merged because it was rejected for some reason). > >

Re: [openssl-users] ChaCha20/Poly1305 in OpenSSL?

2015-03-25 Thread Salz, Rich
> I see Adam Langley's patch here: > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9a8646510b > > Any ideas why it was not accepted or not merged? (I'm assuming it was not > merged because it was rejected for some reason). I thought his patch came before the IETF final doc, which c

Re: [openssl-users] ChaCha20/Poly1305 in OpenSSL?

2015-03-25 Thread Jeffrey Walton
On Mon, Mar 23, 2015 at 10:36 AM, Salz, Rich wrote: > It's unlikely to appear in 1.0.2 as it's a new feature. > > CloudFlare has posted patches that seem like they would drop in easily, for > folks that want to do it; see > https://blog.cloudflare.com/do-the-chacha-better-mobile-performance-with

Re: [openssl-users] ChaCha20/Poly1305 in OpenSSL?

2015-03-24 Thread Pavel Punsky
-Original Message- From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Salz, Rich Sent: Monday, March 23, 2015 4:36 PM To: noloa...@gmail.com; openssl-users@openssl.org Subject: Re: [openssl-users] ChaCha20/Poly1305 in OpenSSL? It's unlikely to appear in 1.0.2 as it&#x

Re: [openssl-users] ChaCha20/Poly1305 in OpenSSL?

2015-03-23 Thread Salz, Rich
It's unlikely to appear in 1.0.2 as it's a new feature. CloudFlare has posted patches that seem like they would drop in easily, for folks that want to do it; see https://blog.cloudflare.com/do-the-chacha-better-mobile-performance-with-cryptography/ -- Senior Architect, Akamai Technologies IM:

Re: [openssl-users] ChaCha20/Poly1305 in OpenSSL?

2015-03-23 Thread Jeffrey Walton
On Tue, Oct 7, 2014 at 12:42 PM, Matt Caswell 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 *

RE: ChaCha20/Poly1305 in OpenSSL?

2014-10-07 Thread Salz, Rich
> The spec still appears to be moving. I note the date on this is only 6 weeks > old: > https://datatracker.ietf.org/doc/draft-irtf-cfrg-chacha20-poly1305 The spec is done. That was a minor update, as I recall. But it's in last call state right now. My money's on quick adoption as soon as the v

Re: ChaCha20/Poly1305 in OpenSSL?

2014-10-07 Thread Matt Caswell
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?

Re: ChaCha20/Poly1305 in OpenSSL?

2014-10-07 Thread Jeffrey Walton
>> 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... J

Re: ChaCha20/Poly1305 in OpenSSL?

2014-04-25 Thread Piotr Sikora
Hey, > 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 me

ChaCha20/Poly1305 in OpenSSL?

2014-04-25 Thread Jeffrey Walton
According to http://googleonlinesecurity.blogspot.com/2014/04/speeding-up-and-strengthening-https.html: To make this happen, [we] began implementing new algorithms -- ChaCha 20 for symmetric encryption and Poly1305 for authentication -- in OpenSSL and NSS in March 2013. But I have no