Go to file
David Benjamin 4a3f0732fd Tidy record length check.
Compression is gone, so don't allow for compression overhead. With that fixed,
the second rr->length check in ssl3_get_record matches the length computation
which sizes the read buffer. The first is wrong and doesn't account for the
alignment padding. Move the second to the first.

Change-Id: I3f4f05de9fdf5c645ff24493bbfdf303dcc1aa90
Reviewed-on: https://boringssl-review.googlesource.com/4236
Reviewed-by: Adam Langley <agl@google.com>
2015-04-06 20:50:45 +00:00
crypto Factor out sequence number updates. 2015-04-06 20:50:37 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Tidy record length check. 2015-04-06 20:50:45 +00:00
ssl Tidy record length check. 2015-04-06 20:50:45 +00:00
tool Define NOMINMAX across the entire project. 2015-04-02 18:38:56 +00:00
util runner and all_tests should exit with failure on failing tests. 2015-04-06 20:49:54 +00:00
.clang-format Inital import. 2014-06-20 13:17:32 -07:00
.gitignore Add generated documentation to .gitignore 2015-01-26 18:37:55 +00:00
BUILDING Generate error data at build time. 2015-03-06 18:59:25 +00:00
CMakeLists.txt Define NOMINMAX across the entire project. 2015-04-02 18:38:56 +00:00
codereview.settings Add a codereview.settings file. 2014-11-18 22:21:33 +00:00
STYLE Style guide tweaks. 2015-02-19 18:33:20 +00:00