Re: [PATCH v6 0/3] Key-agreement Protocol Primitives (KPP) API

2016-05-23 Thread Stephan Mueller
Am Montag, 23. Mai 2016, 20:26:15 schrieb Benedetto, Salvatore: Hi Salvatore, > > http://permalink.gmane.org/gmane.linux.kernel.lsm/27456 > > As mentioned in the cover letter of that patch, KEYCTL_DH_COMPUTE will be > converted to kpp once accepted. Ok, I have overlooked that one :-)

RE: [PATCH v6 0/3] Key-agreement Protocol Primitives (KPP) API

2016-05-23 Thread Benedetto, Salvatore
Hi Stephan, > -Original Message- > From: Stephan Mueller [mailto:smuel...@chronox.de] > Sent: Monday, May 23, 2016 7:44 PM > To: Benedetto, Salvatore <salvatore.benede...@intel.com> > Cc: herb...@gondor.apana.org.au; linux-crypto@vger.kernel.org > Subject: Re: [PAT

Re: [PATCH v6 0/3] Key-agreement Protocol Primitives (KPP) API

2016-05-23 Thread Stephan Mueller
Am Mittwoch, 11. Mai 2016, 08:26:00 schrieb Salvatore Benedetto: Hi Salvatore, > Hi Herb, > > the following patchset introduces a new API for abstracting key-agreement > protocols such as DH and ECDH. It provides the primitives required for > implementing the protocol, thus the name KPP

Re: [PATCH v6 0/3] Key-agreement Protocol Primitives (KPP) API

2016-05-12 Thread Marcel Holtmann
Hi Herbert, > the following patchset introduces a new API for abstracting key-agreement > protocols such as DH and ECDH. It provides the primitives required for > implementing > the protocol, thus the name KPP (Key-agreement Protocol Primitives). > > Regards, > Salvatore > > Changes from v5: >

RE: [PATCH v6 0/3] Key-agreement Protocol Primitives (KPP) API

2016-05-11 Thread Benedetto, Salvatore
b...@gondor.apana.org.au; linux-crypto@vger.kernel.org > Subject: Re: [PATCH v6 0/3] Key-agreement Protocol Primitives (KPP) API > > Am Mittwoch, 11. Mai 2016, 08:26:00 schrieb Salvatore Benedetto: > > Hi Salvatore, > > > Changes from v5: > > * Fix ecdh loading in fips m

Re: [PATCH v6 0/3] Key-agreement Protocol Primitives (KPP) API

2016-05-11 Thread Stephan Mueller
Am Mittwoch, 11. Mai 2016, 08:26:00 schrieb Salvatore Benedetto: Hi Salvatore, > Changes from v5: > * Fix ecdh loading in fips mode. Thanks. As I do not readily see how you solved the issue, may I ask for a pointer to the code that handles that? Ciao Stephan -- To unsubscribe from this list:

[PATCH v6 0/3] Key-agreement Protocol Primitives (KPP) API

2016-05-11 Thread Salvatore Benedetto
Hi Herb, the following patchset introduces a new API for abstracting key-agreement protocols such as DH and ECDH. It provides the primitives required for implementing the protocol, thus the name KPP (Key-agreement Protocol Primitives). Regards, Salvatore Changes from v5: * Fix ecdh loading in