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

Move outbound assign to server hello #379

Closed yuhaoth closed 2 years ago

yuhaoth commented 2 years ago

Description

This is a test for https://github.com/ARMmbed/mbedtls/pull/5121#discussion_r749157125 . We move mbedtls_ssl_set_outbound_transform( ssl, ssl->handshake->transform_handshake ); to Server Hello. But it will break TLS 1.3, TLS1-3-AES-256-GCM-SHA384, ext PSK, early data status - accepted without MPS, and break all tests with MPS.

Status

HOLD

ronald-cron-arm commented 2 years ago

mbedtls_ssl_set_outbound_transform not moved to ServerHello eventually in development thus this test can be closed.