boringssl/crypto/bytestring
Doug Hogan 5ba305643f Don't accept tag number 31 (long form identifier octets) in CBB_add_asn1.
Tag number 31 is a long form tag that requires multiple octets.  It
cannot be handled by adding a single uint8.  Changed CBB_add_asn1()
to return 0 when it is passed in the extension for tag 31.

Change-Id: Ia33936d4f174d1a7176eb11da0b5c7370efb9416
2015-02-03 11:03:59 -08:00
..
ber.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
bytestring_test.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
cbb.c Don't accept tag number 31 (long form identifier octets) in CBB_add_asn1. 2015-02-03 11:03:59 -08:00
cbs.c Extended master secret support. 2014-10-24 21:19:44 +00:00
CMakeLists.txt Change CMakeLists.txt to two-space indent. 2015-01-28 16:37:10 -08:00
internal.h Export CBS_get_any_asn1_element. 2014-08-28 00:45:30 +00:00