Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement DATA_V3 protocol features #77

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

lstipakov
Copy link
Member

Add support for features:

  • AEAD auth tag at the end

  • 64bit pktid

For that, introduce a new OVPN_IOCTL_NEW_KEY_V2 ioctl, which accepts a new data structure, which includes a field to store bit flags for crypto options for
abovementioned features.

Refactor encrypt/decrypt routine to accomodate possible wire format changes.

Refactor pktid code to support 64bit pktid. While on it, remove unused variable.

Bump version to 1.4.0.

#74

Add support for features:

 - AEAD auth tag at the end

 - 64bit pktid

For that, introduce a new OVPN_IOCTL_NEW_KEY_V2 ioctl,
which accepts a new data structure, which includes a
field to store bit flags for crypto options for
abovementioned features.

Refactor encrypt/decrypt routine to accomodate possible
wire format changes.

Refactor pktid code to support 64bit pktid. While on it,
remove unused variable.

Bump version to 1.4.0.

OpenVPN#74

Signed-off-by: Lev Stipakov <[email protected]>
@lstipakov lstipakov merged commit 5acb8f0 into OpenVPN:release/1 Aug 22, 2024
12 checks passed
@lstipakov lstipakov deleted the data_v3 branch August 22, 2024 09:11
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.

5 participants