From b88042ee7a2d2fc6e740c79270b86ab3fe455897 Mon Sep 17 00:00:00 2001 From: bluhm <> Date: Fri, 9 Nov 2018 06:30:41 +0000 Subject: The cert subdir is testing all combinations of certificate validation. Having the three libraries, client and server certificates, missing or invalid CA or certificates, and enforcing peer certificate results in 1944 new test cases. --- src/regress/lib/libssl/interop/openssl/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/regress/lib/libssl/interop/openssl') diff --git a/src/regress/lib/libssl/interop/openssl/Makefile b/src/regress/lib/libssl/interop/openssl/Makefile index ad0c7288ca..5c51c029ce 100644 --- a/src/regress/lib/libssl/interop/openssl/Makefile +++ b/src/regress/lib/libssl/interop/openssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2018/11/07 20:46:28 bluhm Exp $ +# $OpenBSD: Makefile,v 1.4 2018/11/09 06:30:41 bluhm Exp $ .if ! exists(/usr/local/bin/eopenssl) regress: @@ -13,6 +13,13 @@ LDADD = -lssl -lcrypto DPADD = /usr/local/lib/eopenssl/libssl.a \ /usr/local/lib/eopenssl/libcrypto.a LD_LIBRARY_PATH = /usr/local/lib/eopenssl +REGRESS_TARGETS = run-self +.for p in ${PROGS} +REGRESS_TARGETS += run-ldd-$p run-$p +.for x in nc self +REGRESS_TARGETS += run-version-$x-$p run-protocol-$x-$p +.endfor +.endfor .for p in ${PROGS} run-ldd-$p: ldd-$p.out -- cgit v1.2.3-55-g6feb