summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/cert/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/interop/cert/Makefile')
-rw-r--r--src/regress/lib/libssl/interop/cert/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/interop/cert/Makefile b/src/regress/lib/libssl/interop/cert/Makefile
index 3e7a07cdfe..11bc4aa2ab 100644
--- a/src/regress/lib/libssl/interop/cert/Makefile
+++ b/src/regress/lib/libssl/interop/cert/Makefile
@@ -1,4 +1,10 @@
1# $OpenBSD: Makefile,v 1.3 2018/11/11 07:39:34 bluhm Exp $ 1# $OpenBSD: Makefile,v 1.4 2019/02/21 23:06:33 bluhm Exp $
2
3# Connect a client to a server. Both can be current libressl, or
4# openssl 1.0.2, or openssl 1.1. Create client and server certificates
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
7# and check the result of certificate verification.
2 8
3LIBRARIES = libressl 9LIBRARIES = libressl
4.if exists(/usr/local/bin/eopenssl) 10.if exists(/usr/local/bin/eopenssl)