CBS_ASN1_BOOLEAN
if (!CBS_get_asn1(&child, &child2, CBS_ASN1_BOOLEAN) ||
if (!CBS_get_asn1(&child, &child2, CBS_ASN1_BOOLEAN) ||
static const uint8_t kTrue[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0xff};
static const uint8_t kFalse[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0x00};
static const uint8_t kInvalid[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0x01};