mirror of
https://github.com/ipxe/ipxe
synced 2026-02-12 21:29:39 +03:00
[crypto] Ensure that test code drags in required ASN.1 object identifiers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -312,6 +312,24 @@ struct asn1_algorithm {
|
||||
/** Declare an ASN.1 OID-identified algorithm */
|
||||
#define __asn1_algorithm __table_entry ( ASN1_ALGORITHMS, 01 )
|
||||
|
||||
/* ASN.1 OID-identified algorithms */
|
||||
extern struct asn1_algorithm rsa_encryption_algorithm;
|
||||
extern struct asn1_algorithm md5_with_rsa_encryption_algorithm;
|
||||
extern struct asn1_algorithm sha1_with_rsa_encryption_algorithm;
|
||||
extern struct asn1_algorithm sha256_with_rsa_encryption_algorithm;
|
||||
extern struct asn1_algorithm sha384_with_rsa_encryption_algorithm;
|
||||
extern struct asn1_algorithm sha512_with_rsa_encryption_algorithm;
|
||||
extern struct asn1_algorithm sha224_with_rsa_encryption_algorithm;
|
||||
extern struct asn1_algorithm oid_md4_algorithm;
|
||||
extern struct asn1_algorithm oid_md5_algorithm;
|
||||
extern struct asn1_algorithm oid_sha1_algorithm;
|
||||
extern struct asn1_algorithm oid_sha256_algorithm;
|
||||
extern struct asn1_algorithm oid_sha384_algorithm;
|
||||
extern struct asn1_algorithm oid_sha512_algorithm;
|
||||
extern struct asn1_algorithm oid_sha224_algorithm;
|
||||
extern struct asn1_algorithm oid_sha512_224_algorithm;
|
||||
extern struct asn1_algorithm oid_sha512_256_algorithm;
|
||||
|
||||
/** An ASN.1 bit string */
|
||||
struct asn1_bit_string {
|
||||
/** Data */
|
||||
|
||||
Reference in New Issue
Block a user