Pete Skeggs
Pete Skeggs
Is there a guide that explains how to write tests for MbedTLS? I've looked at the ssl_opt.sh but it's unclear how it all works.
> I'm afraid we don't have any guide for `ssl-opt`. It should be possible to adapt existing tests though. Search for `sni=`. In a nutshell, the structure of a test...
@hannestschofenig -- We think the following change is necessary. It is similar to a change you made in mbedtls_ssl_encrypt_buf(). ``` int mbedtls_ssl_decrypt_buf( mbedtls_ssl_context const *ssl, mbedtls_ssl_transform *transform, mbedtls_record *rec )...
@hannestschofenig please rebase to the latest development commits -- it's 224 behind, and `ssl_msg.c` has changed a lot over this time period.
> Seems like this will lead to more reallocations. Growing buffers by a factor of 2 is pretty popular. What issue are you running into here? When using this on...
@gilles-peskine-arm any idea why this latest run https://github.com/Mbed-TLS/mbedtls/pull/6176/checks?check_run_id=8437701418 does not provide a way to download the XXX-325.log and XXX-326.log files?
> @plskeggs We don't save those logs on Travis. But you can get them from the corresponding OpenCI job (“Artifacts” tab). Thanks. I just was not patient enough. I see...
Where did you get your services.h? Did you use the nRF Studio and make your own, or are you using an example?
I'm actually asking the original reporter of this problem, taher143. Is he using the services.h.example, services.h.redbear, or a new one?
Which circuit example from the data sheet did you build? The one with DC/DC converter enabled or the other? Have you used a microscope to make sure that all the...