You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- 3Don't key signatures go on the uid associated with the public key, as a signature that the claimed owner is genuine? Or are you referring to trust levels for saying how much you trust another person's signature on another key?ap.– ap.2013-03-10 21:02:50 +00:00Commented Mar 10, 2013 at 21:02
- Are you sure the "data-signing public key which gets copied in the email"? The signature is not the same thing as the public key itself.Jonathan Cross– Jonathan Cross2016-03-22 19:37:33 +00:00Commented Mar 22, 2016 at 19:37
- Normally, emails signed with PGP include some stuff that helps the recipient find out about the sender's key, either a copy of the key itself, or at least a reference to a key server. Recipient should still validate the key (with the WoT, or a phone-call-and-dictate-hash-value) but at least in some cases the signature public key itself is copied in the email.Tom Leek– Tom Leek2016-03-22 19:44:57 +00:00Commented Mar 22, 2016 at 19:44
- @TomLeek Thanks, but I've learned that what you describe is just the behavior of some OpenPGP email tools like PEP. It would be more clear if the answer just focused on the signature that is appended to the email as key itself may or may not be (it is not in my case with GPGTools plugin for mac Mail)Jonathan Cross– Jonathan Cross2020-06-15 23:12:14 +00:00Commented Jun 15, 2020 at 23:12
- @AdamPrescott is correct, the certification signatures are on a particular UID, not on the primary key itself (despite what people say when casually talking about a "key signature"). The Web Of Trust will indicate the whole "key" is signed if it is a valid, unexpired UID with a valid cert signature and that UID is properly certified by the primary key.Jonathan Cross– Jonathan Cross2020-06-15 23:12:19 +00:00Commented Jun 15, 2020 at 23:12
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. web-application), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you