Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[threadx-dev] NetX Duo IPsec support
  • From: Victor Barpp Gomes <victorbg@xxxxxxxxxxx>
  • Date: Fri, 24 May 2024 20:43:35 +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=arcselector9901; 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=un5SJOV0ucftvjx42l9vkurgtzPfjI37vd5vvCwg2jM=; b=gzLQQlJTO9RIqpIU4gZ6c0S9WjzWtoKAvvYe5MkLMIQ3ufTqC/OHPUyhhTPkFl2pKr3cmPs++z7uxG0sMDQa01TSLN+hlnAHM85x5/jG+KmzyxMo4PgUEQOkQmOyvygRjK3wVig2dX86FyBtfNQIHD0t+GxISnCG40Ul4FdoF8dMjl57Hth4iwdp4VfkHO3I77o7pJWYbz7Eh+VNNfOwBW+2KbdGafSkjDq4jU/74sel0gy2Mu2q+Hvkqqn0mseOdZcNOSrzo71Bc8zfpKDzQjKbKvOGSXno8uZUSJqY/GGkmiCiasCDb/irFT6iVsFnTRPYC4mplrSmV2IroLhoaw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=iChUR+2YsWSp6qcU1ZIDTSAvuIgbRbXFki/rMP55xIEGWlahvnR3IkPQSZWXubw71RPTcJ44N0oahhsNzJaINgi52L2HcUknPlFTeNxwLB5MDtND/Kk6lZLwMx4dxyGM0wFE+gLKEESsXhbnELUXPe0bTtM0MsmoHsMwvLbvzOcNidGm1RLIx006GlDd6vwMNvd9JCH0xj2Qha+DTPdqwhqlNnzIO88UowL3Vk/9ho7HhTZZuC2c0EmzeP9OLjNhU8NDlpFQsB8slq9NUNpdzA8a4Gp93rqPvYgw5+jwqBDh6xBHBRmiGRH1BIQ8dntJv8JxA30DR0AQ6H61pAYDcw==
  • 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: AQHarhc9eRBTZgnoF0S94IEt4BmVcg==
  • Thread-topic: 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