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

feat: add sha1 support #254

Merged
merged 1 commit into from
Aug 28, 2023
Merged

feat: add sha1 support #254

merged 1 commit into from
Aug 28, 2023

Conversation

achingbrain
Copy link
Member

It's old and insecure but it's used in the wild so we need to be able to handle it.

@achingbrain achingbrain requested a review from rvagg May 23, 2023 11:32
Copy link
Member

@rvagg rvagg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, I guess, it might be nice to have this in a separate package like sha3 is though so it's off where most people can ignore it

Copy link
Member

@rvagg rvagg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, I guess, it might be nice to have this in a separate package like sha3 is though so it's off where most people can ignore it and not have to add another dependency to their installs

@rvagg rvagg mentioned this pull request Jun 24, 2023
@rvagg
Copy link
Member

rvagg commented Jun 24, 2023

Taking another look at this and was considering being more firm in saying no but I realise now that the dependency introduced here is a devDependency and you're using SubtleCrypto to do the work here. So I guess this isn't that bad after all. @achingbrain if you need it, feel free to push it through and release.

It's old and insecure but it's used in the wild so we need to be
able to handle it.
@rvagg rvagg merged commit 4da0085 into master Aug 28, 2023
18 checks passed
@rvagg rvagg deleted the feat/add-sha1-support branch August 28, 2023 08:08
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