Two GCC stories
Two GCC stories
Posted Jun 30, 2010 17:06 UTC (Wed) by ptman (subscriber, #57271)In reply to: Two GCC stories by fsateler
Parent article: Two GCC stories
In GPG you cannot say "I trust this person". What you can say is "I trust this key belongs to who it says it belongs to". It's trust in the key, not in the user. GPG only cares about authenticating the messages, that is verifying that the message is from whoever it claims to be. You would need to have another level of trust on top of GPG to say that you trust some person.
Some version control systems have a list of GPG key fingerprints written down somewhere. If a patch comes in that is signed by one of those keys, it gets merged (or committed, or whatever). That file with the fingerprints and the script that makes the decision to merge is that additional layer on top of GPG.
