Use updated wireguard-uapi - #1988
Open
tomasz-kumor wants to merge 1 commit into
Open
tomasz-kumor wants to merge 1 commit into
tomasz-kumor wants to merge 1 commit into
Conversation
tomasz-kumor
force-pushed
the
kumor/LLT-7574-update-wireguard-uapi
branch
from
September 10, 2026 14:30
7747663 to
5246dc2
Compare
tomasz-kumor
marked this pull request as ready for review
September 11, 2026 07:23
tomasz-kumor
force-pushed
the
kumor/LLT-7574-update-wireguard-uapi
branch
from
September 15, 2026 11:23
5246dc2 to
45bde75
Compare
tomasz-kumor
force-pushed
the
kumor/LLT-7574-update-wireguard-uapi
branch
from
September 15, 2026 11:24
45bde75 to
f664e44
Compare
tomasz-kumor
force-pushed
the
kumor/LLT-7574-update-wireguard-uapi
branch
from
September 15, 2026 12:42
f664e44 to
5c7d9bb
Compare
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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_ciphersandselected_cipherfields to UAPI xplatform. The fields will be used to negotiate theencryption algorithm between the libtelio and NepTUN.
Supported ciphers according to the RFC LLT-0125:
This PR updates the dependencies:
wireguard-uapi- Extend xplatform protocol with AEAD cipher negotiation support wireguard-uapi-rs#2wireguard-nt-rust-wrapper- Align with NepTUN only AEAD ciphers negotiation UAPI new parameters wireguard-nt-rust-wrapper#11☑️ Definition of Done checklist