diff options
| author | bluhm <> | 2018-11-07 19:09:01 +0000 |
|---|---|---|
| committer | bluhm <> | 2018-11-07 19:09:01 +0000 |
| commit | 8f0e5908a3eda97ad8aa14cba6eae080ee759006 (patch) | |
| tree | d9d5952c6707b91f46ed428693145c87e2886021 /src/regress/lib/libssl/interop/README | |
| parent | 1ccfdc4633eea23918743a87973b287510d77c28 (diff) | |
| download | openbsd-8f0e5908a3eda97ad8aa14cba6eae080ee759006.tar.gz openbsd-8f0e5908a3eda97ad8aa14cba6eae080ee759006.tar.bz2 openbsd-8f0e5908a3eda97ad8aa14cba6eae080ee759006.zip | |
Add interop test with OpenSSL 1.1. TLS 1.3 should be used automatically
when it becomes available in LibreSSL.
thanks to sthen@ for the new OpenSSL port
Diffstat (limited to 'src/regress/lib/libssl/interop/README')
| -rw-r--r-- | src/regress/lib/libssl/interop/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/regress/lib/libssl/interop/README b/src/regress/lib/libssl/interop/README index d1ecc7e683..d8847e5ef5 100644 --- a/src/regress/lib/libssl/interop/README +++ b/src/regress/lib/libssl/interop/README | |||
| @@ -1,9 +1,10 @@ | |||
| 1 | Test TLS interoperability between LibreSSL and OpenSSL. | 1 | Test TLS interoperability between LibreSSL and OpenSSL. |
| 2 | 2 | ||
| 3 | Implement simple SSL client and server in C. Create four binaries | 3 | Implement simple SSL client and server in C. Create six binaries |
| 4 | by linking them with LibreSSL or OpenSSL. This way API compatibility | 4 | by linking them with LibreSSL or OpenSSL 1.0.2 or OpenSSL 1.1. This |
| 5 | is tested. Connect and accept with netcat to test protocol | 5 | way API compatibility is tested. Connect and accept with netcat |
| 6 | compatibility with libtls. | 6 | to test protocol compatibility with libtls. |
| 7 | 7 | ||
| 8 | Currently OpenSSL 1.0.2p from ports is used. Plan is to move to | 8 | Currently OpenSSL 1.0.2p and OpenSSL 1.1.1 from ports are used. As |
| 9 | OpenSSL 1.1 and and test TLS 1.3. | 9 | soon as LibreSSL supports TLS 1.3, it should be used automatically |
| 10 | when netcat is communicating with OpenSSL 1.1. | ||
