On 11/15/2013 12:06 PM, Robert J. Hansen wrote:
> getting two
> computers to generate the exact same binary code from the exact same
> source code is a surprisingly difficult challenge.  It requires a
> perfect match of everything from compiler versions to C library versions
> right down to identical *clocks* -- because often, compilers will
> incorporate timestamps into the output.
> 
> Doing checksum validation of source code is feasible.  Of binary code,
> not really.

Robert's right that reproducible binary builds are a non-trivial task.

However, they're not impossible, and this is an active and ongoing field
of work.  For those interested, i recommend this as a jumping off point:

  https://wiki.debian.org/ReproducibleBuilds#References

Regards,

        --dkg

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Gnupg-users mailing list
[email protected]
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to