From 8d90809bb33041e7fc7b10bc81d57f61e20daec2 Mon Sep 17 00:00:00 2001 From: bluhm <> Date: Thu, 21 Feb 2019 23:06:33 +0000 Subject: 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. --- src/regress/lib/libssl/interop/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/regress/lib/libssl/interop/README') diff --git a/src/regress/lib/libssl/interop/README b/src/regress/lib/libssl/interop/README index 42d87acfdb..54910e554d 100644 --- a/src/regress/lib/libssl/interop/README +++ b/src/regress/lib/libssl/interop/README @@ -17,4 +17,6 @@ libtls. Test TLS session reuse multiple times with different library combinations. The cert subdir is testing all combinations of certificate validation. Having the three libraries, client and server certificates, missing or invalid CA or certificates, and -enforcing peer certificate results in 1944 test cases. +enforcing peer certificate results in 1944 test cases. The cipher +test establishes connections between implementations for each +supported cipher. -- cgit v1.2.3-55-g6feb