mirror of
https://github.com/ipxe/ipxe
synced 2026-02-04 23:19:30 +03:00
[tls] Add support for Ephemeral Diffie-Hellman key exchange
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -403,6 +403,7 @@ struct tls_connection {
|
||||
#define TLS_RX_ALIGN 16
|
||||
|
||||
extern struct tls_key_exchange_algorithm tls_pubkey_exchange_algorithm;
|
||||
extern struct tls_key_exchange_algorithm tls_dhe_exchange_algorithm;
|
||||
|
||||
extern int add_tls ( struct interface *xfer, const char *name,
|
||||
struct x509_root *root, struct private_key *key );
|
||||
|
||||
Reference in New Issue
Block a user