mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-03 13:19:43 +08:00

Get rid of "key selection" algorithms (of which there was only one: raw key selection). Encode key agreement by combining a raw key agreement with a KDF, rather than passing the KDF as an argument of a key agreement macro.