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

PLAT-6839 Updating hashing algorithm to md5 so we can support node 18 #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

malcyL
Copy link
Contributor

@malcyL malcyL commented Oct 13, 2023

Similar to techfromsage/talis-node#33 for talis node.

persona-node-client doesn't currently work with any version of node higher than 16, this is because it relies on md4 hashing to generate hash keys, but support for this was dropped in OpenSSL 3.0 which is included with node 17+

This PR bumps it to md5 which is still supported.

@malcyL malcyL self-assigned this Oct 13, 2023
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.

2 participants