diff options
| author | bluhm <> | 2019-02-21 23:06:33 +0000 |
|---|---|---|
| committer | bluhm <> | 2019-02-21 23:06:33 +0000 |
| commit | 375349e3dab4ad23aaba1771a89b29b9525e2c0c (patch) | |
| tree | 5867d69b31bed9067061e0a88358eda30ccc9646 /src/regress/lib/libssl/interop/README | |
| parent | af474ee28c8c725580d01edcfb4f3637eb3d6ed2 (diff) | |
| download | openbsd-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/README')
| -rw-r--r-- | src/regress/lib/libssl/interop/README | 4 |
1 files changed, 3 insertions, 1 deletions
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 | |||
| 17 | combinations. The cert subdir is testing all combinations of | 17 | combinations. The cert subdir is testing all combinations of |
| 18 | certificate validation. Having the three libraries, client and | 18 | certificate validation. Having the three libraries, client and |
| 19 | server certificates, missing or invalid CA or certificates, and | 19 | server certificates, missing or invalid CA or certificates, and |
| 20 | enforcing peer certificate results in 1944 test cases. | 20 | enforcing peer certificate results in 1944 test cases. The cipher |
| 21 | test establishes connections between implementations for each | ||
| 22 | supported cipher. | ||
