Add CBS_peek_asn1_tag. Intended to make parsing ASN.1 structures with OPTIONAL elements easier. (Just attempting to parse the next tag doesn't distinguish between a malformed CBS which has now been partially advanced and an optional tag mismatch.) Change-Id: Idceb3dfd6ec028e87e1bc5aaddcec177b0c32150 Reviewed-on: https://boringssl-review.googlesource.com/1995 Reviewed-by: Adam Langley <agl@google.com>