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/crypto) - exportKey JWK for AES/HMAC must use base64url #13264

Merged
merged 8 commits into from
Jan 5, 2022
Merged

fix(ext/crypto) - exportKey JWK for AES/HMAC must use base64url #13264

merged 8 commits into from
Jan 5, 2022

Conversation

cryptographix
Copy link
Contributor

@cryptographix cryptographix commented Jan 2, 2022

Solves #13263 by refactoring JWK symmetric-key export (AES/HMAC) to rust, which already uses base64url.

@cryptographix cryptographix changed the title impl fix(ext/crypto) - exportKey JWK for AES/HMAC must use base64url Jan 2, 2022
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 except one request below

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

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

LGTM, thank you @seanwykes!

@bartlomieju bartlomieju merged commit c4a0a43 into denoland:main Jan 5, 2022
@cryptographix cryptographix deleted the refac-base64-export branch January 5, 2022 00:06
bartlomieju pushed a commit that referenced this pull request Jan 5, 2022
@cryptographix
Copy link
Contributor Author

@littledivy @bartlomieju is there any reason this merge is failing CI on Deno main branch?

@bartlomieju
Copy link
Member

@seanwykes we had an outage that caused several CI failures.

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.

3 participants