-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
doc: document key encryption options #23632
Conversation
/ping @nodejs/crypto |
@tniessen Do you plan to follow up? This looks good to go once you incorporate the review feedback. |
061ba26
to
a94f159
Compare
@nodejs/crypto @nodejs/documentation PTAL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Text is informative, and LGTM. I leave it to you to decide to address (or not) the comment on duplicate docs.
a94f159
to
464b674
Compare
Thanks for reviewing and sorry about the long delay, I figured it made sense to wait until the key object API had been finalized. That also took care of the duplication you were worried about, @sam-github. I didn't change the text itself, I just moved it to |
Landed in 345d3f3, thanks for reviewing! |
PR-URL: nodejs#23632 Reviewed-By: Sam Roberts <[email protected]>
PR-URL: #23632 Reviewed-By: Sam Roberts <[email protected]>
PR-URL: nodejs#23632 Reviewed-By: Sam Roberts <[email protected]>
PR-URL: nodejs#23632 Reviewed-By: Sam Roberts <[email protected]>
There is very little documentation on the supported encryption options. This should be enough for most use cases.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes