commit | 3c28fd3393a2e859e70e9f1371e59d3d514604ec | [log] [tgz] |
---|---|---|
author | Ronald Cron <ronald.cron@arm.com> | Tue Sep 07 17:39:08 2021 +0200 |
committer | GitHub <noreply@github.com> | Tue Sep 07 17:39:08 2021 +0200 |
tree | 6b6b144d4f62aba29836ac54d931ae67f14c473e | |
parent | 13592ca6546a4abcdd1c0f6a82e4acee2caee062 [diff] | |
parent | fec982eacc184b08d00eaeb118c06918147bcfe7 [diff] |
Merge pull request #4882 from yuhaoth/pr/add-tls13-client-hello-process TLS 1.3 : add tls13 client hello msg -- part 1 When running the ssl-opt.sh "TLS1.3: Test client hello msg work" test with the library compiled in default configuration plus MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL, the openssl server responds with a ServerHello which is the validation we were looking for the work in this PR. Thus, merging.