summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/cert
diff options
context:
space:
mode:
authorbluhm <>2019-02-21 23:06:33 +0000
committerbluhm <>2019-02-21 23:06:33 +0000
commit375349e3dab4ad23aaba1771a89b29b9525e2c0c (patch)
tree5867d69b31bed9067061e0a88358eda30ccc9646 /src/regress/lib/libssl/interop/cert
parentaf474ee28c8c725580d01edcfb4f3637eb3d6ed2 (diff)
downloadopenbsd-375349e3dab4ad23aaba1771a89b29b9525e2c0c.tar.gz
openbsd-375349e3dab4ad23aaba1771a89b29b9525e2c0c.tar.bz2
openbsd-375349e3dab4ad23aaba1771a89b29b9525e2c0c.zip
Test that all supported TLS ciphers actually work. Establish
connections between client and server implemented with LibreSSL or OpenSSL with a fixed cipher on each side. Check the used cipher in the session print out.
Diffstat (limited to 'src/regress/lib/libssl/interop/cert')
-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)