mirror of
https://github.com/ipxe/ipxe
synced 2026-07-04 20:01:38 +03:00
[crypto] Add OID-identified algorithms for ECDSA with SHA2 hash family
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -24,6 +24,9 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
/** RSA public-key algorithm */
|
||||
#define CRYPTO_PUBKEY_RSA
|
||||
|
||||
/** ECDSA public-key algorithm */
|
||||
#define CRYPTO_PUBKEY_ECDSA
|
||||
|
||||
/** AES-CBC block cipher */
|
||||
#define CRYPTO_CIPHER_AES_CBC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user