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
commit8d90809bb33041e7fc7b10bc81d57f61e20daec2 (patch)
tree5867d69b31bed9067061e0a88358eda30ccc9646 /src/regress/lib/libssl/interop/cert
parente28bdf4c51aff3424107287d352cee238c14031c (diff)
downloadopenbsd-8d90809bb33041e7fc7b10bc81d57f61e20daec2.tar.gz
openbsd-8d90809bb33041e7fc7b10bc81d57f61e20daec2.tar.bz2
openbsd-8d90809bb33041e7fc7b10bc81d57f61e20daec2.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)