crypto: add sync methods, deprecate optional callbacks#189
crypto: add sync methods, deprecate optional callbacks#189jonathanong wants to merge 1 commit intonodejs:v0.12from jonathanong:crypto-async
Conversation
|
I like this. @iojs/tc |
|
+1 |
|
Someone mentioned on another issue (I can't find right now) that we should consider aligning our crypto API with the WebCryptoAPI, specifically using |
|
@ruimarinho Since 1.0.0-alpha is pushing for release, not right now. Though if there's not an official issue open asking for it then the issue should be created. |
Yes, crypto.pbkdf2 |
There was a problem hiding this comment.
“Please us” → “Please use” for these last two messages.
|
what's the status on this? if desired, i can rebase and reopen for |
|
I'm pretty sure doc updates would be a necessity to merge this in, but I don't believe a rebase and reopen is necessary, as a contributor would merge it manually anyways (unless there are merge conflicts). I could be corrected on that. |
…s#186) (nodejs#189) * Fix test-http-server-keepalive-req-gc * Format --------- Co-authored-by: Etienne Pierre-Doray <etipdoray@gmail.com> Co-authored-by: Etienne Pierre-doray <etiennep@chromium.org>
See #5
syncversion. after all this is about the public API. is that something you guys want?.randomBytes()and.pseudoRandomBytes(). were there others?