]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[crypto] Generalise elliptic curve key exchange to ecdhe_key()
authorMichael Brown <mcb30@ipxe.org>
Tue, 21 Jan 2025 15:13:20 +0000 (15:13 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 21 Jan 2025 15:20:17 +0000 (15:20 +0000)
commitdf7ec31766cd08eb1e01d59afc79198f5411517e
treeb57da6cbc9ed00af69e14d77325f94c28050b033
parentcc38d7dd3e379f3f93bcc97390137bbfd4049d60
[crypto] Generalise elliptic curve key exchange to ecdhe_key()

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>
src/crypto/ecdhe.c [new file with mode: 0644]
src/include/ipxe/ecdhe.h [new file with mode: 0644]
src/net/tls.c