summaryrefslogtreecommitdiff
path: root/regress/lib/libssl
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2018-11-07 01:08:50 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2018-11-07 01:08:50 +0000
commit11f80fe7f1a4f881a1b1fa9431d170beb4e05fa0 (patch)
tree5d404ab537ee6d9624d72106a04cc532995a5606 /regress/lib/libssl
parent5a185afbfdaeafde6c90fd782733ce5c71d4259d (diff)
Test TLS interoperability between LibreSSL and OpenSSL.
Implement simple SSL client and server in C. Create four binaries by linking them with LibreSSL or OpenSSL. This way API compatibility is tested. Connect and accept with netcat to test protocol compatibility with libtls. Currently OpenSSL 1.0.2p from ports is used. Plan is to move to OpenSSL 1.1 and and test TLS 1.3. idea from beck@; help from jsing@
Diffstat (limited to 'regress/lib/libssl')
-rw-r--r--regress/lib/libssl/interop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib/libssl/interop/Makefile b/regress/lib/libssl/interop/Makefile
index 997cad29499..d033b1b79ce 100644
--- a/regress/lib/libssl/interop/Makefile
+++ b/regress/lib/libssl/interop/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1.1.1 2018/11/07 01:08:49 bluhm Exp $
+# $OpenBSD: Makefile,v 1.1 2018/11/07 01:08:49 bluhm Exp $
SUBDIR = libressl openssl