-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
goodmind
wants to merge
8
commits into
facebook:main
Choose a base branch
from
goodmind:crypto-update
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Node Crypto update #7676
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
goodmind
added
the
Library definitions
Issues or pull requests about core library definitions
label
Apr 28, 2019
/cc @samwgoldman |
Seems still stalled, yeah? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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