]> git.ipfire.org Git - thirdparty/openssl.git/commit - include/openssl/ec.h
Handle KDF internally.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 29 Feb 2016 14:12:11 +0000 (14:12 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 2 Mar 2016 20:48:12 +0000 (20:48 +0000)
commite2285d878d28f55bffc731a34389a2ea91de779f
tree7a74382cf5836ef03bcacf64407c16c0924d63ef
parent2ad9ef06a6aadeeb78a05ce18ace0ea5f300401b
Handle KDF internally.

Handle KDF in ECDH_compute_key instead of requiring each implementation
support it. This modifies the compute_key method: now it allocates and
populates a buffer containing the shared secret.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/ec/ec_25519.c
crypto/ec/ec_kmeth.c
crypto/ec/ec_lcl.h
crypto/ec/ecdh_ossl.c
include/openssl/ec.h