diff options
Diffstat (limited to 'src/regress/lib/libssl/interop/README')
-rw-r--r-- | src/regress/lib/libssl/interop/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/regress/lib/libssl/interop/README b/src/regress/lib/libssl/interop/README index d8847e5ef5..1bd418c9cc 100644 --- a/src/regress/lib/libssl/interop/README +++ b/src/regress/lib/libssl/interop/README | |||
@@ -5,6 +5,10 @@ by linking them with LibreSSL or OpenSSL 1.0.2 or OpenSSL 1.1. This | |||
5 | way API compatibility is tested. Connect and accept with netcat | 5 | way API compatibility is tested. Connect and accept with netcat |
6 | to test protocol compatibility with libtls. | 6 | to test protocol compatibility with libtls. |
7 | 7 | ||
8 | To self test each SSL library, connect client with server. Check | ||
9 | that the highest available TLS version is selected. LibreSSL TLS | ||
10 | 1.3 check has to be enabled when the feature becomes available. | ||
11 | |||
8 | Currently OpenSSL 1.0.2p and OpenSSL 1.1.1 from ports are used. As | 12 | Currently OpenSSL 1.0.2p and OpenSSL 1.1.1 from ports are used. As |
9 | soon as LibreSSL supports TLS 1.3, it should be used automatically | 13 | soon as LibreSSL supports TLS 1.3, it should be used automatically |
10 | when netcat is communicating with OpenSSL 1.1. | 14 | when netcat is communicating with OpenSSL 1.1. |