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 patch. Allow me to
p
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
Stephan Mueller wrote:
> + struct keyctl_dh_params params = { .private = private,
That doesn't compile. I think you meant ".priv".
David
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 dh_compu