Skip to content
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

fix: use native node crypto instead of forge for RS\d{3} #202

Closed
wants to merge 1 commit into from
Closed

fix: use native node crypto instead of forge for RS\d{3} #202

wants to merge 1 commit into from

Conversation

panva
Copy link
Contributor

@panva panva commented Jul 14, 2018

See

node -e 'console.log(crypto.getHashes())' | grep 'RSA-SHA'

The hash name passed in was wrong and native crypto was never used.

Furthermore rsa-util convertToPem now caches public/private separately, else the tests that reuse the same key object and call the method once true then false were failing.

See
```
node -e 'console.log(crypto.getHashes())' | grep 'RSA-SHA'
```
The hash name passed in was wrong and native crypto was never used.
Furthermore rsa-util convertToPem now caches public/private separately,
else the tests that reuse the same key object and call the method
once true then false were failing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant