summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/README
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/regress/lib/libssl/interop/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/regress/lib/libssl/interop/README b/src/regress/lib/libssl/interop/README
index d1ecc7e683..d8847e5ef5 100644
--- a/src/regress/lib/libssl/interop/README
+++ b/src/regress/lib/libssl/interop/README
@@ -1,9 +1,10 @@
1Test TLS interoperability between LibreSSL and OpenSSL. 1Test TLS interoperability between LibreSSL and OpenSSL.
2 2
3Implement simple SSL client and server in C. Create four binaries 3Implement simple SSL client and server in C. Create six binaries
4by linking them with LibreSSL or OpenSSL. This way API compatibility 4by linking them with LibreSSL or OpenSSL 1.0.2 or OpenSSL 1.1. This
5is tested. Connect and accept with netcat to test protocol 5way API compatibility is tested. Connect and accept with netcat
6compatibility with libtls. 6to test protocol compatibility with libtls.
7 7
8Currently OpenSSL 1.0.2p from ports is used. Plan is to move to 8Currently OpenSSL 1.0.2p and OpenSSL 1.1.1 from ports are used. As
9OpenSSL 1.1 and and test TLS 1.3. 9soon as LibreSSL supports TLS 1.3, it should be used automatically
10when netcat is communicating with OpenSSL 1.1.