-
Hi,
We are using NetX Duo 6.1.10, and experiencing BusFault when trying to connect with 'TLS 1.3 with client authentication'.
We use `openssl s_server` as a server, and it works fine with 'TLS 1…
-
我想支持下NX_LINK_GET_STATUS,下面代码可以吗?
![76bfb1c6214075c2c16ae5d521b23bd](https://user-images.githubusercontent.com/45716763/164890442-34bc9d57-fc38-4422-8a5b-e0f02a1f85ab.png)
我发现关于ux_network_device_link…
-
Hi,
I have an HTTP/HTTPs server based on code "addons/web/nx_tcpserver.c".
With HTTP I didn't noticed any issue, but with TLS enable I had some rare issue with specific paquet size.
The issue c…
-
**Describe the bug**
I am trying to establish TLS connection with self signed certificates using netxsecure v6.2.0 as a TLS client. As per the documentation I have enabled NX_SECURE_ALLOW_SELF_SIGNED…
-
https://github.com/azure-rtos/netxduo/blob/846932ee7b379edee9f87627f4d23cb995da4cde/common/src/nxe_tcp_socket_receive_notify.c#L92-L96
As described in the NetX documentation for nx_tcp_socket_recei…
-
In case of sequence of calls passing the same ftp_client the last nx_ftp_client_create() return error:
nx_ftp_client_create(&ftp_client, .....);
....
nx_ftp_client_delete(&ftp_client, .....);
...…
-
![image](https://user-images.githubusercontent.com/76159538/200827709-c653b60d-7bc7-47d9-b150-1136186f4f50.png)
In server duid its looking for duid time field which doesnt exist in the received pac…
-
In nx_ip_interface_status_check() we don't check if driver entry pointer if is not NULL before calling it.
https://github.com/azure-rtos/netxduo/blob/a69a06e35da0ac763b363388f555b508b0cd84b7/common…
-
The line
https://github.com/azure-rtos/netxduo/blob/f66451ca193a96b5734e9a99d6d0ed9de44c9ac5/common/src/nx_tcp_socket_packet_process.c#L109
might trigger an Hard fault because of "Unaligned access t…
-
We've just switched to GCC 11.3-rel1 and we're getting this:
```
D:/a/1/s/build/_deps/azure_rtos_netxduo-src/addons/snmp/nxd_snmp.c: In function '_nx_snmp_utility_object_data_get':
D:/a/1/s/build…