hannestschofenig / mbedtls

An open source, portable, easy to use, readable and flexible SSL library
https://tls.mbed.org
Apache License 2.0
15 stars 8 forks source link

Fix and improve all.sh TLS 1.3 tests #375

Closed ronald-cron-arm closed 2 years ago

ronald-cron-arm commented 3 years ago

As we go through the up-streaming of the TLS 1.3 prototype we want to merge regularly ARMmbed/mbedtls/development into the prototype to make the two branches converge. The idea is to limit the difference between them and thus that the up-streaming does not become more and more difficult as we go.

When we merge ARMmbed/mbedtls/development or do some changes to the prototype to prepare for a merge we want to test that we do not break anything. We think about doing that by running the all.sh TLS 1.3 components.

To enable that this PR fixes some issues with the TLS 1.3 tests and extend them.

ronald-cron-arm commented 3 years ago

@hannestschofenig are you ok for me to merge this PR or do you want to review it ? I am not sure about the process we want to follow here.