-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
packages/backendServer side specific issue/PRServer side specific issue/PR
Description
Summary
Here is a good news: Node.js v11.7.0 now has a feature to extract a public key. It was introduced with the following pull request:
nodejs/node#25217
The API allowing to extract a public key is crypto.createPublicKey(key).
https://nodejs.org/api/crypto.html#crypto_crypto_createpublickey_key
It effectively replaces the functionality of src/crypto_key.cc, which I introduced in #1303 and a pull request recently merged, #3906, updated.
However, please note that the version of Node.js was released today (2019-01-18). You may carefully decide when to make such a change because it may not be widely available yet and some may prefer LTS versions.
Environment
Node.js v11.7.0
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
syuilo, acid-chicken, AyaMorisawa, fuyutsuki and tamaina
Metadata
Metadata
Assignees
Labels
packages/backendServer side specific issue/PRServer side specific issue/PR