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

feat(node/crypto): add crypto.publicEncrypt #1987

Merged

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Mar 3, 2022

depends on #1982

This change adds publicEncrypt, privateDecript, publicDecrypt, privateEncript APIs to node/crypto module.

This change also adds integration testing which exercises the use of crypto.publicEncrypt in mysql2 npm module.

closes denoland/deno#13774

@kt3k kt3k requested a review from bartlomieju as a code owner March 3, 2022 09:32
@kt3k kt3k merged commit 59d2158 into denoland:main Mar 7, 2022
@kt3k kt3k deleted the feat/node-crypto-public-encrypt-with-mysql2-testing branch March 7, 2022 08:56
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.

compat: tracking issue for running basic examples of mysql2 module
2 participants