Benjamin Rösner
Benjamin Rösner
I also vote for the original comment. Are there plans to implement it? Help needed?
Wow, this is awesome news! If I can be of any help let me know
@tarcisiofischer the fix, changing to what @arthursoprana posted, fixes my issues. My current workaround is to convert Integers to Floats. The suggested fix serializes and deserializes correctly. This means that...
@tarcisiofischer I am unsure, but I will go with what the library maintainers prefer ;-) I was digging into similar discussions and came across a proposal for Python [PEP 485...
@AdityaHPatwardhan the issue is, that as documented in mbedtls, the client cannot be informed about the Maximum incoming fragment size. ```c /** \def MBEDTLS_SSL_IN_CONTENT_LEN * * Maximum length (in bytes)...
Indeed! The client doesn`t care about our buffer size. There was a discussion in the mbedtls repo: [issue 1203](https://github.com/Mbed-TLS/mbedtls/issues/1203#issuecomment-350580779) > the buffer length of 16384 is the mandatory default for...
Hi @AdityaHPatwardhan , no worries! Unfortunately the patch does not fix our issue. The crash still happens in mbedtls_ssl_read. In our scenario we have a webserver. The crash only occurs...
@AdityaHPatwardhan i understand the issue. I will try to make sample app that allows to reproduce the bug. The testcase with the upload is probably not sufficient, cause it only...
Hi @AdityaHPatwardhan, still havent found the time to make a testcase, allowing to reproduce the issue. If the ticket needs to be closed for now, I am fine with that....
Hi @AdityaHPatwardhan, I am unable to apply your patch. Which branch/tag should I best checkout to apply the patch?