criticism
until I've 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 wrote:
>>
>> Even worse, when I'm looking at tcpcrypt, not adding undue complication,
>> or,
wrote:
> Am Freitag, 28. Juli 2017, 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
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 -