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

Support checksum verification in registry #1183

Closed
NobodyXu opened this issue Jun 28, 2023 · 1 comment · Fixed by #1260
Closed

Support checksum verification in registry #1183

NobodyXu opened this issue Jun 28, 2023 · 1 comment · Fixed by #1260

Comments

@NobodyXu
Copy link
Member

All registries (https://crates.io , sparse, git) support sha256 checksum for the tarball of crate.
We can implement sha256 checksum in binstalk-downloader and use it in registry first, before doing it for pre-built binaries.

@NobodyXu
Copy link
Member Author

NobodyXu commented Aug 8, 2023

cargo registry uses sha256 checksum:

    // A SHA256 checksum of the `.crate` file.
    "cksum": "d867001db0e2b6e0496f9fac96930e2d42233ecd3ca0413e0753d4c7695d289c",

NobodyXu added a commit that referenced this issue Aug 8, 2023
Fixed #1183

Since the crate tarball could be downloaded from a different set of
servers than where the cargo registry is hosted, verifying the checksum
is necessary to verify its integrity.

Signed-off-by: Jiahao XU <[email protected]>
NobodyXu added a commit that referenced this issue Aug 8, 2023
Fixed #1183

Since the crate tarball could be downloaded from a different set of
servers than where the cargo registry is hosted, verifying the checksum
is necessary to verify its integrity.

Signed-off-by: Jiahao XU <[email protected]>
NobodyXu added a commit that referenced this issue Aug 9, 2023
Fixed #1183

Since the crate tarball could be downloaded from a different set of
servers than where the cargo registry is hosted, verifying the checksum
is necessary to verify its integrity.

Signed-off-by: Jiahao XU <[email protected]>
NobodyXu added a commit that referenced this issue Aug 9, 2023
Fixed #1183

Since the crate tarball could be downloaded from a different set of
servers than where the cargo registry is hosted, verifying the checksum
is necessary to verify its integrity.

Signed-off-by: Jiahao XU <[email protected]>
NobodyXu added a commit that referenced this issue Aug 9, 2023
Fixed #1183

Since the crate tarball could be downloaded from a different set of
servers than where the cargo registry is hosted, verifying the checksum
is necessary to verify its integrity.

Signed-off-by: Jiahao XU <[email protected]>
github-merge-queue bot pushed a commit that referenced this issue Aug 9, 2023
Fixed #1183

Since the crate tarball could be downloaded from a different set of
servers than where the cargo registry is hosted, verifying the checksum
is necessary to verify its integrity.

Signed-off-by: Jiahao XU <[email protected]>
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 a pull request may close this issue.

1 participant