HANDLE Huge requests / SEND Huge requests

No I don’t. I just gave it a try.
Alright Ill look into it.

Probably a memory issue yea.
I know, mbedtls_ssl_write is working fine for “small answers”.
answer is a null char ended string. strl(len) works wonder on it.

I know exactly where it breaks : at the end of the function mbedtls_cipher_update of cipher.c because nothing is matched with the define and the cipher_mode in the function because mbedtls_cipher_context_t *ctx (the parameter) is completly broken → the int for example have random values, the mode of the cipher is at 165, …