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

Release that is signed ? #32

Open
jesper-arista opened this issue Jun 3, 2021 · 1 comment
Open

Release that is signed ? #32

jesper-arista opened this issue Jun 3, 2021 · 1 comment

Comments

@jesper-arista
Copy link

Would it be possible to generate a release that is cryptographically signed with a key ?

It would allow us to import the signed release, and use the signature to verify the code is not modified.

For example tcpdump is available as a .tar.gz file at https://www.tcpdump.org/index.html#latest-releases with an associated signature https://www.tcpdump.org/release/libpcap-1.10.0.tar.gz.sig signed with a private key for which the public key is available at https://www.tcpdump.org/release/signing-key.asc

Any chance you could make this available ?

thanks
Jesper

@daurnimator
Copy link

It would allow us to import the signed release, and use the signature to verify the code is not modified.

You can make your own checksum.

Signatures are only useful for proving provenance i.e. who made a release; rather than making sure the contents have not been changed

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