From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 16 Nov 2016 09:18:57 +0100 From: David du Colombier <0intro@gmail.com> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Message-ID: <20161116091857.4f7c5d93@neon.9fans.fr> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [9fans] tls 1.2 Topicbox-Message-UUID: ab33aca6-ead9-11e9-9d60-3106f5b1d025 > The libsec-chacha.diff patch is not useful, since it's not used yet. Just to clarify. The libsec-chacha.diff patch implements ChaCha20 stream cipher in libsec. It was developped by Charles Forsyth. (https://bitbucket.org/plan9-from-bell-labs/plan9). To make use of it, you have to implement Poly1305 algorithm in libsec and change devtls and tlshand to support ChaCha20 and Poly1305. These changes are already available as part of 9front. -- David du Colombier