commit | d13a5e15d4e4eb51513be665306a2beba39869df | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Sat Jun 27 15:29:28 2015 -0400 |
committer | Adam Langley <agl@google.com> | Wed Jul 01 19:39:16 2015 +0000 |
tree | 746afb4f81c693c85342fdcbc7917b7830a3539e | |
parent | 961ad6ad2c31edfa7b857e79b8b8cb3354573304 [diff] |
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>