diff options
author | Friendika <info@friendika.com> | 2011-08-31 21:23:40 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-31 21:23:40 -0700 |
commit | 3cd8ee716123e1fc0c6092a9af3b7d825fffe116 (patch) | |
tree | d996d23c051e0926196f72bc39a283a1d8e9ed9f /zot.txt | |
parent | 344f12c8c41e48c864eb0ae4c291bb9c87ac46d0 (diff) | |
download | volse-hubzilla-3cd8ee716123e1fc0c6092a9af3b7d825fffe116.tar.gz volse-hubzilla-3cd8ee716123e1fc0c6092a9af3b7d825fffe116.tar.bz2 volse-hubzilla-3cd8ee716123e1fc0c6092a9af3b7d825fffe116.zip |
more clarification w/r/t sender|from
Diffstat (limited to 'zot.txt')
-rw-r--r-- | zot.txt | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -30,7 +30,7 @@ resolvable addresses containing both salmon and zot endpoints. <zot:key>((key))</zot:key> <zot:iv>((iv))</zot:iv> <zot:env>((envelope))</zot:env> - <zot:sig key_id="xxx">((envelope signature))</zot:sig> + <zot:sig key_id="xxx">((sender signature))</zot:sig> <zot:alg>AES-256-CBC</zot:alg> <zot:data type='application/magic-envelope+xml'>((salmon))</zot:data> </zot:msg> @@ -78,10 +78,12 @@ be sent to any additional addresses in the recipient list. The original author MUST send the reply to all known recipients of the original message, with their webfinger identity as Sender, and the comment/reply author as From. -Receiving agents MUST validate the From identity as the signer of the salmon -magic envelope, and MAY reject it. They MAY also reject the message if the -Sender is not allowed in their "friend list", or if they do not have a -suitable relationship with the Sender. +Receiving agents SHOULD validate the From identity as the signer of the salmon +magic envelope, and MAY reject it. They SHOULD also verify the Sender signature +of the zot packet if it is different than the salmon signature. They MAY +reject the message if the Sender is not allowed in their "friend list", or if +they do not have a suitable relationship with the Sender, or if either +signature fails to validate. To: * |