aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/crypto.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2024-01-30 17:42:16 +0000
committerMichael Brown <mcb30@ipxe.org>2024-01-30 18:03:31 +0000
commit0dc80d20d3f4c3bfd36d9ad50890642e43ee5a6b (patch)
treec7d0cd069bd65131b061d3a6c2ed7d745d93b99f /src/config/crypto.h
parent8f6a9399b3dc5af227cbd6185eff077b6e9d0e37 (diff)
downloadipxe-x25519.tar.gz
[tls] Add ECDHE cipher suitesx25519
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/crypto.h')
-rw-r--r--src/config/crypto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/crypto.h b/src/config/crypto.h
index ccf22df6b..589c4f0da 100644
--- a/src/config/crypto.h
+++ b/src/config/crypto.h
@@ -18,6 +18,9 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
/** DHE key exchange algorithm */
#define CRYPTO_EXCHANGE_DHE
+/** ECDHE key exchange algorithm */
+#define CRYPTO_EXCHANGE_ECDHE
+
/** RSA public-key algorithm */
#define CRYPTO_PUBKEY_RSA