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): use correct handle for public keys #16099

Merged
merged 1 commit into from
Sep 30, 2022

Conversation

cjihrig
Copy link
Contributor

@cjihrig cjihrig commented Sep 30, 2022

When storing public and private keys in the key store, use a different handle for each key so that they can be looked up in the future.

Refs: #14119
Refs: denoland/deno_std#2631

When storing public and private keys in the key store, use
a different handle for each key so that they can be looked up
in the future.

Refs: denoland#14119
Refs: denoland/deno_std#2631
@cjihrig cjihrig merged commit 636b448 into denoland:main Sep 30, 2022
@cjihrig cjihrig deleted the crypto branch September 30, 2022 13:18
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.

None yet

3 participants