commit | 338e06771c600108ba8b1e3df6a15a8920961c37 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Thu May 28 20:00:08 2015 -0400 |
committer | Adam Langley <agl@google.com> | Mon Jun 01 20:30:02 2015 +0000 |
tree | 33df0de1958de56f3a236b89971c092dfd799d33 | |
parent | f297e021f1403614f90c2f01e669022edfc1cfe6 [diff] |
Reject sessions with the wrong structure version. The old upstream logic actually didn't do this, but 1.1.0's new code does. Given that the version has never changed and even unknown fields were rejected by the old code, this seems a safe and prudent thing to do. Change-Id: I09071585e5183993b358c10ad36fc206f8bceeda Reviewed-on: https://boringssl-review.googlesource.com/4942 Reviewed-by: Adam Langley <agl@google.com>