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

fix(ext/node): add support of any length IV for aes-(128|256)-gcm ciphers #27476

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Dec 27, 2024

This PR add support of IV of any length for aes-(128|256)-gcm ciphers by updating aead-gcm-stream to 0.4

(The actual issue was fixed in upstream littledivy/aead-gcm-stream#3 )

fixes #27441

@kt3k kt3k requested a review from littledivy December 27, 2024 07:33
Copy link
Member

@littledivy littledivy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kt3k kt3k merged commit c45d0da into denoland:main Dec 27, 2024
17 checks passed
@kt3k kt3k deleted the fix-ext-node-create-cipheriv-any-iv branch December 27, 2024 08:46
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.

Node compat error: Uncaught (in promise) TypeError: IV length must be 12 bytes
2 participants