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

2016-08-09 Thread Mat Martineau
On Sat, 6 Aug 2016, Stephan Mueller wrote: diff --git a/man/keyctl_dh_compute.3 b/man/keyctl_dh_compute.3 index b06d39e..92d358f 100644 --- a/man/keyctl_dh_compute.3 +++ b/man/keyctl_dh_compute.3 @@ -11,6 +11,8 @@ .\" .

[PATCH v3] DH support: add KDF handling support

2016-08-06 Thread Stephan Mueller
Add the interface logic to support DH with KDF handling support. The dh_compute code now allows the following options: - no KDF support / output of raw DH shared secret: dh_compute - KDF support without "other information" string: dh_compute_kdf - KDF support with "other information