blob: d8847e5ef552b9b3a3fcb79fd4a19f13d84e4578 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Test TLS interoperability between LibreSSL and OpenSSL.
Implement simple SSL client and server in C. Create six binaries
by linking them with LibreSSL or OpenSSL 1.0.2 or OpenSSL 1.1. This
way API compatibility is tested. Connect and accept with netcat
to test protocol compatibility with libtls.
Currently OpenSSL 1.0.2p and OpenSSL 1.1.1 from ports are used. As
soon as LibreSSL supports TLS 1.3, it should be used automatically
when netcat is communicating with OpenSSL 1.1.
|