aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto/ecdhe.c
Commit message (Collapse)AuthorAgeFilesLines
* [crypto] Generalise elliptic curve key exchange to ecdhe_key()Michael Brown2025-01-211-0/+66
Split out the portion of tls_send_client_key_exchange_ecdhe() that actually performs the elliptic curve key exchange into a separate function ecdhe_key(). Signed-off-by: Michael Brown <mcb30@ipxe.org>