[crypto] Add OID-identified algorithms for ECDSA with SHA2 hash family

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2025-12-19 14:43:56 +00:00
parent d14066e924
commit d6eeb9039f
8 changed files with 252 additions and 0 deletions
+3
View File
@@ -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