mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 19:49:45 +03:00
[asn1] Add constant for UTF-8 string tag
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -75,6 +75,9 @@ struct asn1_builder_header {
|
||||
/** ASN.1 enumeration */
|
||||
#define ASN1_ENUMERATED 0x0a
|
||||
|
||||
/** ASN.1 UTF-8 string */
|
||||
#define ASN1_UTF8_STRING 0x0c
|
||||
|
||||
/** ASN.1 UTC time */
|
||||
#define ASN1_UTC_TIME 0x17
|
||||
|
||||
|
||||
Reference in New Issue
Block a user