Name Date Size #Lines LOC

..--

botan/H--317243

cert/H--10279

cipher/H--164130

libressl/H--3522

netcat/H--8854

openssl33/H--

openssl34/H--

session/H--5038

version/H--11489

LICENSEH A D21-Feb-2019799 1615

MakefileH A D15-Jan-2025508 208

Makefile.incH A D03-Feb-20242.4 KiB8457

READMEH A D01-Feb-2023895 1915

client.cH A D07-Jul-20227.1 KiB286230

server.cH A D01-Feb-20238.2 KiB322255

util.cH A D09-Nov-20184.1 KiB146114

util.hH A D09-Nov-20181 KiB246

README

1Test TLS interoperability between LibreSSL and OpenSSL.
2
3Implement simple SSL client and server in C.  Create six binaries
4by linking them with LibreSSL or OpenSSL 1.1 or OpenSSL 3.0.  This
5way API compatibility is tested.
6
7To self test each SSL library, connect client with server.  Check
8that the highest available TLS version is selected.  LibreSSL TLS
91.3 check has to be enabled when the feature becomes available.
10
11Connect and accept with netcat to test protocol compatibility with
12libtls.  Test TLS session reuse multiple times with different library
13combinations.  The cert subdir is testing all combinations of
14certificate validation.  Having the three libraries, client and
15server certificates, missing or invalid CA or certificates, and
16enforcing peer certificate results in 1944 test cases.  The cipher
17test establishes connections between implementations for each
18supported cipher.
19