]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[crypto] Remove redundant ECDHE algorithm master
authorMichael Brown <mcb30@ipxe.org>
Sat, 6 Jun 2026 15:51:20 +0000 (16:51 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sat, 6 Jun 2026 15:53:04 +0000 (16:53 +0100)
commit36e8cc28c71bc651369fd616f936c225ef32df0a
treec67bf9b9133e6b65c347599ee0f6b1ceb035f669
parent5e427326ead3e3f7fb2002df33aa43a7195a0713
[crypto] Remove redundant ECDHE algorithm

Remove the now-unused implementation of ECDHE that requires an
underlying elliptic curve abstraction, since we now use a standalone
key exchange algorithm abstraction instead.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/crypto/ecdhe.c [deleted file]
src/include/ipxe/ecdhe.h [deleted file]
src/net/tls.c