You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable anonymous key exchange ciphersuite in mbedtls of TizenRT. (#231)
The test_tls.js has a subset that tests if a server is created without
key and certificate. In this case there is no ciphersuite, that is why
a `tlsClientError` error happens when a client tries to connect to the
server. This is the expected behavior.
The mbedtls of TizenRT defines an anonymous ciphersuite, that does not
require authentication. So there is a ciphersuite even if there is no
key and certificate prided for the server. In this case the clients
can connect to the server without the expected error.
JSRemoteTest-DCO-1.0-Signed-off-by: Roland Takacs [email protected]
0 commit comments