summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/openssl
diff options
context:
space:
mode:
authorbluhm <>2018-11-09 06:30:41 +0000
committerbluhm <>2018-11-09 06:30:41 +0000
commite3076365506f38e78df5fe822fa92f5279cc68ca (patch)
tree645159c1ec7a09a740cc2fa32e1faad4aadb0291 /src/regress/lib/libssl/interop/openssl
parent5917d4731a2fb66998de8261b51a6ff11b1e07b7 (diff)
downloadopenbsd-e3076365506f38e78df5fe822fa92f5279cc68ca.tar.gz
openbsd-e3076365506f38e78df5fe822fa92f5279cc68ca.tar.bz2
openbsd-e3076365506f38e78df5fe822fa92f5279cc68ca.zip
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.
Diffstat (limited to 'src/regress/lib/libssl/interop/openssl')
-rw-r--r--src/regress/lib/libssl/interop/openssl/Makefile9
1 files changed, 8 insertions, 1 deletions
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 @@
1# $OpenBSD: Makefile,v 1.3 2018/11/07 20:46:28 bluhm Exp $ 1# $OpenBSD: Makefile,v 1.4 2018/11/09 06:30:41 bluhm Exp $
2 2
3.if ! exists(/usr/local/bin/eopenssl) 3.if ! exists(/usr/local/bin/eopenssl)
4regress: 4regress:
@@ -13,6 +13,13 @@ LDADD = -lssl -lcrypto
13DPADD = /usr/local/lib/eopenssl/libssl.a \ 13DPADD = /usr/local/lib/eopenssl/libssl.a \
14 /usr/local/lib/eopenssl/libcrypto.a 14 /usr/local/lib/eopenssl/libcrypto.a
15LD_LIBRARY_PATH = /usr/local/lib/eopenssl 15LD_LIBRARY_PATH = /usr/local/lib/eopenssl
16REGRESS_TARGETS = run-self
17.for p in ${PROGS}
18REGRESS_TARGETS += run-ldd-$p run-$p
19.for x in nc self
20REGRESS_TARGETS += run-version-$x-$p run-protocol-$x-$p
21.endfor
22.endfor
16 23
17.for p in ${PROGS} 24.for p in ${PROGS}
18run-ldd-$p: ldd-$p.out 25run-ldd-$p: ldd-$p.out