commit | 897be6afe34d1c5839e5bba8f2c67d56485d6a5d | [log] [tgz] |
---|---|---|
author | Matt Mueller <mattm@google.com> | Wed Mar 23 12:06:12 2016 -0700 |
committer | David Benjamin <davidben@google.com> | Wed Mar 23 19:29:49 2016 +0000 |
tree | 3653c8e1d4b8236440d3ef2ff7a5774460c40118 | |
parent | 0a0f83d308f30f71af115960af7dda064ad734a4 [diff] [blame] |
Add CBS_ASN1_UTF8STRING define. Change-Id: I34384feb46c15c4f443f506d724ad500a4cf0f36 Reviewed-on: https://boringssl-review.googlesource.com/7525 Reviewed-by: David Benjamin <davidben@google.com>
diff --git a/include/openssl/bytestring.h b/include/openssl/bytestring.h index cf424d0..68ede2d 100644 --- a/include/openssl/bytestring.h +++ b/include/openssl/bytestring.h
@@ -128,6 +128,7 @@ #define CBS_ASN1_NULL 0x5 #define CBS_ASN1_OBJECT 0x6 #define CBS_ASN1_ENUMERATED 0xa +#define CBS_ASN1_UTF8STRING 0xc #define CBS_ASN1_SEQUENCE (0x10 | CBS_ASN1_CONSTRUCTED) #define CBS_ASN1_SET (0x11 | CBS_ASN1_CONSTRUCTED) #define CBS_ASN1_NUMERICSTRING 0x12