43ec06f705
Add a framework for testing the asynchronous codepath. Move some handshake state machine coverage tests to cover a range of record-layer and handshake-layer asynchronicity. This adds tests for the previous two async bugs fixed. Change-Id: I422ef33ba3eeb0ad04766871ed8bc59b677b169e Reviewed-on: https://boringssl-review.googlesource.com/1410 Reviewed-by: Adam Langley <agl@google.com>
11 lines
139 B
CMake
11 lines
139 B
CMake
include_directories(../../include)
|
|
|
|
add_executable(
|
|
bssl_shim
|
|
|
|
async_bio.cc
|
|
bssl_shim.cc
|
|
)
|
|
|
|
target_link_libraries(bssl_shim ssl crypto)
|