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

crypto.createHash has limited algorithm list #161

Closed
gbrail opened this issue Aug 17, 2017 · 2 comments
Closed

crypto.createHash has limited algorithm list #161

gbrail opened this issue Aug 17, 2017 · 2 comments

Comments

@gbrail
Copy link
Contributor

gbrail commented Aug 17, 2017

In particular, "sha256" is a supported algorithm in Node but not in Trireme. Our current technique of using a regexp to map from Node hashes to Java hash algorithms is insufficient and needs to be replaced with a mapping table like other crypto components.

@whitlockjc
Copy link
Member

This should be fixed by #166.

@gbrail
Copy link
Contributor Author

gbrail commented Sep 21, 2017

Fixed!

@gbrail gbrail closed this as completed Sep 21, 2017
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

No branches or pull requests

2 participants