boringssl/crypto/bytestring
David Benjamin d13a5e15d4 Fix crypto/bytestring test for too long lengths.
kData5 was meant to test lengths that are too long, but the input
gets rejected earlier for not using short-form encoding. Switch it to
testing a badly encoded element of length 128, the shortest element that
uses long-form encoding.

Change-Id: I35f4df89bfa7a681698eda569c525b5871288487
Reviewed-on: https://boringssl-review.googlesource.com/5264
Reviewed-by: Adam Langley <agl@google.com>
2015-07-01 19:39:16 +00:00
..
ber.c Make CBS_get_any_asn1_element accept only DER. 2015-06-03 22:08:16 +00:00
bytestring_test.cc Fix crypto/bytestring test for too long lengths. 2015-07-01 19:39:16 +00:00
cbb.c Add infrastructure for better extension handling. 2015-07-01 18:25:28 +00:00
cbs.c Make CBS_get_any_asn1_element accept only DER. 2015-06-03 22:08:16 +00:00
CMakeLists.txt Add malloc test support to unit tests. 2015-05-21 17:59:48 +00:00
internal.h Export |CBS_get_any_ber_asn1_element|. 2015-06-05 21:56:42 +00:00