summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/ssl/Makefile
diff options
context:
space:
mode:
authortb <>2022-07-07 11:40:17 +0000
committertb <>2022-07-07 11:40:17 +0000
commitff78126e2bdcc3826447aa931770e2ee087ab498 (patch)
tree7e0955c95fb9393ff775a9eb038303b517d9a75c /src/regress/lib/libssl/ssl/Makefile
parent1b4d5c8cd68cd778d57a21ad94fd2badaa9fa06e (diff)
downloadopenbsd-ff78126e2bdcc3826447aa931770e2ee087ab498.tar.gz
openbsd-ff78126e2bdcc3826447aa931770e2ee087ab498.tar.bz2
openbsd-ff78126e2bdcc3826447aa931770e2ee087ab498.zip
Switch ssltest to using the newly generated certs that use SHA-256 instead
of SHA-1. This helps the switch to security-level aware ssltest. From jsing
Diffstat (limited to 'src/regress/lib/libssl/ssl/Makefile')
-rw-r--r--src/regress/lib/libssl/ssl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libssl/ssl/Makefile b/src/regress/lib/libssl/ssl/Makefile
index 582dd1c8af..91abaae85e 100644
--- a/src/regress/lib/libssl/ssl/Makefile
+++ b/src/regress/lib/libssl/ssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.4 2021/10/15 16:49:12 jsing Exp $ 1# $OpenBSD: Makefile,v 1.5 2022/07/07 11:40:17 tb Exp $
2 2
3PROG= ssltest 3PROG= ssltest
4LDADD= -lcrypto -lssl 4LDADD= -lcrypto -lssl
@@ -11,7 +11,7 @@ REGRESS_TARGETS=regress-ssltest
11 11
12regress-ssltest: ${PROG} 12regress-ssltest: ${PROG}
13 sh ${.CURDIR}/testssl \ 13 sh ${.CURDIR}/testssl \
14 ${.CURDIR}/../certs/server.pem ${.CURDIR}/../certs/server.pem \ 14 ${.CURDIR}/../certs/server1-rsa.pem ${.CURDIR}/../certs/server1-rsa-chain.pem \
15 ${.CURDIR}/../certs/ca.pem 15 ${.CURDIR}/../certs/ca-root-rsa.pem
16 16
17.include <bsd.regress.mk> 17.include <bsd.regress.mk>