]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[asn1] Add constant for UTF-8 string tag
authorMichael Brown <mcb30@ipxe.org>
Mon, 7 Dec 2020 13:55:12 +0000 (13:55 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 7 Dec 2020 13:55:12 +0000 (13:55 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/asn1.h

index 7bfba6066537e1453bf695a1cfcc0f3f2b27e5c5..7b0aacb5d3dbd0d81b204fcaeaccaa57e1aa6464 100644 (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