Yanwu Cai

Results 8 comments of Yanwu Cai

SHA384 and SHA512 cipher suites are not supported in the current release.

Are you going to use SHA384 in TLS 1.2 or TLS 1.3 or both?

Thanks for your report, we are looking into this issue.

It is available in [v6.2.1_rel](https://github.com/azure-rtos/netxduo/releases/tag/v6.2.1_rel), please try it and see if this fixes your issue.

Please move the `dns_name` variable to global as it will be used after the `tls_setup()` function.

As you can see in the packet capture, the client certificate is sent after the Finished message from the server is received. The TLS 1.3 client does not wait to...

Although the server sent the alert message, the client didn't call `nx_tcp_socket_receive()` to receive it. After received Finished message from the server, the handshake of TLS 1.3 client can be...

This is a bug in NetXDuo TLS and your fix looks good.