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: Bill Lamie <blamie@xxxxxxxxxxx>
  • Date: Tue, 23 Jul 2024 17:04:58 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=px5rtos.com; dmarc=pass action=none header.from=px5rtos.com; dkim=pass header.d=px5rtos.com; 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=G7mNcg1cBv39gWlBNvHuMPQd+JMhzoMdmIUbDAOANZU=; b=oRPvRDeaK6V1maUhAsFUtgfara1OFXHp7NFv2Z4wFEE2ixVUTd4ePQI5d4rmWUU+mdvHR8lphlXDcX8qSqQdfvbaYL921yx70kcIrY/rdJc1Di2Q2J0DbzbREQNTbWtQvcy/zIeqzWHxxJsBB0BWrQzWgFysmU/lKyCfrTl7BTa+3HtKCKPaoSmjPswNcIENLN4KEsZA/NPTZsQLHKYdoJ10lyXWY4V1kbsLJb2B9NeUouNX/IEvwZMxHhtUG05f33YrpS5mxGbBGrOWjleoJgPtry8DsYz6DdE3RyV612AR6o8rZlrhFOEopztWhgy6/QMZDxqpfTiymPaM4Per+g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=JZt8XvIukLI5m2d3UCwRM4YLYd9chSSB3ImSiQeh7fC9VDpzUpjijWNGGow8kIl775W83CAXrHFq+8HcDBQwESGYDlmPY/G81MEHVwMQmD2JjcEyVIuaxiKYn3v/HrHjKyyWrm7trxEgsqhTV/p3nL7zkd8aaQmRbE3R8xkJOZ/1tB9zdqqTZJWoLU/XFQxvFEgup+nNoztdN3mW5q5K27XLzIBvoEAYYV/k1Icz7xikY/Jye7k27jgYxcxsfA5UIuvnQvjwuOewNx52zWzy3+wBY7zzXh3rIot+MBq24G8juqjyNAysUFZu/Oqoku/0pjzB77OAfL7cDDLcMS7RWg==
  • 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: AQHarhc9eRBTZgnoF0S94IEt4BmVcrIEx691gAAgJAA=
  • Thread-topic: NetX Duo IPsec support

Hi Victor,

 

Unfortunately, Microsoft did not carry forward the IPsec feature and it is not part of the Eclipse ThreadX repo. However, I do see that it is still shown on the NetX Duo block diagram, which will need to be updated.

 

Sorry again for the confusion…

 

Best regards,

 

Bill

 

From: threadx-dev <threadx-dev-bounces@xxxxxxxxxxx> On Behalf Of Victor Barpp Gomes via threadx-dev
Sent: Tuesday, July 23, 2024 8:19 AM
To: threadx-dev@xxxxxxxxxxx
Cc: Victor Barpp Gomes <victorbg@xxxxxxxxxxx>
Subject: Re: [threadx-dev] 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