[asn1] Add constant for UTF-8 string tag

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/181/head
Michael Brown 2020-12-07 13:55:12 +00:00
parent 25b53afa5b
commit e33f521081
1 changed files with 3 additions and 0 deletions

View File

@ -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