]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
test_tls: Rework test to be single process
authorVitaly Chikunov <vt@altlinux.org>
Wed, 15 Dec 2021 01:23:22 +0000 (04:23 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Tue, 21 Dec 2021 09:12:25 +0000 (12:12 +0300)
commitbf50d9535f4641c55bbe576a74f91f8fc0665d3e
tree1e41b22cc4051a0ae3a03c498e79982f48b80cf1
parent5066a5ec83976a283f676b0386e0cb15fd7378dc
test_tls: Rework test to be single process

Rework the test to be similar to sslapitest.c. Using BIO only connections
and non-blocking IO instead of socketpair and separate processes.
This will allow it to compile and work on Windows.

Signed-off-by: Vitaly Chikunov <vt@altlinux.org>
CMakeLists.txt
test_tls.c