ef1b009344
This is a minor regression from https://boringssl-review.googlesource.com/5235. If the client, for whatever reason, had an ID-based session but also supports tickets, it will send non-empty ID + empty ticket extension. If the ticket extension is non-empty, then the ID is not an ID but a dummy signaling value, so 5235 avoided looking it up. But if it is present and empty, the ID is still an ID and should be looked up. This shouldn't have any practical consequences, except if a server switched from not supporting tickets and then started supporting it, while keeping the session cache fixed. Add a test for this case, and tighten up existing ID vs ticket tests so they fail if we resume with the wrong type. Change-Id: Id4d08cd809af00af30a2b67fe3a971078e404c75 Reviewed-on: https://boringssl-review.googlesource.com/6554 Reviewed-by: Adam Langley <alangley@gmail.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 |