This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
Imported RSA keys should have modulusLength and publicExponent #16
Labels
node feature
Requires a missing feature in Node.js
Generated RSA keys correctly set
key.algorithm
to an object withmodulusLength
andpublicExponent
properties. However, imported RSA keys are missing these properties since there is no easy way to determine them based on aKeyObject
.This could also be solved via nodejs/node#26854.
The text was updated successfully, but these errors were encountered: