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

use web + node crypto rsa for sign and verify operations #999

Merged
merged 16 commits into from
Nov 18, 2019

Conversation

chesnokovilya
Copy link
Contributor

@chesnokovilya chesnokovilya commented Oct 25, 2019

Use web crypto for rsa sign and verify operations.

@chesnokovilya chesnokovilya force-pushed the feature/web-crypto-rsa branch 4 times, most recently from 46882e3 to 6ea5307 Compare October 25, 2019 16:01
@tomholub
Copy link
Contributor

Thanks! This should also speed up key verification, which can be slow when importing many keys.

@chesnokovilya chesnokovilya force-pushed the feature/web-crypto-rsa branch 2 times, most recently from 3175df9 to 7855f5a Compare October 31, 2019 11:22
@chesnokovilya chesnokovilya changed the title Feature/web crypto rsa WIP: use web + node crypto rsa for sign and verify operations Oct 31, 2019
@chesnokovilya chesnokovilya force-pushed the feature/web-crypto-rsa branch 3 times, most recently from 75704b3 to f1d7fa3 Compare November 8, 2019 10:59
@chesnokovilya chesnokovilya changed the title WIP: use web + node crypto rsa for sign and verify operations use web + node crypto rsa for sign and verify operations Nov 8, 2019
src/crypto/public_key/elliptic/ecdh.js Outdated Show resolved Hide resolved
src/crypto/public_key/rsa.js Outdated Show resolved Hide resolved
src/crypto/public_key/rsa.js Outdated Show resolved Hide resolved
src/crypto/public_key/rsa.js Outdated Show resolved Hide resolved
src/crypto/public_key/rsa.js Outdated Show resolved Hide resolved
src/crypto/public_key/rsa.js Outdated Show resolved Hide resolved
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.

None yet

3 participants