mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[crypto] Add definitions and tests for the NIST P-256 elliptic curve
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -88,6 +88,11 @@ REQUIRE_OBJECT ( oid_sha512_256 );
|
||||
REQUIRE_OBJECT ( oid_x25519 );
|
||||
#endif
|
||||
|
||||
/* P-256 */
|
||||
#if defined ( CRYPTO_CURVE_P256 )
|
||||
REQUIRE_OBJECT ( oid_p256 );
|
||||
#endif
|
||||
|
||||
/* AES-CBC */
|
||||
#if defined ( CRYPTO_CIPHER_AES_CBC )
|
||||
REQUIRE_OBJECT ( oid_aes_cbc );
|
||||
|
||||
Reference in New Issue
Block a user