Omer Shapira

Results 2 issues of Omer Shapira

## Description This is proposed reassembly of fragmented TLS handshake messages (Issue #1840). Commits: b2aac8d - Proposed design of the feature. It relies on `MPS reader`, a component from the...

enhancement
needs-work
component-tls
historical-reviewing

This commit prevents early return when TLS1_3 enabled, TLS1_2 disabled and SOME_MODES_USE_MAC enabled. Without the commit, the compilation fails due to unreachable code, e.g. ``` /Users/oshapira/git/mbedtls/library/ssl_msg.c:1723:13: error: code will never...