diff options
| author | bluhm <> | 2019-02-21 23:06:33 +0000 |
|---|---|---|
| committer | bluhm <> | 2019-02-21 23:06:33 +0000 |
| commit | 8d90809bb33041e7fc7b10bc81d57f61e20daec2 (patch) | |
| tree | 5867d69b31bed9067061e0a88358eda30ccc9646 /src/regress/lib/libssl/interop/Makefile | |
| parent | e28bdf4c51aff3424107287d352cee238c14031c (diff) | |
| download | openbsd-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/Makefile')
| -rw-r--r-- | src/regress/lib/libssl/interop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/interop/Makefile b/src/regress/lib/libssl/interop/Makefile index dcde044d97..36b233c189 100644 --- a/src/regress/lib/libssl/interop/Makefile +++ b/src/regress/lib/libssl/interop/Makefile | |||
| @@ -1,9 +1,10 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.5 2018/11/11 00:15:04 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2019/02/21 23:06:33 bluhm Exp $ |
| 2 | 2 | ||
| 3 | SUBDIR = libressl openssl openssl11 | 3 | SUBDIR = libressl openssl openssl11 |
| 4 | # the above binaries must have been built before we can continue | 4 | # the above binaries must have been built before we can continue |
| 5 | SUBDIR += netcat | 5 | SUBDIR += netcat |
| 6 | SUBDIR += session | 6 | SUBDIR += session |
| 7 | SUBDIR += cipher | ||
| 7 | SUBDIR += cert | 8 | SUBDIR += cert |
| 8 | 9 | ||
| 9 | .include <bsd.subdir.mk> | 10 | .include <bsd.subdir.mk> |
