KPP questions and confusion

2017-07-17 Thread Kyle Rose
I am confused about several things in the new key agreement code. net/bluetooth/smp.c in two places generates random bytes for the private_key argument to net/bluetooth/ecdh_helper.c:generate_ecdh_keys, which suggests the private key is static within the function. However, there is a do ...

Re: KPP API and Temporary Keys

2017-07-28 Thread Kyle Rose
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, really, overhead, is a pretty important goal for something in the > tcp stack (especially for someone who doesn't know the TCP stack, and >