From 4e4f5b4c833ba5285e001bdb6b832bdf91c43da3 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Mon, 30 Aug 2021 17:27:46 +0000 Subject: This commit was manufactured by cvs2git to create tag 'tb_20210830'. --- src/regress/lib/libssl/interop/README | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/regress/lib/libssl/interop/README (limited to 'src/regress/lib/libssl/interop/README') diff --git a/src/regress/lib/libssl/interop/README b/src/regress/lib/libssl/interop/README deleted file mode 100644 index 54910e554d..0000000000 --- a/src/regress/lib/libssl/interop/README +++ /dev/null @@ -1,22 +0,0 @@ -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. - -To self test each SSL library, connect client with server. Check -that the highest available TLS version is selected. LibreSSL TLS -1.3 check has to be enabled when the feature becomes available. - -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. - -Connect and accept with netcat to test protocol compatibility with -libtls. Test TLS session reuse multiple times with different library -combinations. The cert subdir is testing all combinations of -certificate validation. Having the three libraries, client and -server certificates, missing or invalid CA or certificates, and -enforcing peer certificate results in 1944 test cases. The cipher -test establishes connections between implementations for each -supported cipher. -- cgit v1.2.3-55-g6feb