diff --git a/Keyserver-less-OpenPGP.md b/Keyserver-less-OpenPGP.md index 356674f..8d4807b 100644 --- a/Keyserver-less-OpenPGP.md +++ b/Keyserver-less-OpenPGP.md @@ -2,9 +2,9 @@ Warning: This does not discuss trust, only key discovery! # Opportunistic Key Discovery * A: Send normal email with header ``OpenPGP: preference=signencrypt`` ([see Internet-Draft](https://tools.ietf.org/html/draft-josefsson-openpgp-mailnews-header-07)) - * B: Receiver's parses header and now knows that A can do OpenPGP + * B: B parses header and now knows that A can do OpenPGP * B: Next normal email is signed and contains the key as attachment - * A: Email is received, key is automatically imported and signature verified. Check that key corresponds to sig? + * A: A receives email, key is automatically imported and signature verified. Check that key corresponds to sig? * A: 3rd email and all onward are encrypted+signed # Full Description