Skip to content

feat(vrl): add AES-GCM support to encrypt/decrypt functions#1641

Open
dodo0822 wants to merge 2 commits intovectordotdev:mainfrom
dodo0822:dodo0822/aes-gcm
Open

feat(vrl): add AES-GCM support to encrypt/decrypt functions#1641
dodo0822 wants to merge 2 commits intovectordotdev:mainfrom
dodo0822:dodo0822/aes-gcm

Conversation

@dodo0822
Copy link
Copy Markdown

Summary

Add support for AES-GCM with various key and nonce sizes to the encrypt/decrypt functions. Addresses #1636.

Change Type

  • Bug fix
  • New feature
  • Non-functional (chore, refactoring, docs)
  • Performance

Is this a breaking change?

  • Yes
  • No

How did you test this PR?

  • Added unit test cases to encrypt.rs/decrypt.rs
  • Ran ./scripts/checks.sh to ensure test cases passes

Does this PR include user facing changes?

  • Yes. Please add a changelog fragment based on
    our guidelines.
  • No. A maintainer will apply the "no-changelog" label to this PR.

Checklist

  • Our CONTRIBUTING.md is a good starting place.
  • If this PR introduces changes to LICENSE-3rdparty.csv, please
    run dd-rust-license-tool write and commit the changes. More details here.
  • For new VRL functions, please also create a sibling PR in Vector to document the new function.

References

@dodo0822 dodo0822 requested a review from a team as a code owner February 15, 2026 20:45
Signed-off-by: Chih-Wei Fang <dodo0822@gmail.com>
@pront
Copy link
Copy Markdown
Member

pront commented Mar 20, 2026

Please fix merge conflicts and we will take a look.

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.

2 participants