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

Node Crypto update #7676

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Node Crypto update #7676

wants to merge 8 commits into from

Conversation

goodmind
Copy link
Contributor

@goodmind goodmind commented Apr 28, 2019

Most functions that accept string | Buffer also accept $TypedArray | DataView

https://nodejs.org/docs/latest-v11.x/api/crypto.html#crypto_class_method_ecdh_convertkey_key_curve_inputencoding_outputencoding_format
https://nodejs.org/docs/latest-v11.x/api/crypto.html#crypto_cipher_setaad_buffer_options
https://nodejs.org/docs/latest-v11.x/api/crypto.html#crypto_sign_sign_privatekey_outputencoding
https://nodejs.org/docs/latest-v11.x/api/crypto.html#crypto_crypto_constants
https://nodejs.org/docs/latest-v11.x/api/crypto.html#crypto_crypto_privatedecrypt_privatekey_buffer
https://nodejs.org/docs/latest-v11.x/api/crypto.html#crypto_crypto_privateencrypt_privatekey_buffer
https://nodejs.org/docs/latest-v11.x/api/crypto.html#crypto_crypto_publicdecrypt_key_buffer
https://nodejs.org/docs/latest-v11.x/api/crypto.html#crypto_crypto_publicencrypt_key_buffer
https://nodejs.org/docs/latest-v11.x/api/crypto.html#crypto_crypto_scrypt_password_salt_keylen_options_callback
https://nodejs.org/docs/latest-v11.x/api/crypto.html#crypto_crypto_scryptsync_password_salt_keylen_options
https://nodejs.org/docs/latest-v11.x/api/crypto.html#crypto_crypto_generatekeypair_type_options_callback
https://nodejs.org/docs/latest-v11.x/api/crypto.html#crypto_crypto_generatekeypairsync_type_options
https://nodejs.org/docs/latest-v11.x/api/crypto.html#crypto_crypto_setengine_engine_flags
https://nodejs.org/docs/latest-v11.x/api/crypto.html#crypto_crypto_setfips_bool
https://nodejs.org/docs/latest-v11.x/api/crypto.html#crypto_crypto_getfips

@goodmind goodmind added the Library definitions Issues or pull requests about core library definitions label Apr 28, 2019
@goodmind
Copy link
Contributor Author

/cc @samwgoldman

@goodmind
Copy link
Contributor Author

@goodmind goodmind added the Stalled Issues and PRs that are stalled. label Jul 27, 2019
@goodmind goodmind removed the Stalled Issues and PRs that are stalled. label Sep 24, 2019
@skeggse
Copy link
Contributor

skeggse commented Oct 15, 2020

Seems still stalled, yeah?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Library definitions Issues or pull requests about core library definitions node
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants