Skip to content

Update to mbedtlsv3

johan requested to merge update/mbedtls into master

Mbedtlsv3 cannot produce a TLS handshake callback when needed, so it is called before each TLS connection. Thus, do not forward TLS auth request callback to the application, client certificate must be set up by the app before the connection. That modify the way app may use TLS certificates. Tests modify accordingly

Merge request reports