Skip to content

Use updated wireguard-uapi - #1988

Open
tomasz-kumor wants to merge 1 commit into
mainfrom
kumor/LLT-7574-update-wireguard-uapi
Open

tomasz-kumor wants to merge 1 commit into
mainfrom
kumor/LLT-7574-update-wireguard-uapi

Conversation

@tomasz-kumor

@tomasz-kumor tomasz-kumor commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Problem

This PR is a first step to implement AEGIS AEAD cipher support for NepTUN. It extends the Wireguard xplatform interface of additional fields for cipher negotiation. The extension will be only used by NepTUN Wireguard user-space implementation.

Solution

Added supported_ciphers and selected_cipher fields to UAPI xplatform. The fields will be used to negotiate the
encryption algorithm between the libtelio and NepTUN.

Supported ciphers according to the RFC LLT-0125:

  • ChaCha20-Poly1305 (baseline, always supported)
  • AEGIS-256
  • AEGIS-256X2
  • AEGIS-256X4

This PR updates the dependencies:

☑️ Definition of Done checklist

  • Commit history is clean (requirements)
  • README.md is updated
  • Functionality is covered by unit or integration tests

@tomasz-kumor
tomasz-kumor force-pushed the kumor/LLT-7574-update-wireguard-uapi branch from 7747663 to 5246dc2 Compare September 10, 2026 14:30
@tomasz-kumor
tomasz-kumor marked this pull request as ready for review September 11, 2026 07:23
@tomasz-kumor
tomasz-kumor requested a review from a team as a code owner September 11, 2026 07:23
@tomasz-kumor
tomasz-kumor force-pushed the kumor/LLT-7574-update-wireguard-uapi branch from 5246dc2 to 45bde75 Compare September 15, 2026 11:23
@tomasz-kumor
tomasz-kumor force-pushed the kumor/LLT-7574-update-wireguard-uapi branch from 45bde75 to f664e44 Compare September 15, 2026 11:24
@tomasz-kumor
tomasz-kumor force-pushed the kumor/LLT-7574-update-wireguard-uapi branch from f664e44 to 5c7d9bb Compare September 15, 2026 12:42
@tomasz-kumor tomasz-kumor changed the title [DRAFT] Use updated wireguard-uapi Use updated wireguard-uapi Sep 15, 2026

This branch was successfully deployed

1 active deployment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant