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