Hi. I am testing an iotivity android client connecting to an iotivity-constrained server. Under certain circumstances the client is sending a non-fatal TLS alert before the handshake. This behaviour is intermittent, therefore I do not have a repeatable test case. However, I would suggest considering support for ( mbed ) renegotiation per the discussion below.
https://tls.mbed.org/discussions/bug-report-issues/mishandling-of-non-fatal-alerts-client-side My change to `iotivity-1.2.1/extlibs/mbedtls` ```78c78 < mbedtls_env.AppendUnique(CFLAGS = ['-fPIC', '-Wall']) --- > mbedtls_env.AppendUnique(CFLAGS = ['-fPIC', '-Wall', '-DMBEDTLS_SSL_RENEGOTIATION_ENABLED']) ``` Thank you. Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20170310/1faf2ca5/attachment.html>
