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

Add SHA512 and SHA1 support for downloaded files #97

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

Conversation

kellyma2
Copy link
Collaborator

@kellyma2 kellyma2 commented Feb 4, 2025

Currently if we have a SHA1 or SHA512 sum we'll fail - the assumption is that the checksums are always SHA256. This change enables us to work in priority order to (SHA512, SHA256, SHA1) to find a usable checksum and use that instead.

This fixes #29

Currently if we have a SHA1 or SHA512 sum we'll fail - the assumption
is that the checksums are always SHA256.  This change enables us to
work in priority order to (SHA512, SHA256, SHA1) to find a usable
checksum and use that instead.
Copy link
Collaborator

@manuelnaranjo manuelnaranjo left a comment

Choose a reason for hiding this comment

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

this only affects the xml repo file integrity right?

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.

Checksums are assumed to be in sha256 format
2 participants