Re: Symmetric Key Management and Distribution

2018-10-27 Thread Russell Coker via luv-main
On Wednesday, 17 October 2018 7:00:11 PM AEDT Usman Saeed via luv-main wrote: > I have looked at Key Management Interoperability Protocol (KMIP). It > provides all of these features but sadly there is no open-source > implementation available in C. Why is a C implmentation so important? C can

Re: Symmetric Key Management and Distribution

2018-10-17 Thread Andrew Worsley via luv-main
On Thu, 18 Oct 2018, 8:47 am Usman Saeed, wrote: > Hi Mike and Andrew, > > Thank you for pointing this out. After reading https://www.wireguard.com/ > and https://lwn.net/Articles/761939/, it seems like WireGuard offers a > secure transport and not the key management features. Unless I > missed

Re: Symmetric Key Management and Distribution

2018-10-17 Thread Paul van den Bergen via luv-main
probably not directly applicable, but a parallel sort of approach for ssh keys... https://github.com/netflix/bless On Wed, 17 Oct 2018 at 19:00, Usman Saeed via luv-main wrote: > Hi, > > I am working on a project involving distributed radio nodes connected over > a wireless network. We are

Re: Symmetric Key Management and Distribution

2018-10-17 Thread Usman Saeed via luv-main
Hi Mike and Andrew, Thank you for pointing this out. After reading https://www.wireguard.com/ and https://lwn.net/Articles/761939/, it seems like WireGuard offers a secure transport and not the key management features. Unless I missed something? Regards, Usman On Wed, Oct 17, 2018 at 8:55 PM

Re: Symmetric Key Management and Distribution

2018-10-17 Thread Mike O'Connor via luv-main
On 17/10/2018 7:44 PM, Andrew Worsley wrote: > > > On 17 Oct 2018 7:00 pm, "Usman Saeed via luv-main" > mailto:luv-main@luv.asn.au>> wrote: > > Hi, > > I am working on a project involving distributed radio nodes > connected over a wireless network. We are using symmetric key >

Re: Symmetric Key Management and Distribution

2018-10-17 Thread Andrew Worsley via luv-main
On 17 Oct 2018 7:00 pm, "Usman Saeed via luv-main" wrote: Hi, I am working on a project involving distributed radio nodes connected over a wireless network. We are using symmetric key cryptography for ciphering (AES-256). The radio nodes are running Linux on a 250MHz processor. I need a

Symmetric Key Management and Distribution

2018-10-17 Thread Usman Saeed via luv-main
Hi, I am working on a project involving distributed radio nodes connected over a wireless network. We are using symmetric key cryptography for ciphering (AES-256). The radio nodes are running Linux on a 250MHz processor. I need a solution to manage the symmetric keys in this network of nodes,