Re: Separate method for key agreement?

On Mon, Apr 1, 2013 at 8:27 AM, Richard Barnes <rbarnes@bbn.com> wrote:
> In the current spec, key agreement is treated as a special case of key derivation.
> Should we call it out as a separate function under SubtleCrypto?

Richard,

I think your proposal is a fine idea.

Treating key agreement as a special case of key derivation is an
influence of PKCS #11, which uses the C_Derive function for
Diffie-Hellman style key agreement methods.

I think Diffie-Hellman style key agreement should get its own function
in the Web Crypto API.

Wan-Teh

Received on Monday, 1 April 2013 19:06:10 UTC