Omer Shapira
Omer Shapira
I have addressed the changes requested by @hanno-arm , and have completed the client reassembly functionality.
We (Facebook networking team) have started working on adding handshake fragmentation support to mbedTLS. We are going to upstream the patch to the master repository once it is ready.
@bl4ck5un hey, I was busy with something else, but I am back to it. I do have a public dev branch, and it will be terrific to see early reports...
> that would be great! looking forward to it. would be super nice to also have it backported to 2.16 @rojer I am starting with `2.16.6`, since this is what...
Sharing some of the design considerations. Please comment as appropriate. # Memory management MbedTLS expects the handshake message to be in `ssl->in_buf`. `ssl->in_buf` contains `MBEDTLS_SSL_IN_BUFFER_LEN`, which is sufficient for a...
Update: Support for fragmented TLS handshake messages is ready for a merge into the `development` branch. At the moment I am waiting for the final sign-off by the MbedTLS core...
> > that would be great! looking forward to it. would be super nice to also have it backported to 2.16 > > @rojer I am starting with `2.16.6`, since...