ac8302a092
setup_key_block is called when the first CCS resolves, but for resumptions this is the incoming CCS (see ssl3_do_change_cipher_spec). Rather than set need_record_splitting there, it should be set in the write case of tls1_change_cipher_state. This fixes a crash from the new record layer code in resumption when record-splitting is enabled. Tweak the record-splitting tests to cover this case. This also fixes a bug where renego from a cipher which does require record splitting to one which doesn't continues splitting. Since version switches are not allowed, this can only happen after a renego from CBC to RC4. Change-Id: Ie4e1b91282b10f13887b51d1199f76be4fbf09ad Reviewed-on: https://boringssl-review.googlesource.com/5787 Reviewed-by: Adam Langley <agl@google.com> |
||
---|---|---|
.. | ||
runner | ||
async_bio.cc | ||
async_bio.h | ||
bssl_shim.cc | ||
CMakeLists.txt | ||
packeted_bio.cc | ||
packeted_bio.h | ||
scoped_types.h | ||
test_config.cc | ||
test_config.h |