boringssl/crypto/bytestring
David Benjamin 455919dda2 Add CBS_get_any_asn1.
We have CBS_get_asn1 / CBS_get_asn1_element, but not the "any" variants
of them. Without this, a consumer walking a DER structure must manually
CBS_skip the header, which is a little annoying.

Change-Id: I7735c37eb9e5aaad2bde8407669bce5492e1ccf6
Reviewed-on: https://boringssl-review.googlesource.com/11404
Commit-Queue: David Benjamin <davidben@google.com>
Commit-Queue: Adam Langley <agl@google.com>
Reviewed-by: Adam Langley <agl@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2016-10-03 18:36:14 +00:00
..
asn1_compat.c
ber.c
bytestring_test.cc Add CBS_get_any_asn1. 2016-10-03 18:36:14 +00:00
cbb.c Use C99 for size_t loops. 2016-09-12 19:44:24 +00:00
cbs.c Add CBS_get_any_asn1. 2016-10-03 18:36:14 +00:00
CMakeLists.txt
internal.h