diff options
Diffstat (limited to 'src/regress/lib/libssl/interop/README')
| -rw-r--r-- | src/regress/lib/libssl/interop/README | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/regress/lib/libssl/interop/README b/src/regress/lib/libssl/interop/README deleted file mode 100644 index 091e63f6fc..0000000000 --- a/src/regress/lib/libssl/interop/README +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | Test TLS interoperability between LibreSSL and OpenSSL. | ||
| 2 | |||
| 3 | Implement simple SSL client and server in C. Create six binaries | ||
| 4 | by linking them with LibreSSL or OpenSSL 1.1 or OpenSSL 3.0. This | ||
| 5 | way API compatibility is tested. | ||
| 6 | |||
| 7 | To self test each SSL library, connect client with server. Check | ||
| 8 | that the highest available TLS version is selected. LibreSSL TLS | ||
| 9 | 1.3 check has to be enabled when the feature becomes available. | ||
| 10 | |||
| 11 | Connect and accept with netcat to test protocol compatibility with | ||
| 12 | libtls. Test TLS session reuse multiple times with different library | ||
| 13 | combinations. The cert subdir is testing all combinations of | ||
| 14 | certificate validation. Having the three libraries, client and | ||
| 15 | server certificates, missing or invalid CA or certificates, and | ||
| 16 | enforcing peer certificate results in 1944 test cases. The cipher | ||
| 17 | test establishes connections between implementations for each | ||
| 18 | supported cipher. | ||
