mirror of
https://github.com/ipxe/ipxe
synced 2026-01-26 17:31:17 +03:00
[crypto] Add Ephemeral Diffie-Hellman key exchange algorithm
Add an implementation of the Ephemeral Diffie-Hellman key exchange algorithm as defined in RFC2631, with test vectors taken from the NIST Cryptographic Toolkit. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -78,3 +78,4 @@ REQUIRE_OBJECT ( gzip_test );
|
||||
REQUIRE_OBJECT ( utf8_test );
|
||||
REQUIRE_OBJECT ( acpi_test );
|
||||
REQUIRE_OBJECT ( hmac_test );
|
||||
REQUIRE_OBJECT ( dhe_test );
|
||||
|
||||
Reference in New Issue
Block a user