Eduardo Menezes

Results 5 comments of Eduardo Menezes

I'm getting the same here: `unhandled profiler event: 0x9e at file offset: 89 + 125 (len: 169` Does anyone have any suggestions about how to work around it? ``` Mono...

> Shall we isolate between iptlite(user space) and nflite(kernel space), using ioctl or setsockopt(iptables uses)? We will look into the possibility of using one of these in our implementation. Then,...

Thanks for helping me @gilles-peskine-arm. After enabling `psa_crypto_init` I'm not seeing anymore the error `-27648 - SSL - Internal error`, but I'm seeing `-9984 - X509 - Certificate verification failed,...

> Mbed TLS doesn't ship with any integration to the OS CA list. I didn't mean that, of course, mbedTLS doesn't use the OS CA list, instead it uses `mbedtls_test_cas_pem`...

It seems that NuttX supports the usage of IPCP-provided DNS servers [by enabling the IPCP_GET_PRI_DNS and IPVP_GET_SEC_DNS ](https://github.com/apache/nuttx-apps/blob/7afa9b51ea97b20ecfabdc8441b518b213d30f76/netutils/pppd/ppp.h#L137C1-L137C1) defines. Then, you will be able to get the DNS servers automatically,...