We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: