Re: [PATCH v5] DH support: add KDF handling support

2017-04-03 Thread Stephan Müller
Am Dienstag, 4. April 2017, 00:22:28 CEST schrieb David Howells: Hi David, > Stephan Mueller wrote: > > + struct keyctl_dh_params params = { .private = private, > > That doesn't compile. I think you meant ".priv". I think some code has been changed since I prepared the

Re: [PATCH v5] DH support: add KDF handling support

2017-04-03 Thread David Howells
Stephan Mueller wrote: > this patch changes the documentation, the naming of the variables > and the test case to refer to the variable name of a hashname > instead of kdfname to match the current kernel implementation. It's also needs an update to man1/keyctl.1. David

Re: [PATCH v5] DH support: add KDF handling support

2017-04-03 Thread David Howells
Stephan Mueller wrote: > + struct keyctl_dh_params params = { .private = private, That doesn't compile. I think you meant ".priv". David

[PATCH v5] DH support: add KDF handling support

2016-08-19 Thread Stephan Mueller
Hi, this patch changes the documentation, the naming of the variables and the test case to refer to the variable name of a hashname instead of kdfname to match the current kernel implementation. Ciao Stephan ---8<--- Add the interface logic to support DH with KDF handling support. The