KPP API and Temporary Keys

2017-07-27 Thread Matt Corallo
Hi linux-crypto, Working on hacking together a tcpcrypt implementation which needs to use KPP/ECDH based on new temporary keys for each new connections which uses encryption. Sadly, the KPP API seems to be very much targeted at long-term keys (likely cause most of the crypto API is used that way

Re: KPP API and Temporary Keys

2017-07-28 Thread Matt Corallo
02:16:24 CEST schrieb Matt Corallo: > > Hi Matt, > >> Hi linux-crypto, >> >> Working on hacking together a tcpcrypt implementation which needs to use >> KPP/ECDH based on new temporary keys for each new connections which uses >> encryption. Sadly, the KPP API

Re: KPP API and Temporary Keys

2017-07-28 Thread Matt Corallo
written a full "worker" cache and see what it looks like. Matt On 07/28/17 16:20, Kyle Rose wrote: > On Fri, Jul 28, 2017 at 4:00 PM, Matt Corallo <li...@bluematt.me> wrote: >> >> Even worse, when I'm looking at tcpcrypt, not adding undue complication, >> or, re