summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/cert
diff options
context:
space:
mode:
authortb <>2023-02-01 14:39:09 +0000
committertb <>2023-02-01 14:39:09 +0000
commit286da5b604ab0d9758d26a1ae1aecce4c34e4dbf (patch)
tree551c73b209e1ac3dd50d2eeccbd49b3e2c8439d4 /src/regress/lib/libssl/interop/cert
parentbb11cbb827cae01ad8929c5c40a3dd254cac08f6 (diff)
downloadopenbsd-286da5b604ab0d9758d26a1ae1aecce4c34e4dbf.tar.gz
openbsd-286da5b604ab0d9758d26a1ae1aecce4c34e4dbf.tar.bz2
openbsd-286da5b604ab0d9758d26a1ae1aecce4c34e4dbf.zip
Retire OpenSSL 1.0.2 interop
Now that the OpenSSL 1.0.2 port is gone, there's no need to keep the interop tests anymore. anton's and bluhm's regress tests will switch to testing interoperability with OpenSSL 3.0.
Diffstat (limited to 'src/regress/lib/libssl/interop/cert')
-rw-r--r--src/regress/lib/libssl/interop/cert/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/regress/lib/libssl/interop/cert/Makefile b/src/regress/lib/libssl/interop/cert/Makefile
index 6156a988ae..32b7a4f4f1 100644
--- a/src/regress/lib/libssl/interop/cert/Makefile
+++ b/src/regress/lib/libssl/interop/cert/Makefile
@@ -1,15 +1,12 @@
1# $OpenBSD: Makefile,v 1.8 2023/01/27 08:28:36 tb Exp $ 1# $OpenBSD: Makefile,v 1.9 2023/02/01 14:39:09 tb Exp $
2 2
3# Connect a client to a server. Both can be current libressl, or 3# Connect a client to a server. Both can be current libressl, or
4# openssl 1.0.2, 1.1, or 3.0. Create client and server certificates 4# openssl 1.1 or 3.0. Create client and server certificates
5# that are signed by a CA and not signed by a fake CA. Try all 5# that are signed by a CA and not signed by a fake CA. Try all
6# combinations with, without, and with wrong CA for client and server 6# combinations with, without, and with wrong CA for client and server
7# and check the result of certificate verification. 7# and check the result of certificate verification.
8 8
9LIBRARIES = libressl 9LIBRARIES = libressl
10.if exists(/usr/local/bin/eopenssl)
11LIBRARIES += openssl
12.endif
13.if exists(/usr/local/bin/eopenssl11) 10.if exists(/usr/local/bin/eopenssl11)
14LIBRARIES += openssl11 11LIBRARIES += openssl11
15.endif 12.endif