Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [threadx-dev] NetX Duo IPsec support
  • From: Victor Barpp Gomes <victorbg@xxxxxxxxxxx>
  • Date: Tue, 23 Jul 2024 15:19:10 +0000
  • Accept-language: pt-BR, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=R40A3P2XkcZcign2+edBCGpZ36CWSytkMjJvzBKK37c=; b=PTnMplPdDyx/qMRk6sFKx3OxqktlIWihPtxGjMQRwNDklBhUF9HazpjISs6j0TORTO23XWIIufkcvebWj4mjp70xNsEUvLJYFw4szTDzBXNdgpxoYgZ08PqV1a+YcqW6wCC+ucGZh8pkqnCzGo9atf1206rCfrKX+DD4cLSA0ThVtbh8YREluu+/emm53DbMXKl+/hHg92SpE3srlr9qE6B4A+6kKWZ0G5SrP2zUeXwpq+rxEnsVj6KJPnF0To54gFfb9NVRZRZHzgJb7DYC+liUAGdY2LpNDtp8F919oHj6PYxMNszdAFqeDLaIx3bx4YKN4jwjXevmpxr5rU8SHw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=EU/Q8J937UoAvaIptNrIuoa6R7AtJ1AuvNdTBDRNvuzxKF5nWwiFRS3x0t20eBmtXb4NCj8xqSdSppvoqjfFBzTzSLLGbcZGuwaWxJY0Mlwc31xtAoWxnPul/NVV2CRMYJ53t77Cr7jrHFHQJLfTIHYkf0Wnrt7+VGogOkJkzBWMDw8Dq2HNR4FwVxg0kHvrylQcRROpmzOqrDanR6XbaLAbhFxY89ciqTXVU7/o/9fdK0dEsCVx+/tQNJVOoOpTr9CvJXW0SjX7oXjrxmsU9HRzyrVKUVUrGweHe1vL/C5bHo0b8lCi9YFTUdeCIzbx3iK57B9X4G3qZjY5TwNcSQ==
  • Delivered-to: threadx-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/threadx-dev/>
  • List-help: <mailto:threadx-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/threadx-dev>, <mailto:threadx-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/threadx-dev>, <mailto:threadx-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHarhc9eRBTZgnoF0S94IEt4BmVcrIEx691
  • Thread-topic: NetX Duo IPsec support

Hello ThreadX team, thank you for the great work.

If you have any information on the status of the IPsec feature, could you share it with us? Please also let us know if IPsec is not on the roadmap at the moment.

Thank you,
Victor B. Gomes


De: threadx-dev <threadx-dev-bounces@xxxxxxxxxxx> em nome de Victor Barpp Gomes via threadx-dev <threadx-dev@xxxxxxxxxxx>
Enviado: sexta-feira, 24 de maio de 2024 17:43
Para: threadx-dev@xxxxxxxxxxx <threadx-dev@xxxxxxxxxxx>
Cc: Victor Barpp Gomes <victorbg@xxxxxxxxxxx>
Assunto: [threadx-dev] NetX Duo IPsec support
 
Hello ThreadX developers.

I'm currently researching VPN client options for microcontrollers. NetX Duo lists IPsec as one of its features, and IPsec/IKEv2 would be a perfect fit for my use case.

However, defining the `NX_IPSEC_ENABLE` results in compilation errors because the `nx_ipsec` files are missing from the source tree. An issue from 2021 reports this same problem: https://github.com/eclipse-threadx/netxduo/issues/58

Is there any update on the status of IPsec? Is it not ready, or perhaps it wasn't open sourced?

Hoping to hear from you soon,
Victor B. Gomes

Back to the top